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) 2023-01-01T05:27:36.046Z||main|||||INFO|500||The following profiles are active: basic 2023-01-01T05:27:56.205Z||main|||||INFO|500||Starting service [Tomcat] 2023-01-01T05:27:56.206Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-01-01T05:27:56.445Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-01-01T05:28:03.488Z||main|||||INFO|500||catdb-pool - Starting... 2023-01-01T05:28:04.119Z||main|||||INFO|500||catdb-pool - Start completed. 2023-01-01T05:28:05.194Z||main|||||INFO|500||reqdb-pool - Starting... 2023-01-01T05:28:05.239Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-01-01T05:28:05.565Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-01-01T05:28:05.942Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-01-01T05:28:07.219Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-01-01T05:28:10.488Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-01T05:28:13.873Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-01T05:28:13.974Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-01-01T05:28:14.968Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-01T05:28:15.390Z||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. 2023-01-01T05:28:17.681Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-01T05:28:20.160Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-01-01T05:28:20.214Z||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$$85ff0a1e.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) 2023-01-01T05:28:20.221Z||main|||||WARN|500||The sdc end point is not alive 2023-01-01T05:28:26.494Z||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 2023-01-01T05:28:31.381Z||main|||||WARN|500||--- 2023-01-01T05:28:31.383Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-01-01T05:28:31.383Z||main|||||WARN|500||--- 2023-01-01T05:28:32.208Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-01-01T05:28:40.395Z||main|||||INFO|500||Started Application in 69.525 seconds (JVM running for 72.938) 2023-01-01T05:28:40.479Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-01T05:28:40.492Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-01T05:28:40.513Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-01T05:28:40.545Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-01-01T05:28:40.603Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 45e8aa93-e52a-495a-8070-ee14b2885505 url= /sdc/v1/artifactTypes 2023-01-01T05:28:40.603Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-01T05:28:41.063Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-01T05:28:41.107Z||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 2023-01-01T05:28:41.142Z||scheduling-1|||||DEBUG|500||create keys 2023-01-01T05:28:41.153Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2023-01-01T05:28:41.213Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:28:41.250Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 82036097-425e-42f8-9ede-f320de818532 url= /sdc/v1/registerForDistribution 2023-01-01T05:28:41.379Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 82036097-425e-42f8-9ede-f320de818532 url= /sdc/v1/registerForDistribution 2023-01-01T05:28:41.384Z||scheduling-1|||||INFO|500||start DistributionClient 2023-01-01T05:28:41.409Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-01-01T05:28:41.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:28:41.425Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:28:41.451Z||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. 2023-01-01T05:28:41.452Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:28:41.454Z||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. 2023-01-01T05:28:41.454Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:28:51.765Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:28:51.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:29:41.397Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:29:41.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:29:41.401Z||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. 2023-01-01T05:29:41.401Z||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. 2023-01-01T05:29:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:29:41.402Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:29:50.993Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:29:50.993Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:30:41.396Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:30:41.399Z||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. 2023-01-01T05:30:41.399Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:30:41.399Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:30:41.402Z||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. 2023-01-01T05:30:41.402Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:30:50.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:30:50.966Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:31:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:31:41.397Z||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. 2023-01-01T05:31:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:31:41.399Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:31:41.402Z||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. 2023-01-01T05:31:41.402Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:31:50.961Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:31:50.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:32:41.397Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:32:41.399Z||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. 2023-01-01T05:32:41.399Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:32:41.400Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:32:41.400Z||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. 2023-01-01T05:32:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:32:50.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:32:50.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:33:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:33:41.399Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:33:41.402Z||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. 2023-01-01T05:33:41.403Z||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. 2023-01-01T05:33:41.403Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:33:41.403Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:33:50.983Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:33:50.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:34:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:34:41.397Z||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. 2023-01-01T05:34:41.398Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:34:41.399Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:34:41.401Z||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. 2023-01-01T05:34:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:34:50.946Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:34:50.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:35:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:35:41.399Z||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. 2023-01-01T05:35:41.399Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:35:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:35:41.405Z||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. 2023-01-01T05:35:41.406Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:35:50.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:35:50.981Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:36:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:36:41.398Z||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. 2023-01-01T05:36:41.398Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:36:41.399Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:36:41.400Z||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. 2023-01-01T05:36:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:36:50.945Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:36:50.945Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:37:28.538Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-01-01T05:37:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:37:41.397Z||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. 2023-01-01T05:37:41.398Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:37:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:37:41.400Z||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. 2023-01-01T05:37:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:37:50.945Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:37:50.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:38:41.397Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:38:41.399Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:38:41.400Z||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. 2023-01-01T05:38:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:38:41.400Z||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. 2023-01-01T05:38:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:38:50.956Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:38:50.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:39:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:39:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T05:39:41.398Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:39:41.399Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:39:41.400Z||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. 2023-01-01T05:39:41.402Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:39:50.961Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:39:50.963Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:40:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:40:41.398Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T05:40:41.398Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:40:41.400Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:40:41.401Z||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. 2023-01-01T05:40:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:40:50.945Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:40:50.944Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:41:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:41:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T05:41:41.397Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:41:41.399Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:41:41.400Z||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. 2023-01-01T05:41:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:41:50.970Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:41:50.970Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:42:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:42:41.398Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T05:42:41.399Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:42:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:42:41.400Z||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. 2023-01-01T05:42:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:42:50.946Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:42:50.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:43:41.397Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:43:41.399Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:43:41.400Z||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. 2023-01-01T05:43:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:43:41.401Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T05:43:41.401Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:43:50.954Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:43:50.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:44:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:44:41.398Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T05:44:41.399Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:44:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:44:41.400Z||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. 2023-01-01T05:44:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:44:50.943Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:44:50.949Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:45:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:45:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T05:45:41.397Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:45:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:45:41.400Z||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. 2023-01-01T05:45:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:45:50.949Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:45:50.949Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:46:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:46:41.398Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T05:46:41.398Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:46:41.399Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:46:41.400Z||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. 2023-01-01T05:46:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:46:50.938Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:46:50.938Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:47:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:47:41.398Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T05:47:41.399Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:47:41.399Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:47:41.400Z||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. 2023-01-01T05:47:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:47:50.958Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:47:50.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:48:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:48:41.399Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:48:41.400Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T05:48:41.401Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:48:41.401Z||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. 2023-01-01T05:48:41.402Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:48:50.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:48:50.958Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:49:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:49:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T05:49:41.397Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:49:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:49:41.400Z||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. 2023-01-01T05:49:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:49:50.943Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:49:50.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:50:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:50:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T05:50:41.398Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:50:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:50:41.400Z||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. 2023-01-01T05:50:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:50:50.959Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:50:50.967Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:51:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:51:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T05:51:41.397Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:51:41.399Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:51:41.400Z||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. 2023-01-01T05:51:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:51:50.980Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:51:50.982Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:52:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:52:41.398Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T05:52:41.399Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:52:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:52:41.400Z||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. 2023-01-01T05:52:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:52:50.972Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:52:50.972Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:53:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:53:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T05:53:41.397Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:53:41.399Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:53:41.400Z||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. 2023-01-01T05:53:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:53:50.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:53:50.945Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:54:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:54:41.398Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T05:54:41.398Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:54:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:54:41.400Z||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. 2023-01-01T05:54:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:54:50.946Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:54:50.951Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:55:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:55:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T05:55:41.397Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:55:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:55:41.400Z||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. 2023-01-01T05:55:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:55:50.945Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:55:50.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:56:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:56:41.398Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T05:56:41.398Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:56:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:56:41.400Z||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. 2023-01-01T05:56:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:56:50.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:56:50.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:57:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:57:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T05:57:41.398Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:57:41.399Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:57:41.400Z||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. 2023-01-01T05:57:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:57:50.952Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:57:50.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:58:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:58:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T05:58:41.397Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:58:41.399Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:58:41.400Z||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. 2023-01-01T05:58:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:58:50.954Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:58:50.955Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:59:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:59:41.398Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T05:59:41.399Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:59:41.399Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T05:59:41.400Z||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. 2023-01-01T05:59:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T05:59:50.984Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T05:59:50.984Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:00:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:00:41.398Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T06:00:41.398Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:00:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:00:41.400Z||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. 2023-01-01T06:00:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:00:50.969Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:00:50.970Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:01:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:01:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T06:01:41.397Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:01:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:01:41.400Z||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. 2023-01-01T06:01:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:01:50.942Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:01:50.944Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:02:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:02:41.398Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T06:02:41.398Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:02:41.399Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:02:41.400Z||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. 2023-01-01T06:02:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:02:50.945Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:02:50.946Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:03:41.397Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:03:41.399Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:03:41.400Z||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. 2023-01-01T06:03:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:03:41.399Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T06:03:41.401Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:03:50.947Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:03:50.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:04:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:04:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T06:04:41.397Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:04:41.399Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:04:41.400Z||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. 2023-01-01T06:04:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:04:50.967Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:04:50.967Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:05:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:05:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T06:05:41.397Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:05:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:05:41.400Z||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. 2023-01-01T06:05:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:05:50.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:05:50.947Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:06:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:06:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T06:06:41.398Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:06:41.399Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:06:41.400Z||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. 2023-01-01T06:06:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:06:50.993Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:06:50.994Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:07:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:07:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T06:07:41.397Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:07:41.400Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:07:41.400Z||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. 2023-01-01T06:07:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:07:50.944Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:07:50.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:08:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:08:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T06:08:41.397Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:08:41.399Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:08:41.400Z||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. 2023-01-01T06:08:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:08:50.961Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:08:50.963Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:09:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:09:41.398Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T06:09:41.398Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:09:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:09:41.400Z||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. 2023-01-01T06:09:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:09:50.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:09:50.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:10:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:10:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T06:10:41.397Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:10:41.400Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:10:41.400Z||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. 2023-01-01T06:10:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:10:50.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:10:50.955Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:11:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:11:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T06:11:41.397Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:11:41.399Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:11:41.400Z||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. 2023-01-01T06:11:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:11:50.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:11:50.954Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:12:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:12:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T06:12:41.397Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:12:41.399Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:12:41.400Z||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. 2023-01-01T06:12:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:12:50.949Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:12:50.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:13:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:13:41.398Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T06:13:41.398Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:13:41.399Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:13:41.402Z||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. 2023-01-01T06:13:41.402Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:13:50.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:13:50.946Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:14:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:14:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:14:41.399Z||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. 2023-01-01T06:14:41.400Z||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. 2023-01-01T06:14:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:14:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:14:50.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:14:50.953Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:15:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:15:41.397Z||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. 2023-01-01T06:15:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:15:41.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:15:41.400Z||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. 2023-01-01T06:15:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:15:50.955Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:15:50.955Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:16:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:16:41.397Z||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. 2023-01-01T06:16:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:16:41.399Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:16:41.400Z||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. 2023-01-01T06:16:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:16:50.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:16:50.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:17:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:17:41.397Z||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. 2023-01-01T06:17:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:17:41.400Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:17:41.400Z||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. 2023-01-01T06:17:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:17:50.960Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:17:50.964Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:18:41.397Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:18:41.399Z||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. 2023-01-01T06:18:41.399Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:18:41.399Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:18:41.401Z||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. 2023-01-01T06:18:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:18:50.946Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:18:50.946Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:19:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:19:41.397Z||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. 2023-01-01T06:19:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:19:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:19:41.400Z||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. 2023-01-01T06:19:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:19:50.947Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:19:50.947Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:20:41.396Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:20:41.397Z||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. 2023-01-01T06:20:41.398Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:20:41.402Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:20:41.404Z||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. 2023-01-01T06:20:41.404Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:20:50.973Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:20:50.993Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:21:41.396Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:21:41.397Z||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. 2023-01-01T06:21:41.397Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:21:41.400Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:21:41.401Z||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. 2023-01-01T06:21:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:21:50.943Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:21:50.943Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:22:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:22:41.400Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:22:41.401Z||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. 2023-01-01T06:22:41.401Z||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. 2023-01-01T06:22:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:22:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:22:50.948Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:22:50.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:23:41.396Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:23:41.398Z||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. 2023-01-01T06:23:41.398Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:23:41.399Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:23:41.400Z||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. 2023-01-01T06:23:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:23:50.977Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:23:50.978Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:24:41.396Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:24:41.398Z||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. 2023-01-01T06:24:41.398Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:24:41.399Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:24:41.400Z||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. 2023-01-01T06:24:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:24:50.951Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:24:50.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:25:41.396Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:25:41.397Z||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. 2023-01-01T06:25:41.397Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:25:41.399Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:25:41.401Z||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. 2023-01-01T06:25:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:25:50.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:25:50.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:26:41.396Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:26:41.397Z||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. 2023-01-01T06:26:41.397Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:26:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:26:41.401Z||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. 2023-01-01T06:26:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:26:50.945Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:26:50.945Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:27:41.412Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:27:41.412Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:27:41.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. 2023-01-01T06:27:41.413Z||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. 2023-01-01T06:27:41.414Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:27:41.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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:27:50.962Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:27:50.961Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:28:41.396Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:28:41.398Z||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. 2023-01-01T06:28:41.398Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:28:41.399Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:28:41.399Z||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. 2023-01-01T06:28:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:28:50.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:28:50.954Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:29:41.396Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:29:41.397Z||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. 2023-01-01T06:29:41.398Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:29:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:29:41.405Z||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. 2023-01-01T06:29:41.406Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:29:41.725Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:29:41.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "ves-openapi-manager", "timestamp": 1672554575688, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "aai-model-loader", "timestamp": 1672554562723, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "multicloud-k8s", "timestamp": 1672554574895, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "cds-sdc-listener", "timestamp": 1672554562099, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "multicloud-k8s", "timestamp": 1672554574895, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json", "status": "NOTIFIED" } 2023-01-01T06:29:41.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "ves-openapi-manager", "timestamp": 1672554575688, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "aai-model-loader", "timestamp": 1672554562723, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "cds-sdc-listener", "timestamp": 1672554562099, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "multicloud-k8s", "timestamp": 1672554574895, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-01T06:29:41.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "ves-openapi-manager", "timestamp": 1672554575688, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "aai-model-loader", "timestamp": 1672554562723, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "cds-sdc-listener", "timestamp": 1672554562099, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672554577539, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "multicloud-k8s", "timestamp": 1672554574895, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "ves-openapi-manager", "timestamp": 1672554575688, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "aai-model-loader", "timestamp": 1672554562723, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "cds-sdc-listener", "timestamp": 1672554562099, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672554577539, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "multicloud-k8s", "timestamp": 1672554574895, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-01T06:29:41.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "ves-openapi-manager", "timestamp": 1672554575688, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "aai-model-loader", "timestamp": 1672554562723, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "cds-sdc-listener", "timestamp": 1672554562099, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672554577539, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "multicloud-k8s", "timestamp": 1672554574895, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "ves-openapi-manager", "timestamp": 1672554575688, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "aai-model-loader", "timestamp": 1672554562723, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:41.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:29:41.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "cds-sdc-listener", "timestamp": 1672554562099, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:41.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:29:42.027Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:29:42.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T06:29:42.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"254f278e-1384-46d4-bba6-f98c65998e2d","serviceName":"vFW 2023-01-01 06-28-36","serviceVersion":"1.0","serviceUUID":"5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc","serviceDescription":"catalog service description","serviceInvariantUUID":"82b2443f-d1a3-4d79-99cd-a68833c3af16","resources":[{"resourceInstanceName":"vFW c4bb772f-2f23 0","resourceName":"vFW c4bb772f-2f23","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"db7efda1-3e5d-40c3-a0a2-c096f2561061","resourceInvariantUUID":"6fa36579-d339-455f-9c72-a7542d228c98","resourceCustomizationUUID":"3b5dbee6-51e1-4b7d-b626-48e4bafbf7f7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vf-license-model.xml","artifactChecksum":"N2IyMGU0OTliYjcxYWRmMzY1YzkyOTdmMWRhYTJlNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad48b9c4-e653-4c2f-98fd-e386fe199f27","artifactVersion":"1"},{"artifactName":"vfwc4bb772f2f230_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json","artifactChecksum":"OGExYWE4NWYxODM0Y2QwMDA4N2NiODM1OWY4N2NjM2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"131ad754-2f60-4e8f-b322-a1f371c9fccd","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac3fce8a-47a1-427d-9a73-e1e729341082","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vendor-license-model.xml","artifactChecksum":"MTAyOTZiMTY1YmRhYjBjMWQyM2RmZmNhY2JiNDFlNzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"178eef87-0924-40f1-945e-07985c4ed161","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b97e003e-f472-43ce-9cdd-4e3f07da3650","artifactVersion":"2","generatedFromUUID":"ac3fce8a-47a1-427d-9a73-e1e729341082"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230101062836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-template.yml","artifactChecksum":"YmM0OTczY2RmNjk3ZDkzZDJmY2IxYzFkM2ZmNDY2MjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f35e8cc-8cf9-42ad-a4c6-71635decc655","artifactVersion":"1"},{"artifactName":"service-Vfw20230101062836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar","artifactChecksum":"N2YxOTRjODE4MmIzMTQ0M2QzMTZhYzNiNWQzZGJiOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8136881e-d750-4a87-a286-ebbd5b0af43a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-01T06:29:42.054Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:29:42.075Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:29:42.103Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:29:42.104Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554581396, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:42.203Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms 2023-01-01T06:29:42.210Z||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. 2023-01-01T06:29:42.211Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:29:42.223Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:29:42.225Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-01-01T06:29:43.121Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:29:43.122Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:29:43.125Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:29:43.125Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554581396, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json", "status": "NOTIFIED" } 2023-01-01T06:29:43.228Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-01T06:29:43.230Z||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. 2023-01-01T06:29:43.231Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:29:43.262Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:29:43.263Z||pool-4-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2023-01-01T06:29:44.126Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:29:44.126Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:29:44.129Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:29:44.129Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554581396, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-01T06:29:44.229Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:29:44.231Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-01T06:29:44.231Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:29:44.247Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:29:44.248Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-01T06:29:45.130Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:29:45.131Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:29:45.134Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:29:45.134Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554581396, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:45.234Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:29:45.236Z||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. 2023-01-01T06:29:45.236Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:29:45.255Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:29:45.255Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2023-01-01T06:29:46.135Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:29:46.136Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:29:46.139Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:29:46.139Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554581396, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-01T06:29:46.241Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-01T06:29:46.242Z||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. 2023-01-01T06:29:46.242Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:29:46.257Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:29:46.258Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:29:47.139Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:29:47.140Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:29:47.142Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:29:47.142Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554581396, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:29:47.243Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T06:29:47.244Z||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. 2023-01-01T06:29:47.245Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:29:47.259Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:29:47.259Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:29:48.143Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:29:48.145Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:29:48.147Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:29:48.147Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554581396, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:29:48.247Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:29:48.249Z||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. 2023-01-01T06:29:48.249Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:29:48.269Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:29:48.271Z||pool-9-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:29:49.149Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "serviceName": "vFW 2023-01-01 06-28-36", "serviceVersion": "1.0", "serviceUUID": "5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc", "serviceDescription": "catalog service description", "serviceInvariantUUID": "82b2443f-d1a3-4d79-99cd-a68833c3af16", "resources": [ { "resourceInstanceName": "vFW c4bb772f-2f23 0", "resourceCustomizationUUID": "3b5dbee6-51e1-4b7d-b626-48e4bafbf7f7", "resourceName": "vFW c4bb772f-2f23", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "db7efda1-3e5d-40c3-a0a2-c096f2561061", "resourceInvariantUUID": "6fa36579-d339-455f-9c72-a7542d228c98", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwc4bb772f2f230_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json", "artifactChecksum": "OGExYWE4NWYxODM0Y2QwMDA4N2NiODM1OWY4N2NjM2Q\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "131ad754-2f60-4e8f-b322-a1f371c9fccd", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ac3fce8a-47a1-427d-9a73-e1e729341082", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b97e003e-f472-43ce-9cdd-4e3f07da3650", "generatedFromUUID": "ac3fce8a-47a1-427d-9a73-e1e729341082" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b97e003e-f472-43ce-9cdd-4e3f07da3650", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230101062836-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar", "artifactChecksum": "N2YxOTRjODE4MmIzMTQ0M2QzMTZhYzNiNWQzZGJiOGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8136881e-d750-4a87-a286-ebbd5b0af43a" } ], "workloadContext": "Production" } 2023-01-01T06:29:49.150Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-01T06:29:49.150Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc ASDC 2023-01-01T06:29:49.317Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:254f278e-1384-46d4-bba6-f98c65998e2d ServiceName:vFW 2023-01-01 06-28-36 ServiceVersion:1.0 ServiceUUID:5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc ServiceInvariantUUID:82b2443f-d1a3-4d79-99cd-a68833c3af16 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230101062836-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar ArtifactUUID:8136881e-d750-4a87-a286-ebbd5b0af43a ArtifactChecksum:N2YxOTRjODE4MmIzMTQ0M2QzMTZhYzNiNWQzZGJiOGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW c4bb772f-2f23 0 ResourceCustomizationUUID:3b5dbee6-51e1-4b7d-b626-48e4bafbf7f7 ResourceInvariantUUID:6fa36579-d339-455f-9c72-a7542d228c98 ResourceName:vFW c4bb772f-2f23 ResourceType:VF ResourceUUID:db7efda1-3e5d-40c3-a0a2-c096f2561061 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwc4bb772f2f230_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json ArtifactUUID:131ad754-2f60-4e8f-b322-a1f371c9fccd ArtifactChecksum:OGExYWE4NWYxODM0Y2QwMDA4N2NiODM1OWY4N2NjM2Q= 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/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml ArtifactUUID:ac3fce8a-47a1-427d-9a73-e1e729341082 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/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env ArtifactUUID:b97e003e-f472-43ce-9cdd-4e3f07da3650 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/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env ArtifactUUID:b97e003e-f472-43ce-9cdd-4e3f07da3650 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-01T06:29:49.318Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc 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 (?, ?, ?, ?, ?) 2023-01-01T06:29:49.766Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-01T06:29:49.768Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-01T06:29:49.770Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-01T06:29:49.771Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8136881e-d750-4a87-a286-ebbd5b0af43a from URL: /sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar 2023-01-01T06:29:49.771Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-01T06:29:49.774Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar 2023-01-01T06:29:49.923Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-01T06:29:49.952Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar 8136881e-d750-4a87-a286-ebbd5b0af43a 101502 2023-01-01T06:29:49.956Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar ASDC sendASDCNotification 2023-01-01T06:29:49.956Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar 2023-01-01T06:29:49.960Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T06:29:49.962Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:29:49.965Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:29:49.966Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554589953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:29:50.066Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:29:50.067Z||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. 2023-01-01T06:29:50.067Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:29:50.080Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:29:50.081Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:29:50.968Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-01T06:29:50.969Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-01T06:29:50.970Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8136881e-d750-4a87-a286-ebbd5b0af43a, URL: /sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar to file: /app/ASDC/1/service-Vfw20230101062836-csar.csar 2023-01-01T06:29:50.971Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230101062836-csar.csar 2023-01-01T06:29:51.110Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230101062836-csar.csar 2023-01-01T06:29:51.111Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230101062836-csar.csar 2023-01-01T06:29:52.104Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13392969524050849205/Definitions/service-Vfw20230101062836-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided 2023-01-01T06:29:56.431Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-01T06:29:56.437Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-01T06:29:56.437Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230101062836-csar.csar 2023-01-01T06:29:56.438Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-01-01T06:29:56.438Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230101062836-csar.csar 2023-01-01T06:29:56.438Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230101062836-csar.csar 2023-01-01T06:29:56.438Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||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-Vfw20230101062836-csar.csar 2023-01-01T06:29:56.439Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c4bb772f-2f23 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20230101062836-csar.csar 2023-01-01T06:29:56.439Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230101062836-csar.csar 2023-01-01T06:29:56.439Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230101062836-csar.csar 2023-01-01T06:29:56.439Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230101062836-csar.csar 2023-01-01T06:29:56.439Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230101062836-csar.csar 2023-01-01T06:29:56.440Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230101062836-csar.csar 2023-01-01T06:29:56.440Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230101062836-csar.csar 2023-01-01T06:29:56.440Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230101062836-csar.csar 2023-01-01T06:29:56.440Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-01T06:29:56.451Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:29:56.453Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:29:56.458Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is matching search criteria 2023-01-01T06:29:56.459Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-01T06:29:56.462Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c4bb772f-2f23 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-01T06:29:56.465Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:29:56.465Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:29:56.466Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is matching search criteria 2023-01-01T06:29:56.466Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-01T06:29:56.466Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c4bb772f-2f23 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-01T06:29:56.467Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:29:56.468Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:29:56.475Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:29:56.476Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is not matching search criteria 2023-01-01T06:29:56.476Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-01T06:29:56.476Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-01T06:29:56.477Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-01T06:29:56.477Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-01T06:29:56.477Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-01T06:29:56.477Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-01T06:29:56.478Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-01T06:29:56.478Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-01T06:29:56.478Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-01T06:29:56.479Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-01T06:29:56.479Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-01T06:29:56.479Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-01T06:29:56.480Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-01T06:29:56.480Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-01T06:29:56.480Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-01T06:29:56.480Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-01T06:29:56.481Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:29:56.481Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-01T06:29:56.484Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:29:56.484Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is matching search criteria 2023-01-01T06:29:56.484Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c4bb772f-2f23 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:29:56.485Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:29:56.486Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is matching search criteria 2023-01-01T06:29:56.486Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c4bb772f-2f23 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:29:56.486Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:29:56.486Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is matching search criteria 2023-01-01T06:29:56.487Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c4bb772f-2f23 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:29:56.487Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:29:56.488Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is not matching search criteria 2023-01-01T06:29:56.488Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-01T06:29:56.488Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-01T06:29:56.489Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-01T06:29:56.489Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-01T06:29:56.489Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-01T06:29:56.489Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-01T06:29:56.490Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-01T06:29:56.490Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-01T06:29:56.490Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-01T06:29:56.490Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-01T06:29:56.491Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-01T06:29:56.491Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ce681eca-81e7-489b-9107-11753b4772f9 2023-01-01T06:29:56.491Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:29:56.492Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is not matching search criteria 2023-01-01T06:29:56.492Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-01T06:29:56.492Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-01T06:29:56.492Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-01T06:29:56.493Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-01T06:29:56.493Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-01T06:29:56.493Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-01T06:29:56.493Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-01T06:29:56.494Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-01T06:29:56.496Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-01T06:29:56.496Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-01T06:29:56.496Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-01T06:29:56.496Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-01T06:29:56.496Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2639c671-668f-4fee-a866-7b45b182c833 2023-01-01T06:29:56.497Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:29:56.497Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is not matching search criteria 2023-01-01T06:29:56.497Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-01T06:29:56.497Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-01T06:29:56.498Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-01T06:29:56.498Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-01T06:29:56.498Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-01T06:29:56.498Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-01T06:29:56.498Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-01T06:29:56.499Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-01T06:29:56.499Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-01T06:29:56.499Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-01T06:29:56.499Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-01T06:29:56.500Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-01T06:29:56.500Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0297569a-e522-421f-97d7-0af9d847a8f7 2023-01-01T06:29:56.500Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:29:56.500Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:29:56.500Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:29:56.501Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:29:56.501Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:29:56.501Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:29:56.502Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:29:56.502Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:29:56.502Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-01-01 06-28-36 Description:catalog service description Model UUID:5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc Model Version:NULL Model InvariantUuid:82b2443f-d1a3-4d79-99cd-a68833c3af16 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW c4bb772f-2f23 Model UUID:baf2b252-5011-4259-af9f-34446e708011 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:6fa36579-d339-455f-9c72-a7542d228c98 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3b5dbee6-51e1-4b7d-b626-48e4bafbf7f7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2b8a5c55-4b59-43b2-a76e-9fe4e3fa19d2 ModelName:VfwC4bb772f2f23..base_vfw..module-0 ModelUuid:d8619a8e-e451-48ea-a721-8038d79d71d6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ce681eca-81e7-489b-9107-11753b4772f9 ModelInvariantUuid:5d7d839e-cb4d-44b8-bdfe-74e59c0c71b8 ModelName:vFW c4bb772f-2f23-nodes.vfwCvfc ModelUuid:dfc8f83b-67eb-46f2-b146-85d23224f83a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:474a7ec4-3547-4439-b5a6-750014029470 ModelInvariantUuid:096efdfc-11d3-4610-a68c-816faa0eb54e ModelName:VfwC4bb772f2f23.compute.nodes.heat.vfw ModelUuid:123bad49-233c-47ce-a2ab-adb818bd387c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:2639c671-668f-4fee-a866-7b45b182c833 ModelInvariantUuid:df7371a9-d40e-4c92-96ed-baac3dac3ad1 ModelName:vFW c4bb772f-2f23-nodes.vsnCvfc ModelUuid:e04f9495-e279-40cd-89cc-08b0e80b7b56 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:1e387af0-5c9b-436b-b429-84cf16f2878e ModelInvariantUuid:ed17ce14-8191-40aa-9eec-3612991af651 ModelName:VfwC4bb772f2f23.compute.nodes.heat.vsn ModelUuid:ca5de386-f49e-4b29-82c5-92acc4d93611 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:0297569a-e522-421f-97d7-0af9d847a8f7 ModelInvariantUuid:8428cb06-1e9f-4881-8c7f-a99449ddcc33 ModelName:vFW c4bb772f-2f23-nodes.vpgCvfc ModelUuid:4597c55c-891d-4519-a97d-abc9cdf6b1ec ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:e2a98c98-dc52-464d-af25-e5ee3e526273 ModelInvariantUuid:a9dc0b4e-9da0-4006-88ff-3978c6c0f4df ModelName:VfwC4bb772f2f23.compute.nodes.heat.vpg ModelUuid:971302d9-ab48-471b-a4a6-053b9d74a475 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=? 2023-01-01T06:29:56.535Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: db7efda1-3e5d-40c3-a0a2-c096f2561061 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=? 2023-01-01T06:29:56.664Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||vFW c4bb772f-2f23 0 2023-01-01T06:29:56.672Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: db7efda1-3e5d-40c3-a0a2-c096f2561061 2023-01-01T06:29:56.673Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 131ad754-2f60-4e8f-b322-a1f371c9fccd from URL: /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json 2023-01-01T06:29:56.673Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-01T06:29:56.673Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json 2023-01-01T06:29:56.743Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-01T06:29:56.743Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json 131ad754-2f60-4e8f-b322-a1f371c9fccd 785 2023-01-01T06:29:56.744Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json ASDC sendASDCNotification 2023-01-01T06:29:56.745Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json 2023-01-01T06:29:56.745Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T06:29:56.746Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:29:56.749Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:29:56.749Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554596744, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json", "status": "DOWNLOAD_OK" } 2023-01-01T06:29:56.849Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T06:29:56.851Z||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. 2023-01-01T06:29:56.851Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:29:56.865Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:29:56.866Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:29:57.751Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC4bb772f2f23..base_vfw..module-0", "vfModuleModelInvariantUUID": "2b8a5c55-4b59-43b2-a76e-9fe4e3fa19d2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d8619a8e-e451-48ea-a721-8038d79d71d6", "vfModuleModelCustomizationUUID": "1884fc16-399f-4701-8eff-37db4d719127", "isBase": true, "artifacts": [ "ac3fce8a-47a1-427d-9a73-e1e729341082", "b97e003e-f472-43ce-9cdd-4e3f07da3650" ], "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": "" } } ] 2023-01-01T06:29:57.769Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC4bb772f2f23..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d8619a8e-e451-48ea-a721-8038d79d71d6 VfModuleModelInvariantUUID:2b8a5c55-4b59-43b2-a76e-9fe4e3fa19d2 VfModuleModelDescription:NULL Artifacts UUID List:{ ac3fce8a-47a1-427d-9a73-e1e729341082 , b97e003e-f472-43ce-9cdd-4e3f07da3650 } 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 } 2023-01-01T06:29:57.774Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC4bb772f2f23..base_vfw..module-0", "vfModuleModelInvariantUUID": "2b8a5c55-4b59-43b2-a76e-9fe4e3fa19d2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d8619a8e-e451-48ea-a721-8038d79d71d6", "vfModuleModelCustomizationUUID": "1884fc16-399f-4701-8eff-37db4d719127", "isBase": true, "artifacts": [ "ac3fce8a-47a1-427d-9a73-e1e729341082", "b97e003e-f472-43ce-9cdd-4e3f07da3650" ], "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": "" } } ] 2023-01-01T06:29:57.774Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC4bb772f2f23..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d8619a8e-e451-48ea-a721-8038d79d71d6 VfModuleModelInvariantUUID:2b8a5c55-4b59-43b2-a76e-9fe4e3fa19d2 VfModuleModelDescription:NULL Artifacts UUID List:{ ac3fce8a-47a1-427d-9a73-e1e729341082 , b97e003e-f472-43ce-9cdd-4e3f07da3650 } 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 } 2023-01-01T06:29:57.775Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ac3fce8a-47a1-427d-9a73-e1e729341082 from URL: /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml 2023-01-01T06:29:57.775Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-01T06:29:57.776Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml 2023-01-01T06:29:57.846Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-01T06:29:57.848Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml ac3fce8a-47a1-427d-9a73-e1e729341082 20368 2023-01-01T06:29:57.849Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-01T06:29:57.850Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml 2023-01-01T06:29:57.850Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T06:29:57.851Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:29:57.853Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:29:57.854Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554597849, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-01T06:29:57.954Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T06:29:57.955Z||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. 2023-01-01T06:29:57.955Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:29:57.970Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:29:57.972Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:29:58.857Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b97e003e-f472-43ce-9cdd-4e3f07da3650 from URL: /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env 2023-01-01T06:29:58.857Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-01T06:29:58.857Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env 2023-01-01T06:29:58.936Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-01T06:29:58.937Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env b97e003e-f472-43ce-9cdd-4e3f07da3650 2098 2023-01-01T06:29:58.938Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-01T06:29:58.938Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env 2023-01-01T06:29:58.939Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T06:29:58.939Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:29:58.942Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:29:58.942Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554598938, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-01T06:29:59.042Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:29:59.044Z||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. 2023-01-01T06:29:59.053Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:29:59.076Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:29:59.077Z||pool-13-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2023-01-01T06:29:59.943Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc 2023-01-01T06:29:59.944Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c4bb772f-2f23 0 db7efda1-3e5d-40c3-a0a2-c096f2561061 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=? 2023-01-01T06:30:00.008Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e4cd225, org.onap.sdc.toscaparser.api.parameters.Input@47543076, org.onap.sdc.toscaparser.api.parameters.Input@563a34da, org.onap.sdc.toscaparser.api.parameters.Input@3e59889c, org.onap.sdc.toscaparser.api.parameters.Input@269cb888] 2023-01-01T06:30:00.015Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:30:00.016Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:30:00.016Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2023-01-01T06:30:00.017Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 3b5dbee6-51e1-4b7d-b626-48e4bafbf7f7 2023-01-01T06:30:00.017Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3b5dbee6-51e1-4b7d-b626-48e4bafbf7f7 matches Tosca VF Customization UUID: 3b5dbee6-51e1-4b7d-b626-48e4bafbf7f7 2023-01-01T06:30:00.017Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 3b5dbee6-51e1-4b7d-b626-48e4bafbf7f7 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=? 2023-01-01T06:30:00.026Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:30:00.026Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:30:00.028Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 3b5dbee6-51e1-4b7d-b626-48e4bafbf7f7: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-01T06:30:00.028Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a372a91 2023-01-01T06:30:00.029Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:30:00.029Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-01T06:30:00.031Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1884fc16-399f-4701-8eff-37db4d719127 2023-01-01T06:30:00.032Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1884fc16-399f-4701-8eff-37db4d719127 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=? 2023-01-01T06:30:00.040Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:30:00.041Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is matching search criteria 2023-01-01T06:30:00.041Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c4bb772f-2f23 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:30:00.042Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:30:00.042Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is matching search criteria 2023-01-01T06:30:00.042Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c4bb772f-2f23 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:30:00.043Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:30:00.043Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is not matching search criteria 2023-01-01T06:30:00.044Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-01T06:30:00.044Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-01T06:30:00.045Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-01T06:30:00.045Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-01T06:30:00.047Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-01T06:30:00.047Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-01T06:30:00.048Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-01T06:30:00.048Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-01T06:30:00.049Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-01T06:30:00.050Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-01T06:30:00.052Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-01T06:30:00.052Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ce681eca-81e7-489b-9107-11753b4772f9 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=? 2023-01-01T06:30:00.079Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:30:00.079Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is matching search criteria 2023-01-01T06:30:00.080Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c4bb772f-2f23 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:30:00.080Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:30:00.080Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is not matching search criteria 2023-01-01T06:30:00.080Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-01T06:30:00.081Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-01T06:30:00.081Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-01T06:30:00.081Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-01T06:30:00.081Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-01T06:30:00.082Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-01T06:30:00.082Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-01T06:30:00.082Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-01T06:30:00.082Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-01T06:30:00.083Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-01T06:30:00.083Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-01T06:30:00.083Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-01T06:30:00.083Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2639c671-668f-4fee-a866-7b45b182c833 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=? 2023-01-01T06:30:00.087Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:30:00.088Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is matching search criteria 2023-01-01T06:30:00.089Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c4bb772f-2f23 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:30:00.093Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:30:00.094Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is not matching search criteria 2023-01-01T06:30:00.094Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-01T06:30:00.095Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-01T06:30:00.095Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-01T06:30:00.095Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-01T06:30:00.096Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-01T06:30:00.096Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-01T06:30:00.096Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-01T06:30:00.097Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-01T06:30:00.097Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-01T06:30:00.097Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-01T06:30:00.097Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-01T06:30:00.098Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-01T06:30:00.098Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0297569a-e522-421f-97d7-0af9d847a8f7 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=? 2023-01-01T06:30:00.103Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:30:00.104Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is matching search criteria 2023-01-01T06:30:00.104Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c4bb772f-2f23 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:30:00.105Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:30:00.105Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is matching search criteria 2023-01-01T06:30:00.105Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c4bb772f-2f23 0] matching following query criteria: sdcType=VF, customizationUUID=3b5dbee6-51e1-4b7d-b626-48e4bafbf7f7 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=? 2023-01-01T06:30:00.109Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:30:00.110Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:30:00.110Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc: vFW c4bb772f-2f23 2023-01-01T06:30:00.111Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:30:00.111Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:30:00.111Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:30:00.111Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:30:00.112Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:30:00.112Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:30:00.112Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:30:00.112Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:30:00.113Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:30:00.113Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:30:00.113Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2023-01-01 06-28-36 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 (?, ?, ?, ?, ?) 2023-01-01T06:30:00.512Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c4bb772f-2f23 db7efda1-3e5d-40c3-a0a2-c096f2561061 1 ASDC deployResourceStructure 2023-01-01T06:30:00.513Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json ASDC sendASDCNotification 2023-01-01T06:30:00.514Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json 2023-01-01T06:30:00.514Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T06:30:00.514Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:30:00.516Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:30:00.517Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554600513, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json", "status": "DEPLOY_OK" } 2023-01-01T06:30:00.617Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:30:00.618Z||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. 2023-01-01T06:30:00.619Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:30:00.643Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:30:00.644Z||pool-14-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:30:01.518Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-01T06:30:01.519Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml 2023-01-01T06:30:01.519Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T06:30:01.519Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:30:01.522Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:30:01.522Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554601518, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-01T06:30:01.622Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:30:01.623Z||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. 2023-01-01T06:30:01.624Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:30:01.636Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:30:01.637Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:30:02.523Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-01T06:30:02.524Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env 2023-01-01T06:30:02.524Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T06:30:02.525Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:30:02.527Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:30:02.528Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554602523, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-01T06:30:02.628Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:30:02.629Z||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. 2023-01-01T06:30:02.629Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:30:02.656Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:30:02.657Z||pool-16-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:30:03.529Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar ASDC sendASDCNotification 2023-01-01T06:30:03.529Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar 2023-01-01T06:30:03.529Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T06:30:03.530Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:30:03.532Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:30:03.532Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554603529, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:30:03.632Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:30:03.633Z||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. 2023-01-01T06:30:03.633Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:30:03.646Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:30:03.647Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:30:04.533Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T06:30:04.570Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T06:30:04.574Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T06:30:04.575Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-01T06:30:04.575Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-01T06:30:34.577Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T06:30:34.600Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T06:30:34.604Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T06:30:34.605Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-01T06:30:34.605Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-01T06:30:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:30:41.400Z||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. 2023-01-01T06:30:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:30:41.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:30:41.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:30:41.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672554577539, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:30:41.434Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:31:04.605Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T06:31:04.623Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T06:31:04.630Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T06:31:04.631Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-01T06:31:04.632Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-01T06:31:34.634Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T06:31:34.647Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T06:31:34.651Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T06:31:34.652Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-01T06:31:34.652Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-01T06:31:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:31:41.405Z||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. 2023-01-01T06:31:41.405Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:31:41.434Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:31:41.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:31:41.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "multicloud-k8s", "timestamp": 1672554574895, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:31:41.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:04.653Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T06:32:04.672Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T06:32:04.678Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T06:32:04.678Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-01T06:32:04.678Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-01T06:32:34.679Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T06:32:34.697Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T06:32:34.706Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T06:32:34.706Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-01T06:32:34.706Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-01T06:32:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:32:41.400Z||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. 2023-01-01T06:32:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:32:41.942Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:32:41.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:41.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "ves-openapi-manager", "timestamp": 1672554575688, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:41.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:41.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:41.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "aai-model-loader", "timestamp": 1672554562723, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:32:41.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:41.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:41.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554581396, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:41.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:41.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:41.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "cds-sdc-listener", "timestamp": 1672554562099, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:32:41.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:41.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:41.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672554577539, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:41.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:41.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:41.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554581396, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json", "status": "NOTIFIED" } 2023-01-01T06:32:41.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:41.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:41.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "multicloud-k8s", "timestamp": 1672554582986, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json", "status": "DOWNLOAD_OK" } 2023-01-01T06:32:41.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:41.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:41.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "cds-sdc-listener", "timestamp": 1672554583491, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:32:41.952Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:41.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:41.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "aai-model-loader", "timestamp": 1672554583502, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:32:41.952Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:41.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:41.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672554577539, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:41.953Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:41.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:41.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554581396, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-01T06:32:41.953Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:41.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:41.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "cds-sdc-listener", "timestamp": 1672554584514, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-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=? 2023-01-01T06:32:41.965Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 254f278e-1384-46d4-bba6-f98c65998e2d 2023-01-01T06:32:41.966Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 254f278e-1384-46d4-bba6-f98c65998e2d 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 (?, ?, ?, ?, ?) 2023-01-01T06:32:41.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:41.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "multicloud-k8s", "timestamp": 1672554584098, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-01T06:32:41.985Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:41.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:41.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672554577539, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:32:41.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:41.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:41.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554581396, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:41.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:41.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:41.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "multicloud-k8s", "timestamp": 1672554585165, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-01T06:32:41.987Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:41.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:41.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672554585346, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:32:41.987Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:41.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:41.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554581396, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-01T06:32:41.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:41.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:41.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "multicloud-k8s", "timestamp": 1672554586286, "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=? 2023-01-01T06:32:41.994Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 254f278e-1384-46d4-bba6-f98c65998e2d 2023-01-01T06:32:41.994Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 254f278e-1384-46d4-bba6-f98c65998e2d 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 (?, ?, ?, ?, ?) 2023-01-01T06:32:42.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554581396, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "multicloud-k8s", "timestamp": 1672554587290, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json", "status": "DEPLOY_OK" } 2023-01-01T06:32:42.006Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:42.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554581396, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:32:42.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554589953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:32:42.007Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:42.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672554590400, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:32:42.007Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:42.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672554591405, "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=? 2023-01-01T06:32:42.013Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 254f278e-1384-46d4-bba6-f98c65998e2d 2023-01-01T06:32:42.014Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 254f278e-1384-46d4-bba6-f98c65998e2d 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 (?, ?, ?, ?, ?) 2023-01-01T06:32:42.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "cds-sdc-listener", "timestamp": 1672554585519, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "multicloud-k8s", "timestamp": 1672554588292, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "ves-openapi-manager", "timestamp": 1672554595364, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "cds-sdc-listener", "timestamp": 1672554585519, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "multicloud-k8s", "timestamp": 1672554588292, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json", "status": "NOTIFIED" } 2023-01-01T06:32:42.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "ves-openapi-manager", "timestamp": 1672554595364, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "multicloud-k8s", "timestamp": 1672554588292, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-01T06:32:42.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "cds-sdc-listener", "timestamp": 1672554585519, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554596744, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json", "status": "DOWNLOAD_OK" } 2023-01-01T06:32:42.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:42.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "ves-openapi-manager", "timestamp": 1672554595364, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "multicloud-k8s", "timestamp": 1672554588292, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "cds-sdc-listener", "timestamp": 1672554585519, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554597849, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-01T06:32:42.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:42.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "ves-openapi-manager", "timestamp": 1672554595364, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "multicloud-k8s", "timestamp": 1672554588292, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-01T06:32:42.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "cds-sdc-listener", "timestamp": 1672554585519, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "ves-openapi-manager", "timestamp": 1672554595364, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554598938, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-01T06:32:42.031Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:42.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "multicloud-k8s", "timestamp": 1672554588292, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "cds-sdc-listener", "timestamp": 1672554585519, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "ves-openapi-manager", "timestamp": 1672554595364, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "multicloud-k8s", "timestamp": 1672554588292, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:32:42.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "cds-sdc-listener", "timestamp": 1672554585519, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:32:42.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554600513, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json", "status": "DEPLOY_OK" } 2023-01-01T06:32:42.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:42.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "aai-model-loader", "timestamp": 1672554601110, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:32:42.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:42.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "ves-openapi-manager", "timestamp": 1672554595364, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554601518, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-01T06:32:42.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:42.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "multicloud-k8s", "timestamp": 1672554601308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-01T06:32:42.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:42.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "cds-sdc-listener", "timestamp": 1672554601796, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:32:42.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:42.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "aai-model-loader", "timestamp": 1672554602115, "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=? 2023-01-01T06:32:42.042Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 254f278e-1384-46d4-bba6-f98c65998e2d 2023-01-01T06:32:42.042Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 254f278e-1384-46d4-bba6-f98c65998e2d 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 (?, ?, ?, ?, ?) 2023-01-01T06:32:42.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554602523, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-01T06:32:42.052Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:42.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "cds-sdc-listener", "timestamp": 1672554602811, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-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 (?, ?, ?, ?, ?) 2023-01-01T06:32:42.072Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e604b857-aef1-4c9b-a278-1d8d21a683a2 2023-01-01T06:32:42.072Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e604b857-aef1-4c9b-a278-1d8d21a683a2 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 (?, ?, ?, ?, ?) 2023-01-01T06:32:42.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "multicloud-k8s", "timestamp": 1672554602382, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-01T06:32:42.089Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:42.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "aai-model-loader", "timestamp": 1672554603118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554603529, "artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:32:42.090Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:42.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "multicloud-k8s", "timestamp": 1672554603457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-01T06:32:42.091Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:42.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "aai-model-loader", "timestamp": 1672554603118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "multicloud-k8s", "timestamp": 1672554604475, "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=? 2023-01-01T06:32:42.100Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e604b857-aef1-4c9b-a278-1d8d21a683a2 2023-01-01T06:32:42.100Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e604b857-aef1-4c9b-a278-1d8d21a683a2 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 (?, ?, ?, ?, ?) 2023-01-01T06:32:42.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "aai-model-loader", "timestamp": 1672554603118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "multicloud-k8s", "timestamp": 1672554605478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json", "status": "DEPLOY_OK" } 2023-01-01T06:32:42.112Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:42.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "aai-model-loader", "timestamp": 1672554603118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "aai-model-loader", "timestamp": 1672554603118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "aai-model-loader", "timestamp": 1672554603118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672554607539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "aai-model-loader", "timestamp": 1672554603118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:32:42.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672554607539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "aai-model-loader", "timestamp": 1672554610216, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:32:42.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:42.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672554607539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672554607539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672554607539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672554607539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:32:42.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672554607539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:32:42.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:32:42.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672554615294, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:32:42.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:42.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672554617669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:32:42.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:42.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "aai-model-loader", "timestamp": 1672554618336, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:32:42.119Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:32:42.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672554618673, "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=? 2023-01-01T06:32:42.126Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e604b857-aef1-4c9b-a278-1d8d21a683a2 2023-01-01T06:32:42.126Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e604b857-aef1-4c9b-a278-1d8d21a683a2 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 (?, ?, ?, ?, ?) 2023-01-01T06:32:42.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:32:42.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "aai-model-loader", "timestamp": 1672554619338, "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=? 2023-01-01T06:32:42.146Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e604b857-aef1-4c9b-a278-1d8d21a683a2 2023-01-01T06:32:42.146Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e604b857-aef1-4c9b-a278-1d8d21a683a2 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 (?, ?, ?, ?, ?) 2023-01-01T06:33:04.707Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T06:33:04.721Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T06:33:04.726Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T06:33:04.727Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-01T06:33:04.727Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-01T06:33:04.727Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-01T06:33:04.727Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:33:04.727Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:33:04.727Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:33:04.728Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:33:04.728Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:33:04.728Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-01T06:33:04.735Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-01T06:33:34.736Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d 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=? 2023-01-01T06:33:34.752Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 254f278e-1384-46d4-bba6-f98c65998e2d and serviceModelVersionId: 5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc 2023-01-01T06:33:34.753Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 82b2443f-d1a3-4d79-99cd-a68833c3af16 2023-01-01T06:33:41.400Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:33:41.402Z||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. 2023-01-01T06:33:41.402Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:33:50.968Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:33:55.275Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/82b2443f-d1a3-4d79-99cd-a68833c3af16/model-vers/model-ver/5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc?depth=0 2023-01-01T06:33:55.437Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-01-01T06:33:56.119Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b2443f-d1a3-4d79-99cd-a68833c3af16/model-vers/model-ver/5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc?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]} 2023-01-01T06:33:56.127Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b2443f-d1a3-4d79-99cd-a68833c3af16/model-vers/model-ver/5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc?depth=0|INFO|500||Invoke 2023-01-01T06:33:56.309Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b2443f-d1a3-4d79-99cd-a68833c3af16/model-vers/model-ver/5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-01T06:33:56.530Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b2443f-d1a3-4d79-99cd-a68833c3af16/model-vers/model-ver/5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc?depth=0|INFO|500||InvokeReturn 2023-01-01T06:33:56.531Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b2443f-d1a3-4d79-99cd-a68833c3af16/model-vers/model-ver/5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc?depth=0 has http status code:200 and response headers:{date=[Sun, 01 Jan 2023 06:33:56 GMT], content-length=[0], vertex-id=[241720], x-aai-txid=[0-aai-resources-230101-06:33:56:504-40544], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-01T06:33:56.532Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-01-01T06:33:56.536Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-01T06:33:56.536Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-01T06:33:56.544Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-01T06:33:56.546Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 254f278e-1384-46d4-bba6-f98c65998e2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-01T06:33:56.547Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-01T06:33:56.548Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:33:56.551Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:33:56.551Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554836546, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-01T06:33:56.652Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:33:56.654Z||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. 2023-01-01T06:33:56.654Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:33:56.672Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:33:56.673Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-01T06:33:57.570Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:33:57.571Z|254f278e-1384-46d4-bba6-f98c65998e2d|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. 2023-01-01T06:33:57.572Z|254f278e-1384-46d4-bba6-f98c65998e2d|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:34:03.161Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:34:03.163Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T06:34:03.164Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"e604b857-aef1-4c9b-a278-1d8d21a683a2","serviceName":"basic_onboard_TlFNrs","serviceVersion":"1.0","serviceUUID":"678c8802-7599-4c70-b8b8-26b5e6a1cf4f","serviceDescription":"service","serviceInvariantUUID":"95da4aa9-1c52-4dd7-a54a-1860872b71f2","resources":[{"resourceInstanceName":"basic_onboard_TlFNrs 0","resourceName":"basic_onboard_TlFNrs","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7edb5231-2fd9-4966-8fa7-54679a4b256e","resourceInvariantUUID":"f2ca7dec-2e39-452a-87f8-a8033a00aea4","resourceCustomizationUUID":"7cdc40ad-feea-4724-9f4f-3b1683692be7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vf-license-model.xml","artifactChecksum":"YzZlNjA3ZTkwOTJhYWY2MzdjNTU1MDMzOTc0MWM4Y2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a6d15fed-6297-49e8-ad9d-92f26b1f1a73","artifactVersion":"1"},{"artifactName":"basic_onboard_tlfnrs0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json","artifactChecksum":"YmRiNDYyYTQ4ZjkzMzc0YjRhNWI3ODhhZWE2ZDU1N2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c2db5bc-de6a-4e31-8bc6-7d6fedbb7516","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dd67d5be-6d15-43dc-b4be-df8ec2340011","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"21084b2b-af4f-43da-93fe-23eb61cf7a4b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"68c1d70a-8583-4f4f-a6ad-cc33c582392a","artifactVersion":"2","generatedFromUUID":"dd67d5be-6d15-43dc-b4be-df8ec2340011"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTlfnrs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-template.yml","artifactChecksum":"OTIwMjM1NDk1OWEzMzQ0NzA2MGM2NGEwMzEyODYyNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"353e4759-c3cf-410b-96e1-6c622d1fc600","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTlfnrs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar","artifactChecksum":"NTdlYzY3M2Y5ZDk3MWM3ZjQ1ZDA4MzQzOWM1NGQ4ODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55832996-7366-496b-a7fe-2388730bdbfc","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-01T06:34:03.172Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:34:03.173Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:34:03.177Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:34:03.178Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554837570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:34:03.278Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T06:34:03.279Z||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. 2023-01-01T06:34:03.279Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:34:03.292Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:34:03.293Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:34:04.179Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:34:04.180Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:34:04.183Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:34:04.183Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554837570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json", "status": "NOTIFIED" } 2023-01-01T06:34:04.283Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:34:04.285Z||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. 2023-01-01T06:34:04.285Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:34:04.302Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:34:04.302Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":3,"count":1} 2023-01-01T06:34:05.184Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:34:05.185Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:34:05.188Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:34:05.189Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554837570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-01T06:34:05.288Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T06:34:05.289Z||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. 2023-01-01T06:34:05.289Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:34:05.304Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:34:05.304Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:34:06.190Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:34:06.191Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:34:06.193Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:34:06.193Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554837570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:34:06.293Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:34:06.295Z||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. 2023-01-01T06:34:06.295Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:34:06.307Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:34:06.308Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:34:07.194Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:34:07.195Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:34:07.197Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:34:07.198Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554837570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-01T06:34:07.298Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:34:07.299Z||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. 2023-01-01T06:34:07.299Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:34:07.312Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:34:07.313Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:34:08.198Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:34:08.199Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:34:08.201Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:34:08.202Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554837570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:34:08.302Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:34:08.303Z||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. 2023-01-01T06:34:08.303Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:34:08.318Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:34:08.318Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:34:09.203Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:34:09.204Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:34:09.208Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:34:09.208Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554837570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:34:09.308Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T06:34:09.310Z||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. 2023-01-01T06:34:09.310Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:34:09.326Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:34:09.327Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:34:10.211Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "serviceName": "basic_onboard_TlFNrs", "serviceVersion": "1.0", "serviceUUID": "678c8802-7599-4c70-b8b8-26b5e6a1cf4f", "serviceDescription": "service", "serviceInvariantUUID": "95da4aa9-1c52-4dd7-a54a-1860872b71f2", "resources": [ { "resourceInstanceName": "basic_onboard_TlFNrs 0", "resourceCustomizationUUID": "7cdc40ad-feea-4724-9f4f-3b1683692be7", "resourceName": "basic_onboard_TlFNrs", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7edb5231-2fd9-4966-8fa7-54679a4b256e", "resourceInvariantUUID": "f2ca7dec-2e39-452a-87f8-a8033a00aea4", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_tlfnrs0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json", "artifactChecksum": "YmRiNDYyYTQ4ZjkzMzc0YjRhNWI3ODhhZWE2ZDU1N2Q\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3c2db5bc-de6a-4e31-8bc6-7d6fedbb7516", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "dd67d5be-6d15-43dc-b4be-df8ec2340011", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "68c1d70a-8583-4f4f-a6ad-cc33c582392a", "generatedFromUUID": "dd67d5be-6d15-43dc-b4be-df8ec2340011" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "68c1d70a-8583-4f4f-a6ad-cc33c582392a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardTlfnrs-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar", "artifactChecksum": "NTdlYzY3M2Y5ZDk3MWM3ZjQ1ZDA4MzQzOWM1NGQ4ODY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55832996-7366-496b-a7fe-2388730bdbfc" } ], "workloadContext": "Production" } 2023-01-01T06:34:10.211Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-01T06:34:10.211Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 678c8802-7599-4c70-b8b8-26b5e6a1cf4f ASDC 2023-01-01T06:34:10.212Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:e604b857-aef1-4c9b-a278-1d8d21a683a2 ServiceName:basic_onboard_TlFNrs ServiceVersion:1.0 ServiceUUID:678c8802-7599-4c70-b8b8-26b5e6a1cf4f ServiceInvariantUUID:95da4aa9-1c52-4dd7-a54a-1860872b71f2 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardTlfnrs-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar ArtifactUUID:55832996-7366-496b-a7fe-2388730bdbfc ArtifactChecksum:NTdlYzY3M2Y5ZDk3MWM3ZjQ1ZDA4MzQzOWM1NGQ4ODY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_TlFNrs 0 ResourceCustomizationUUID:7cdc40ad-feea-4724-9f4f-3b1683692be7 ResourceInvariantUUID:f2ca7dec-2e39-452a-87f8-a8033a00aea4 ResourceName:basic_onboard_TlFNrs ResourceType:VF ResourceUUID:7edb5231-2fd9-4966-8fa7-54679a4b256e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_tlfnrs0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json ArtifactUUID:3c2db5bc-de6a-4e31-8bc6-7d6fedbb7516 ArtifactChecksum:YmRiNDYyYTQ4ZjkzMzc0YjRhNWI3ODhhZWE2ZDU1N2Q= 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/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml ArtifactUUID:dd67d5be-6d15-43dc-b4be-df8ec2340011 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/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env ArtifactUUID:68c1d70a-8583-4f4f-a6ad-cc33c582392a 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/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env ArtifactUUID:68c1d70a-8583-4f4f-a6ad-cc33c582392a ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-01T06:34:10.213Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 678c8802-7599-4c70-b8b8-26b5e6a1cf4f 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=? 2023-01-01T06:34:10.256Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-01T06:34:10.258Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-01T06:34:10.258Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-01T06:34:10.258Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 55832996-7366-496b-a7fe-2388730bdbfc from URL: /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar 2023-01-01T06:34:10.259Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-01T06:34:10.259Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar 2023-01-01T06:34:10.477Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-01T06:34:10.482Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar 55832996-7366-496b-a7fe-2388730bdbfc 75661 2023-01-01T06:34:10.482Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar ASDC sendASDCNotification 2023-01-01T06:34:10.483Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar 2023-01-01T06:34:10.483Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T06:34:10.484Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:34:10.486Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:34:10.487Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554850482, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:34:10.587Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:34:10.588Z||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. 2023-01-01T06:34:10.588Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:34:10.602Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:34:10.603Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-01-01T06:34:11.487Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-01T06:34:11.489Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-01T06:34:11.490Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 55832996-7366-496b-a7fe-2388730bdbfc, URL: /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar to file: /app/ASDC/1/service-BasicOnboardTlfnrs-csar.csar 2023-01-01T06:34:11.491Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTlfnrs-csar.csar 2023-01-01T06:34:11.491Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTlfnrs-csar.csar 2023-01-01T06:34:11.492Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTlfnrs-csar.csar 2023-01-01T06:34:11.827Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6246598566262833223/Definitions/service-BasicOnboardTlfnrs-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2023-01-01T06:34:13.657Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-01T06:34:13.657Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-01T06:34:13.657Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTlfnrs-csar.csar 2023-01-01T06:34:13.657Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-01T06:34:13.657Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_TlFNrs 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardTlfnrs-csar.csar 2023-01-01T06:34:13.658Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardTlfnrs-csar.csar 2023-01-01T06:34:13.658Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTlfnrs-csar.csar 2023-01-01T06:34:13.658Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTlfnrs-csar.csar 2023-01-01T06:34:13.658Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTlfnrs-csar.csar 2023-01-01T06:34:13.658Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTlfnrs-csar.csar 2023-01-01T06:34:13.658Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||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-BasicOnboardTlfnrs-csar.csar 2023-01-01T06:34:13.658Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-01T06:34:13.658Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:13.659Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:34:13.659Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is matching search criteria 2023-01-01T06:34:13.659Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-01T06:34:13.659Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_TlFNrs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-01T06:34:13.659Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:13.660Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:34:13.660Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is matching search criteria 2023-01-01T06:34:13.660Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-01T06:34:13.660Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_TlFNrs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-01T06:34:13.660Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:13.660Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:34:13.661Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:13.661Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is not matching search criteria 2023-01-01T06:34:13.661Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-01-01T06:34:13.661Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-01-01T06:34:13.661Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-01-01T06:34:13.661Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-01T06:34:13.662Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-01T06:34:13.662Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:13.662Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-01T06:34:13.662Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:13.663Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is matching search criteria 2023-01-01T06:34:13.663Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_TlFNrs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:34:13.663Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:13.663Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is matching search criteria 2023-01-01T06:34:13.663Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_TlFNrs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:34:13.664Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:13.664Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is matching search criteria 2023-01-01T06:34:13.664Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_TlFNrs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:34:13.664Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:13.665Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is not matching search criteria 2023-01-01T06:34:13.665Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-01T06:34:13.665Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-01T06:34:13.665Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d18d0c76-65e5-4968-ac3c-7f2ac99d6680 2023-01-01T06:34:13.665Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:13.665Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:34:13.666Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:13.666Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:34:13.666Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:13.666Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:34:13.666Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:13.666Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:34:13.667Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_TlFNrs Description:service Model UUID:678c8802-7599-4c70-b8b8-26b5e6a1cf4f Model Version:NULL Model InvariantUuid:95da4aa9-1c52-4dd7-a54a-1860872b71f2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_TlFNrs Model UUID:827d6747-dd4b-4159-9b2c-a5285d90f99e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f2ca7dec-2e39-452a-87f8-a8033a00aea4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7cdc40ad-feea-4724-9f4f-3b1683692be7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c96642ad-2bae-49d3-9ae8-7dead861ee9b ModelName:BasicOnboardTlfnrs..base_ubuntu18..module-0 ModelUuid:b17d5ad7-a142-4dd7-a0f8-253879269cf1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d18d0c76-65e5-4968-ac3c-7f2ac99d6680 ModelInvariantUuid:fd7b17d3-d02d-4b64-a26c-75e6da90040e ModelName:basic_onboard_TlFNrs-nodes.ubuntu18Cvfc ModelUuid:1ae83c14-548a-4322-bbd8-b1bd2319ba87 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:df4458fb-9241-44d0-90ea-1b46ed9ca75b ModelInvariantUuid:8ff3760f-d8b8-47d5-8ff0-4479e3a73b9a ModelName:BasicOnboardTlfnrs.compute.nodes.heat.ubuntu18 ModelUuid:15b1c6a1-b147-425e-a5a3-ab7143162af4 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=? 2023-01-01T06:34:13.676Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 7edb5231-2fd9-4966-8fa7-54679a4b256e 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=? 2023-01-01T06:34:13.680Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||basic_onboard_TlFNrs 0 2023-01-01T06:34:13.681Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7edb5231-2fd9-4966-8fa7-54679a4b256e 2023-01-01T06:34:13.681Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3c2db5bc-de6a-4e31-8bc6-7d6fedbb7516 from URL: /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json 2023-01-01T06:34:13.681Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-01T06:34:13.681Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json 2023-01-01T06:34:13.737Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-01T06:34:13.737Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json 3c2db5bc-de6a-4e31-8bc6-7d6fedbb7516 798 2023-01-01T06:34:13.738Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json ASDC sendASDCNotification 2023-01-01T06:34:13.738Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json 2023-01-01T06:34:13.738Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T06:34:13.739Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:34:13.741Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:34:13.741Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554853738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-01T06:34:13.841Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:34:13.842Z||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. 2023-01-01T06:34:13.842Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:34:13.857Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:34:13.858Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-01-01T06:34:14.741Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardTlfnrs..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c96642ad-2bae-49d3-9ae8-7dead861ee9b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b17d5ad7-a142-4dd7-a0f8-253879269cf1", "vfModuleModelCustomizationUUID": "b0ceed73-a33e-4980-857f-ec3b4bfe069c", "isBase": true, "artifacts": [ "dd67d5be-6d15-43dc-b4be-df8ec2340011", "68c1d70a-8583-4f4f-a6ad-cc33c582392a" ], "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": "" } } ] 2023-01-01T06:34:14.747Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardTlfnrs..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b17d5ad7-a142-4dd7-a0f8-253879269cf1 VfModuleModelInvariantUUID:c96642ad-2bae-49d3-9ae8-7dead861ee9b VfModuleModelDescription:NULL Artifacts UUID List:{ dd67d5be-6d15-43dc-b4be-df8ec2340011 , 68c1d70a-8583-4f4f-a6ad-cc33c582392a } 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 } 2023-01-01T06:34:14.749Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardTlfnrs..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c96642ad-2bae-49d3-9ae8-7dead861ee9b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b17d5ad7-a142-4dd7-a0f8-253879269cf1", "vfModuleModelCustomizationUUID": "b0ceed73-a33e-4980-857f-ec3b4bfe069c", "isBase": true, "artifacts": [ "dd67d5be-6d15-43dc-b4be-df8ec2340011", "68c1d70a-8583-4f4f-a6ad-cc33c582392a" ], "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": "" } } ] 2023-01-01T06:34:14.749Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardTlfnrs..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b17d5ad7-a142-4dd7-a0f8-253879269cf1 VfModuleModelInvariantUUID:c96642ad-2bae-49d3-9ae8-7dead861ee9b VfModuleModelDescription:NULL Artifacts UUID List:{ dd67d5be-6d15-43dc-b4be-df8ec2340011 , 68c1d70a-8583-4f4f-a6ad-cc33c582392a } 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 } 2023-01-01T06:34:14.749Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dd67d5be-6d15-43dc-b4be-df8ec2340011 from URL: /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml 2023-01-01T06:34:14.750Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-01T06:34:14.750Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml 2023-01-01T06:34:14.800Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-01T06:34:14.800Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml dd67d5be-6d15-43dc-b4be-df8ec2340011 5033 2023-01-01T06:34:14.801Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-01T06:34:14.802Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml 2023-01-01T06:34:14.802Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T06:34:14.802Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:34:14.805Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:34:14.805Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554854801, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-01T06:34:14.906Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-01T06:34:14.907Z||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. 2023-01-01T06:34:14.907Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:34:14.919Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:34:14.920Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-01T06:34:15.806Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 68c1d70a-8583-4f4f-a6ad-cc33c582392a from URL: /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env 2023-01-01T06:34:15.807Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-01T06:34:15.807Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env 2023-01-01T06:34:15.853Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-01T06:34:15.853Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env 68c1d70a-8583-4f4f-a6ad-cc33c582392a 909 2023-01-01T06:34:15.854Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-01T06:34:15.854Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env 2023-01-01T06:34:15.854Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T06:34:15.854Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:34:15.857Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:34:15.857Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554855853, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-01T06:34:15.957Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:34:15.958Z||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. 2023-01-01T06:34:15.958Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:34:15.970Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:34:15.971Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-01T06:34:16.858Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 678c8802-7599-4c70-b8b8-26b5e6a1cf4f 2023-01-01T06:34:16.858Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_TlFNrs 0 7edb5231-2fd9-4966-8fa7-54679a4b256e 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=? 2023-01-01T06:34:16.879Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46fa8661, org.onap.sdc.toscaparser.api.parameters.Input@25c88693, org.onap.sdc.toscaparser.api.parameters.Input@7bfdcd62, org.onap.sdc.toscaparser.api.parameters.Input@3085e34c, org.onap.sdc.toscaparser.api.parameters.Input@225ea2b3] 2023-01-01T06:34:16.881Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:16.881Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:34:16.882Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2023-01-01T06:34:16.882Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 7cdc40ad-feea-4724-9f4f-3b1683692be7 2023-01-01T06:34:16.882Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7cdc40ad-feea-4724-9f4f-3b1683692be7 matches Tosca VF Customization UUID: 7cdc40ad-feea-4724-9f4f-3b1683692be7 2023-01-01T06:34:16.883Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 7cdc40ad-feea-4724-9f4f-3b1683692be7 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=? 2023-01-01T06:34:16.893Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:16.895Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:34:16.896Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 7cdc40ad-feea-4724-9f4f-3b1683692be7: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-01T06:34:16.896Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@49c011b5 2023-01-01T06:34:16.897Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:16.897Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-01T06:34:16.898Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b0ceed73-a33e-4980-857f-ec3b4bfe069c 2023-01-01T06:34:16.898Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b0ceed73-a33e-4980-857f-ec3b4bfe069c 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=? 2023-01-01T06:34:16.902Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:16.902Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is matching search criteria 2023-01-01T06:34:16.902Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_TlFNrs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:34:16.903Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:16.903Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is matching search criteria 2023-01-01T06:34:16.904Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_TlFNrs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:34:16.904Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:16.905Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is not matching search criteria 2023-01-01T06:34:16.905Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-01T06:34:16.905Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-01T06:34:16.906Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d18d0c76-65e5-4968-ac3c-7f2ac99d6680 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=? 2023-01-01T06:34:16.910Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:16.911Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is matching search criteria 2023-01-01T06:34:16.911Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_TlFNrs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:34:16.912Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:16.912Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is matching search criteria 2023-01-01T06:34:16.912Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_TlFNrs 0] matching following query criteria: sdcType=VF, customizationUUID=7cdc40ad-feea-4724-9f4f-3b1683692be7 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=? 2023-01-01T06:34:16.916Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:16.916Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:34:16.916Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 678c8802-7599-4c70-b8b8-26b5e6a1cf4f: basic_onboard_TlFNrs 2023-01-01T06:34:16.917Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:16.917Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:34:16.918Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:16.918Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:34:16.918Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:16.918Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:34:16.919Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:16.919Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:34:16.919Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:34:16.919Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:34:16.920Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_TlFNrs 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 (?, ?, ?, ?, ?) 2023-01-01T06:34:17.019Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_TlFNrs 7edb5231-2fd9-4966-8fa7-54679a4b256e 1 ASDC deployResourceStructure 2023-01-01T06:34:17.020Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json ASDC sendASDCNotification 2023-01-01T06:34:17.020Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json 2023-01-01T06:34:17.020Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T06:34:17.021Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:34:17.023Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:34:17.023Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554857020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json", "status": "DEPLOY_OK" } 2023-01-01T06:34:17.123Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:34:17.124Z||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. 2023-01-01T06:34:17.124Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:34:17.140Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:34:17.141Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:34:18.024Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-01T06:34:18.024Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml 2023-01-01T06:34:18.024Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T06:34:18.025Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:34:18.033Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:34:18.033Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554858024, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-01T06:34:18.129Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2023-01-01T06:34:18.130Z||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. 2023-01-01T06:34:18.130Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:34:18.142Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:34:18.144Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:34:19.035Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-01T06:34:19.035Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env 2023-01-01T06:34:19.036Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T06:34:19.036Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:34:19.038Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:34:19.039Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554859034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-01T06:34:19.140Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-01T06:34:19.141Z||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. 2023-01-01T06:34:19.142Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:34:19.156Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:34:19.157Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-01-01T06:34:20.040Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar ASDC sendASDCNotification 2023-01-01T06:34:20.041Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar 2023-01-01T06:34:20.041Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T06:34:20.041Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:34:20.044Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:34:20.044Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554860040, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:34:20.144Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:34:20.145Z||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. 2023-01-01T06:34:20.145Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:34:20.159Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:34:20.160Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:34:21.045Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e604b857-aef1-4c9b-a278-1d8d21a683a2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T06:34:21.058Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e604b857-aef1-4c9b-a278-1d8d21a683a2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T06:34:21.063Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T06:34:21.064Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-01T06:34:21.064Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-01T06:34:21.064Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-01T06:34:21.064Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:34:21.065Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:34:21.065Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:34:21.065Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:34:21.065Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:34:21.066Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-01T06:34:21.074Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-01T06:34:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:34:41.400Z||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. 2023-01-01T06:34:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:34:42.037Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:34:42.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:34:42.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554836546, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-01T06:34:42.039Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:34:42.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:34:42.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554837570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:34:42.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:34:42.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:34:42.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554837570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json", "status": "NOTIFIED" } 2023-01-01T06:34:42.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:34:42.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:34:42.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554837570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-01T06:34:42.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:34:42.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:34:42.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554837570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:34:42.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:34:42.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:34:42.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554837570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-01T06:34:42.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:34:42.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:34:42.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554837570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:34:42.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:34:42.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:34:42.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554837570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:34:42.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:34:42.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:34:42.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554850482, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:34:42.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:34:42.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:34:42.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554853738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-01T06:34:42.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:34:42.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:34:42.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554854801, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-01T06:34:42.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:34:42.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:34:42.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554855853, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-01T06:34:42.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:34:42.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:34:42.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554857020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json", "status": "DEPLOY_OK" } 2023-01-01T06:34:42.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:34:42.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:34:42.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554858024, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-01T06:34:42.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:34:42.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:34:42.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554859034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-01T06:34:42.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:34:42.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:34:42.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554860040, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:34:42.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:34:51.075Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e604b857-aef1-4c9b-a278-1d8d21a683a2 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=? 2023-01-01T06:34:51.081Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e604b857-aef1-4c9b-a278-1d8d21a683a2 and serviceModelVersionId: 678c8802-7599-4c70-b8b8-26b5e6a1cf4f 2023-01-01T06:34:51.081Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 95da4aa9-1c52-4dd7-a54a-1860872b71f2 2023-01-01T06:34:51.082Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/95da4aa9-1c52-4dd7-a54a-1860872b71f2/model-vers/model-ver/678c8802-7599-4c70-b8b8-26b5e6a1cf4f?depth=0 2023-01-01T06:34:51.088Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-01-01T06:34:51.148Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95da4aa9-1c52-4dd7-a54a-1860872b71f2/model-vers/model-ver/678c8802-7599-4c70-b8b8-26b5e6a1cf4f?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]} 2023-01-01T06:34:51.150Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95da4aa9-1c52-4dd7-a54a-1860872b71f2/model-vers/model-ver/678c8802-7599-4c70-b8b8-26b5e6a1cf4f?depth=0|INFO|500||Invoke 2023-01-01T06:34:51.189Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95da4aa9-1c52-4dd7-a54a-1860872b71f2/model-vers/model-ver/678c8802-7599-4c70-b8b8-26b5e6a1cf4f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-01T06:34:51.312Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95da4aa9-1c52-4dd7-a54a-1860872b71f2/model-vers/model-ver/678c8802-7599-4c70-b8b8-26b5e6a1cf4f?depth=0|INFO|500||InvokeReturn 2023-01-01T06:34:51.314Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95da4aa9-1c52-4dd7-a54a-1860872b71f2/model-vers/model-ver/678c8802-7599-4c70-b8b8-26b5e6a1cf4f?depth=0 has http status code:200 and response headers:{date=[Sun, 01 Jan 2023 06:34:51 GMT], content-length=[0], vertex-id=[200936], x-aai-txid=[0-aai-resources-230101-06:34:51:390-30042], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-01T06:34:51.314Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-01-01T06:34:51.315Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-01T06:34:51.315Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-01T06:34:51.319Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-01T06:34:51.319Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e604b857-aef1-4c9b-a278-1d8d21a683a2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-01T06:34:51.319Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-01T06:34:51.320Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:34:51.322Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:34:51.322Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554891319, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-01T06:34:51.422Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:34:51.424Z||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. 2023-01-01T06:34:51.424Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:34:51.445Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:34:51.446Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 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=? 2023-01-01T06:34:52.337Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:34:52.338Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T06:34:52.339Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:35:01.885Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:35:01.886Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:35:01.887Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T06:35:01.887Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:35:11.443Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:35:11.443Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:35:11.444Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T06:35:11.444Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:35:21.001Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:35:21.002Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:35:21.004Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T06:35:21.004Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:35:30.547Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:35:41.396Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:35:41.397Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T06:35:41.397Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:35:41.399Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:35:41.400Z||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. 2023-01-01T06:35:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:35:42.043Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:35:42.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-01T06:35:42.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672554891319, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-01T06:35:42.045Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:35:50.960Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:36:41.396Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:36:41.397Z||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. 2023-01-01T06:36:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:36:41.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:36:41.400Z||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. 2023-01-01T06:36:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:36:50.951Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:36:50.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:37:41.397Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:37:41.398Z||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. 2023-01-01T06:37:41.398Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:37:41.399Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:37:41.400Z||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. 2023-01-01T06:37:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:37:50.955Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:37:50.958Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:38:41.396Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:38:41.397Z||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. 2023-01-01T06:38:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:38:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:38:41.400Z||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. 2023-01-01T06:38:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:38:50.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:38:50.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:39:41.396Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:39:41.397Z||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. 2023-01-01T06:39:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:39:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:39:41.401Z||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. 2023-01-01T06:39:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:39:50.943Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:39:50.944Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:40:41.396Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:40:41.397Z||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. 2023-01-01T06:40:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:40:41.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:40:41.399Z||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. 2023-01-01T06:40:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:40:50.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:40:50.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:41:41.396Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:41:41.397Z||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. 2023-01-01T06:41:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:41:41.399Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:41:41.400Z||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. 2023-01-01T06:41:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:41:50.964Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:41:50.965Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:42:41.396Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:42:41.398Z||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. 2023-01-01T06:42:41.398Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:42:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:42:41.399Z||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. 2023-01-01T06:42:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:42:50.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:42:50.966Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:43:41.396Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:43:41.397Z||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. 2023-01-01T06:43:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:43:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:43:41.399Z||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. 2023-01-01T06:43:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:43:50.959Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:43:50.959Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:44:41.396Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:44:41.397Z||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. 2023-01-01T06:44:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:44:41.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:44:41.400Z||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. 2023-01-01T06:44:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:44:42.975Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:44:42.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:44:42.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "cds-sdc-listener", "timestamp": 1672555443835, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:44:42.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:44:43.452Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:44:43.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T06:44:43.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"cdbe8dce-0f2b-4371-b19d-aee369de0004","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"66ceb9ff-c4ff-4d8d-8a05-176925772ef8","serviceDescription":"service","serviceInvariantUUID":"4b1e1372-2f92-4b6f-8519-359b4ca1c07d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d184bff2-4444-41e6-a336-c2fecbf7768a","resourceInvariantUUID":"f2369ec5-a8e8-49b7-90b6-b633dbbaf2ab","resourceCustomizationUUID":"64f233fb-788d-486c-82a8-6cb6770888d2","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":"NzUyZDMzMGYyYTNiZjcyNjNiZDMwYzZkMWJlMmQ2OWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"51ede46a-4bc1-4f9c-ae87-15fd25394ee2","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmFmNDgwMGZlMTdiYjNmMjVjYTRjMjg3Mjg4YzkwY2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b14eb08-81c0-437e-b688-9cba96ed7c23","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-01T06:44:43.465Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:44:43.469Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:44:43.474Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:44:43.490Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555481396, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:44:43.573Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms 2023-01-01T06:44:43.574Z||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. 2023-01-01T06:44:43.574Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:44:43.592Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:44:43.593Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":5,"count":1} 2023-01-01T06:44:44.492Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:44:44.493Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:44:44.501Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:44:44.501Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555481396, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:44:44.601Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:44:44.602Z||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. 2023-01-01T06:44:44.602Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:44:44.616Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:44:44.618Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:44:45.510Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "66ceb9ff-c4ff-4d8d-8a05-176925772ef8", "serviceDescription": "service", "serviceInvariantUUID": "4b1e1372-2f92-4b6f-8519-359b4ca1c07d", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "64f233fb-788d-486c-82a8-6cb6770888d2", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "d184bff2-4444-41e6-a336-c2fecbf7768a", "resourceInvariantUUID": "f2369ec5-a8e8-49b7-90b6-b633dbbaf2ab", "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": "YmFmNDgwMGZlMTdiYjNmMjVjYTRjMjg3Mjg4YzkwY2I\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4b14eb08-81c0-437e-b688-9cba96ed7c23" } ], "workloadContext": "Production" } 2023-01-01T06:44:45.510Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-01T06:44:45.510Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 66ceb9ff-c4ff-4d8d-8a05-176925772ef8 ASDC 2023-01-01T06:44:45.511Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:cdbe8dce-0f2b-4371-b19d-aee369de0004 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:66ceb9ff-c4ff-4d8d-8a05-176925772ef8 ServiceInvariantUUID:4b1e1372-2f92-4b6f-8519-359b4ca1c07d 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:4b14eb08-81c0-437e-b688-9cba96ed7c23 ArtifactChecksum:YmFmNDgwMGZlMTdiYjNmMjVjYTRjMjg3Mjg4YzkwY2I= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:64f233fb-788d-486c-82a8-6cb6770888d2 ResourceInvariantUUID:f2369ec5-a8e8-49b7-90b6-b633dbbaf2ab ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:d184bff2-4444-41e6-a336-c2fecbf7768a ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-01-01T06:44:45.511Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66ceb9ff-c4ff-4d8d-8a05-176925772ef8 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 (?, ?, ?, ?, ?) 2023-01-01T06:44:45.555Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-01T06:44:45.556Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-01T06:44:45.556Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-01T06:44:45.556Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4b14eb08-81c0-437e-b688-9cba96ed7c23 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-01T06:44:45.556Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-01T06:44:45.557Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-01T06:44:45.684Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-01T06:44:45.687Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4b14eb08-81c0-437e-b688-9cba96ed7c23 57792 2023-01-01T06:44:45.689Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-01-01T06:44:45.689Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-01T06:44:45.690Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T06:44:45.690Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:44:45.692Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:44:45.693Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555485689, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:44:45.793Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:44:45.794Z||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. 2023-01-01T06:44:45.794Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:44:45.808Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:44:45.809Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:44:46.693Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-01T06:44:46.694Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-01T06:44:46.694Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4b14eb08-81c0-437e-b688-9cba96ed7c23, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-01T06:44:46.695Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-01-01T06:44:46.695Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-01T06:44:46.696Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-01T06:44:46.939Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15490783691121117206/Definitions/service-BasicNetwork-template.yml 2023-01-01T06:44:47.636Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-01T06:44:47.637Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-01T06:44:47.637Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-01T06:44:47.638Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-01-01T06:44:47.638Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||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 2023-01-01T06:44:47.638Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||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 2023-01-01T06:44:47.638Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||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 2023-01-01T06:44:47.638Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||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 2023-01-01T06:44:47.639Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-01T06:44:47.639Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||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 2023-01-01T06:44:47.639Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||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 2023-01-01T06:44:47.639Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||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 2023-01-01T06:44:47.639Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-01T06:44:47.640Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:44:47.640Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:44:47.641Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-01T06:44:47.641Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-01T06:44:47.641Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-01T06:44:47.642Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:44:47.642Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:44:47.642Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-01T06:44:47.642Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-01T06:44:47.642Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-01T06:44:47.643Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:44:47.643Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:44:47.644Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:44:47.644Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:44:47.644Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:44:47.645Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:44:47.645Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:44:47.645Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:44:47.646Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:44:47.646Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:44:47.646Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:66ceb9ff-c4ff-4d8d-8a05-176925772ef8 Model Version:NULL Model InvariantUuid:4b1e1372-2f92-4b6f-8519-359b4ca1c07d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:f2369ec5-a8e8-49b7-90b6-b633dbbaf2ab Model UUID:040e8e5a-1214-41b0-bb9c-3cd7d6094a52 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:64f233fb-788d-486c-82a8-6cb6770888d2 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=? 2023-01-01T06:44:47.667Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: d184bff2-4444-41e6-a336-c2fecbf7768a 2023-01-01T06:44:47.667Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||No resources found for Service: 66ceb9ff-c4ff-4d8d-8a05-176925772ef8 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=? 2023-01-01T06:44:47.695Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500|| 2023-01-01T06:44:47.696Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-01-01T06:44:47.697Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 66ceb9ff-c4ff-4d8d-8a05-176925772ef8 2023-01-01T06:44:47.698Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 66ceb9ff-c4ff-4d8d-8a05-176925772ef8 2023-01-01T06:44:47.698Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-01-01T06:44:47.698Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||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=? 2023-01-01T06:44:47.726Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67584016, org.onap.sdc.toscaparser.api.parameters.Input@1f977e8f, org.onap.sdc.toscaparser.api.parameters.Input@39eecb05, org.onap.sdc.toscaparser.api.parameters.Input@949d9b3, org.onap.sdc.toscaparser.api.parameters.Input@2cb4707c] 2023-01-01T06:44:47.728Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:44:47.728Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:44:47.729Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:44:47.729Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:44:47.729Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 66ceb9ff-c4ff-4d8d-8a05-176925772ef8: Generic NeutronNet 2023-01-01T06:44:47.729Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:44:47.730Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:44:47.730Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:44:47.730Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||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=? 2023-01-01T06:44:47.808Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:44:47.808Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:44:47.815Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:44:47.816Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:44:47.816Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:44:47.816Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:44:47.817Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||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 (?, ?) 2023-01-01T06:44:47.909Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-01-01T06:44:47.909Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-01-01T06:44:47.909Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-01T06:44:47.909Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T06:44:47.910Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:44:47.912Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:44:47.913Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555487909, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:44:48.014Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-01T06:44:48.016Z||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. 2023-01-01T06:44:48.016Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:44:48.029Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:44:48.030Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:44:48.914Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdbe8dce-0f2b-4371-b19d-aee369de0004 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T06:44:48.936Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdbe8dce-0f2b-4371-b19d-aee369de0004 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T06:44:48.939Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T06:44:48.939Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-01T06:44:48.939Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-01T06:45:18.940Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdbe8dce-0f2b-4371-b19d-aee369de0004 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T06:45:18.957Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdbe8dce-0f2b-4371-b19d-aee369de0004 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T06:45:18.961Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T06:45:18.961Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-01T06:45:18.961Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-01T06:45:41.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:45:41.401Z||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. 2023-01-01T06:45:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:45:41.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:45:41.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:45:41.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "ves-openapi-manager", "timestamp": 1672555475408, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:45:41.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:45:41.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:45:41.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "multicloud-k8s", "timestamp": 1672555476511, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:45:41.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:45:48.962Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdbe8dce-0f2b-4371-b19d-aee369de0004 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T06:45:49.005Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdbe8dce-0f2b-4371-b19d-aee369de0004 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T06:45:49.016Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T06:45:49.016Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-01T06:45:49.016Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-01T06:46:19.017Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdbe8dce-0f2b-4371-b19d-aee369de0004 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T06:46:19.062Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdbe8dce-0f2b-4371-b19d-aee369de0004 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T06:46:19.069Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T06:46:19.069Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-01T06:46:19.069Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-01T06:46:41.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:46:41.401Z||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. 2023-01-01T06:46:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:46:41.454Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:46:41.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555477539, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.458Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555481396, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "cds-sdc-listener", "timestamp": 1672555443835, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:46:41.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "multicloud-k8s", "timestamp": 1672555476511, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:46:41.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "ves-openapi-manager", "timestamp": 1672555475408, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555477539, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:46:41.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555481396, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:46:41.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "cds-sdc-listener", "timestamp": 1672555485125, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:46:41.467Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:46:41.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555485154, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:46:41.468Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:46:41.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555485689, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:46:41.470Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:46:41.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "cds-sdc-listener", "timestamp": 1672555486131, "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=? 2023-01-01T06:46:41.484Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cdbe8dce-0f2b-4371-b19d-aee369de0004 2023-01-01T06:46:41.484Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdbe8dce-0f2b-4371-b19d-aee369de0004 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 (?, ?, ?, ?, ?) 2023-01-01T06:46:41.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555486845, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:46:41.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:46:41.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555487909, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:46:41.502Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:46:41.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555487849, "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=? 2023-01-01T06:46:41.510Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cdbe8dce-0f2b-4371-b19d-aee369de0004 2023-01-01T06:46:41.511Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdbe8dce-0f2b-4371-b19d-aee369de0004 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 (?, ?, ?, ?, ?) 2023-01-01T06:46:41.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "aai-model-loader", "timestamp": 1672555492723, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "aai-model-loader", "timestamp": 1672555492723, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:46:41.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "aai-model-loader", "timestamp": 1672555494897, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:46:41.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:46:41.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "aai-model-loader", "timestamp": 1672555499246, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:46:41.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:46:41.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "aai-model-loader", "timestamp": 1672555500249, "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=? 2023-01-01T06:46:41.541Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cdbe8dce-0f2b-4371-b19d-aee369de0004 2023-01-01T06:46:41.542Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdbe8dce-0f2b-4371-b19d-aee369de0004 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 (?, ?, ?, ?, ?) 2023-01-01T06:46:41.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "ves-openapi-manager", "timestamp": 1672555515365, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "cds-sdc-listener", "timestamp": 1672555487135, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "multicloud-k8s", "timestamp": 1672555514447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "ves-openapi-manager", "timestamp": 1672555515365, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "cds-sdc-listener", "timestamp": 1672555487135, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "multicloud-k8s", "timestamp": 1672555514447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "cds-sdc-listener", "timestamp": 1672555487135, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "multicloud-k8s", "timestamp": 1672555514447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "ves-openapi-manager", "timestamp": 1672555515365, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "ves-openapi-manager", "timestamp": 1672555515365, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "cds-sdc-listener", "timestamp": 1672555487135, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "multicloud-k8s", "timestamp": 1672555514447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "aai-model-loader", "timestamp": 1672555522724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "ves-openapi-manager", "timestamp": 1672555515365, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "cds-sdc-listener", "timestamp": 1672555487135, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "multicloud-k8s", "timestamp": 1672555514447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "aai-model-loader", "timestamp": 1672555522724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "cds-sdc-listener", "timestamp": 1672555487135, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "ves-openapi-manager", "timestamp": 1672555515365, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-01T06:46:41.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "multicloud-k8s", "timestamp": 1672555514447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "aai-model-loader", "timestamp": 1672555522724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "cds-sdc-listener", "timestamp": 1672555487135, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "ves-openapi-manager", "timestamp": 1672555515365, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "multicloud-k8s", "timestamp": 1672555514447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "aai-model-loader", "timestamp": 1672555522724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "cds-sdc-listener", "timestamp": 1672555487135, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:46:41.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "ves-openapi-manager", "timestamp": 1672555515365, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "multicloud-k8s", "timestamp": 1672555514447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:46:41.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "aai-model-loader", "timestamp": 1672555522724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "cds-sdc-listener", "timestamp": 1672555527236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:46:41.579Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:46:41.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "ves-openapi-manager", "timestamp": 1672555527566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-01T06:46:41.580Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:46:41.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "aai-model-loader", "timestamp": 1672555522724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "cds-sdc-listener", "timestamp": 1672555528240, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-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 (?, ?, ?, ?, ?) 2023-01-01T06:46:41.600Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ee12448-1711-40cb-947d-1c43c09f47fb 2023-01-01T06:46:41.600Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ee12448-1711-40cb-947d-1c43c09f47fb 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 (?, ?, ?, ?, ?) 2023-01-01T06:46:41.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "ves-openapi-manager", "timestamp": 1672555528753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-01T06:46:41.611Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:46:41.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "aai-model-loader", "timestamp": 1672555522724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "ves-openapi-manager", "timestamp": 1672555529756, "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=? 2023-01-01T06:46:41.619Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 0ee12448-1711-40cb-947d-1c43c09f47fb 2023-01-01T06:46:41.620Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ee12448-1711-40cb-947d-1c43c09f47fb 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 (?, ?, ?, ?, ?) 2023-01-01T06:46:41.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "aai-model-loader", "timestamp": 1672555522724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:46:41.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "aai-model-loader", "timestamp": 1672555530852, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:46:41.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:46:41.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "aai-model-loader", "timestamp": 1672555536346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:46:41.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:46:41.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "aai-model-loader", "timestamp": 1672555537348, "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=? 2023-01-01T06:46:41.643Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ee12448-1711-40cb-947d-1c43c09f47fb 2023-01-01T06:46:41.643Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ee12448-1711-40cb-947d-1c43c09f47fb 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 (?, ?, ?, ?, ?) 2023-01-01T06:46:41.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555537539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555537539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:41.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:46:41.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555537539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-01T06:46:41.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-01T06:46:49.070Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdbe8dce-0f2b-4371-b19d-aee369de0004 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T06:46:49.097Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdbe8dce-0f2b-4371-b19d-aee369de0004 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T06:46:49.101Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T06:46:49.101Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-01T06:46:49.101Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-01T06:46:49.102Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-01T06:46:49.102Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:46:49.102Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:46:49.102Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:46:49.102Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:46:49.102Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-01T06:46:49.122Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-01T06:47:19.128Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cdbe8dce-0f2b-4371-b19d-aee369de0004 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=? 2023-01-01T06:47:19.155Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cdbe8dce-0f2b-4371-b19d-aee369de0004 and serviceModelVersionId: 66ceb9ff-c4ff-4d8d-8a05-176925772ef8 2023-01-01T06:47:19.156Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4b1e1372-2f92-4b6f-8519-359b4ca1c07d 2023-01-01T06:47:19.162Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4b1e1372-2f92-4b6f-8519-359b4ca1c07d/model-vers/model-ver/66ceb9ff-c4ff-4d8d-8a05-176925772ef8?depth=0 2023-01-01T06:47:19.183Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-01T06:47:19.376Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b1e1372-2f92-4b6f-8519-359b4ca1c07d/model-vers/model-ver/66ceb9ff-c4ff-4d8d-8a05-176925772ef8?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]} 2023-01-01T06:47:19.381Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b1e1372-2f92-4b6f-8519-359b4ca1c07d/model-vers/model-ver/66ceb9ff-c4ff-4d8d-8a05-176925772ef8?depth=0|INFO|500||Invoke 2023-01-01T06:47:19.443Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b1e1372-2f92-4b6f-8519-359b4ca1c07d/model-vers/model-ver/66ceb9ff-c4ff-4d8d-8a05-176925772ef8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-01T06:47:19.590Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b1e1372-2f92-4b6f-8519-359b4ca1c07d/model-vers/model-ver/66ceb9ff-c4ff-4d8d-8a05-176925772ef8?depth=0|INFO|500||InvokeReturn 2023-01-01T06:47:19.591Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b1e1372-2f92-4b6f-8519-359b4ca1c07d/model-vers/model-ver/66ceb9ff-c4ff-4d8d-8a05-176925772ef8?depth=0 has http status code:200 and response headers:{date=[Sun, 01 Jan 2023 06:47:19 GMT], content-length=[0], vertex-id=[172208], x-aai-txid=[0-aai-resources-230101-06:47:19:611-2045], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-01T06:47:19.591Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-01-01T06:47:19.592Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-01T06:47:19.592Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-01T06:47:19.603Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-01T06:47:19.605Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cdbe8dce-0f2b-4371-b19d-aee369de0004 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-01T06:47:19.605Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-01T06:47:19.610Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:47:19.615Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:47:19.615Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555639605, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-01T06:47:19.715Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T06:47:19.719Z||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. 2023-01-01T06:47:19.719Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:47:19.747Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:47:19.748Z||pool-39-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-01T06:47:20.630Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:47:20.632Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|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. 2023-01-01T06:47:20.632Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:47:26.223Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:47:26.225Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T06:47:26.226Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ee12448-1711-40cb-947d-1c43c09f47fb","serviceName":"Demo_pNF_U0o2sOv1EvzboXikGGcw","serviceVersion":"1.0","serviceUUID":"b76a7e9b-c57c-4da1-bb2a-efc62c31d87f","serviceDescription":"catalog service description","serviceInvariantUUID":"ab8ea7a4-ae1b-4734-ba54-c7078cef0521","resources":[{"resourceInstanceName":"pNF d7482a41-cfa2 0","resourceName":"pNF d7482a41-cfa2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"03b49cc1-6446-4f24-aa77-cec86cb3b3ff","resourceInvariantUUID":"ed1b60b3-154c-469d-a0e7-64e1c634bbbe","resourceCustomizationUUID":"584ad036-7019-4c43-89fd-d51dea3df28c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vf-license-model.xml","artifactChecksum":"ODkxODJlMjAzZDc0NzgwYjIyMGE3ZDdmZmMzNTgyNjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9470cc62-f07a-4af5-b442-665544b7bc70","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/pNF.csar","artifactChecksum":"Yzg5MTg5OWMzNzk4MmZhMjhhZTdlM2U2ZTQzZDkzNDY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e25b92e-51d2-4a53-8fd0-7fdbe562f250","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"01cf3f67-8a9c-4232-a4e3-67b8233a3597","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vendor-license-model.xml","artifactChecksum":"Mjc4NzFmMDdhOGY3OWEyNGFjMzc3YjlkNTZlZTMwMjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"83f171a5-311e-40d8-9b58-bd02c0b6671e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"52943823-d9a8-46ff-be27-ef9126b85092","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"737580a9-62a0-477d-953e-c92059d4182d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfU0o2sov1evzboxikggcw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-template.yml","artifactChecksum":"ZmZlYjI5YzI0YjkxZjIwMjQ1MzQ2OTE2Y2M5MTdjMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e9494ef-0789-4b5f-be3e-4b1f9b9c9c2b","artifactVersion":"1"},{"artifactName":"service-DemoPnfU0o2sov1evzboxikggcw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar","artifactChecksum":"ZDM2ZWYyMmM2YzZmZTUyOGFhYTM3ZjgwZjlhMjU2Njk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eeb628e0-9bdb-41a1-994e-3991a7e26e0d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-01T06:47:26.231Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:47:26.231Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:47:26.233Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:47:26.233Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:47:26.334Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:47:26.335Z||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. 2023-01-01T06:47:26.335Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:47:26.347Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:47:26.350Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:47:27.234Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:47:27.235Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:47:27.238Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:47:27.238Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-01T06:47:27.338Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:47:27.341Z||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. 2023-01-01T06:47:27.341Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:47:27.388Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:47:27.389Z||pool-41-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:47:28.238Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:47:28.239Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:47:28.242Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:47:28.243Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-01T06:47:28.343Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:47:28.344Z||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. 2023-01-01T06:47:28.344Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:47:28.359Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:47:28.362Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2023-01-01T06:47:29.243Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:47:29.244Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:47:29.248Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:47:29.248Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:47:29.348Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:47:29.349Z||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. 2023-01-01T06:47:29.349Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:47:29.365Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:47:29.366Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-01T06:47:30.248Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:47:30.249Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:47:30.253Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:47:30.253Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:47:30.353Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:47:30.354Z||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. 2023-01-01T06:47:30.354Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:47:30.369Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:47:30.370Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:47:31.254Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:47:31.255Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:47:31.257Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:47:31.257Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:47:31.358Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:47:31.360Z||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. 2023-01-01T06:47:31.360Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:47:31.378Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:47:31.379Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:47:32.258Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:47:32.258Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:47:32.261Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:47:32.261Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:47:32.363Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-01T06:47:32.365Z||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. 2023-01-01T06:47:32.365Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:47:32.380Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:47:32.381Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:47:33.262Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:47:33.263Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:47:33.268Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:47:33.268Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:47:33.368Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:47:33.369Z||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. 2023-01-01T06:47:33.369Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:47:33.384Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:47:33.385Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-01-01T06:47:34.269Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "serviceName": "Demo_pNF_U0o2sOv1EvzboXikGGcw", "serviceVersion": "1.0", "serviceUUID": "b76a7e9b-c57c-4da1-bb2a-efc62c31d87f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ab8ea7a4-ae1b-4734-ba54-c7078cef0521", "resources": [ { "resourceInstanceName": "pNF d7482a41-cfa2 0", "resourceCustomizationUUID": "584ad036-7019-4c43-89fd-d51dea3df28c", "resourceName": "pNF d7482a41-cfa2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "03b49cc1-6446-4f24-aa77-cec86cb3b3ff", "resourceInvariantUUID": "ed1b60b3-154c-469d-a0e7-64e1c634bbbe", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfU0o2sov1evzboxikggcw-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar", "artifactChecksum": "ZDM2ZWYyMmM2YzZmZTUyOGFhYTM3ZjgwZjlhMjU2Njk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eeb628e0-9bdb-41a1-994e-3991a7e26e0d" } ], "workloadContext": "Production" } 2023-01-01T06:47:34.270Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-01T06:47:34.270Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b76a7e9b-c57c-4da1-bb2a-efc62c31d87f ASDC 2023-01-01T06:47:34.270Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:0ee12448-1711-40cb-947d-1c43c09f47fb ServiceName:Demo_pNF_U0o2sOv1EvzboXikGGcw ServiceVersion:1.0 ServiceUUID:b76a7e9b-c57c-4da1-bb2a-efc62c31d87f ServiceInvariantUUID:ab8ea7a4-ae1b-4734-ba54-c7078cef0521 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfU0o2sov1evzboxikggcw-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar ArtifactUUID:eeb628e0-9bdb-41a1-994e-3991a7e26e0d ArtifactChecksum:ZDM2ZWYyMmM2YzZmZTUyOGFhYTM3ZjgwZjlhMjU2Njk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF d7482a41-cfa2 0 ResourceCustomizationUUID:584ad036-7019-4c43-89fd-d51dea3df28c ResourceInvariantUUID:ed1b60b3-154c-469d-a0e7-64e1c634bbbe ResourceName:pNF d7482a41-cfa2 ResourceType:PNF ResourceUUID:03b49cc1-6446-4f24-aa77-cec86cb3b3ff ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-01T06:47:34.271Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b76a7e9b-c57c-4da1-bb2a-efc62c31d87f 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=? 2023-01-01T06:47:34.312Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-01T06:47:34.313Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-01T06:47:34.313Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-01T06:47:34.313Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: eeb628e0-9bdb-41a1-994e-3991a7e26e0d from URL: /sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar 2023-01-01T06:47:34.313Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-01T06:47:34.314Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar 2023-01-01T06:47:34.414Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-01T06:47:34.422Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar eeb628e0-9bdb-41a1-994e-3991a7e26e0d 88007 2023-01-01T06:47:34.423Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar ASDC sendASDCNotification 2023-01-01T06:47:34.423Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar 2023-01-01T06:47:34.423Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T06:47:34.423Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:47:34.427Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:47:34.427Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555654423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:47:34.527Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T06:47:34.528Z||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. 2023-01-01T06:47:34.528Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:47:34.541Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:47:34.542Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-01T06:47:35.428Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-01T06:47:35.429Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-01T06:47:35.430Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: eeb628e0-9bdb-41a1-994e-3991a7e26e0d, URL: /sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar to file: /app/ASDC/1/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar 2023-01-01T06:47:35.430Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfU0o2sov1evzboxikggcw-csar.csar 2023-01-01T06:47:35.430Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar 2023-01-01T06:47:35.430Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar 2023-01-01T06:47:35.677Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2639381443910251268/Definitions/service-DemoPnfU0o2sov1evzboxikggcw-template.yml 2023-01-01T06:47:36.743Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-01T06:47:36.744Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-01T06:47:36.744Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar 2023-01-01T06:47:36.744Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-01T06:47:36.744Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar 2023-01-01T06:47:36.744Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar 2023-01-01T06:47:36.745Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar 2023-01-01T06:47:36.745Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar 2023-01-01T06:47:36.745Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar 2023-01-01T06:47:36.745Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d7482a41-cfa2 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-DemoPnfU0o2sov1evzboxikggcw-csar.csar 2023-01-01T06:47:36.745Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar 2023-01-01T06:47:36.745Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-01T06:47:36.745Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:47:36.745Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_U0o2sOv1EvzboXikGGcw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:47:36.745Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Node template pNF d7482a41-cfa2 0 is matching search criteria 2023-01-01T06:47:36.746Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-01T06:47:36.746Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF d7482a41-cfa2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-01T06:47:36.746Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:47:36.746Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_U0o2sOv1EvzboXikGGcw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:47:36.746Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Node template pNF d7482a41-cfa2 0 is matching search criteria 2023-01-01T06:47:36.746Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-01T06:47:36.746Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF d7482a41-cfa2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-01T06:47:36.747Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:47:36.747Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_U0o2sOv1EvzboXikGGcw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:47:36.747Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:47:36.747Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_U0o2sOv1EvzboXikGGcw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:47:36.747Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:47:36.747Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_U0o2sOv1EvzboXikGGcw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:47:36.747Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:47:36.748Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_U0o2sOv1EvzboXikGGcw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:47:36.748Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:47:36.748Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_U0o2sOv1EvzboXikGGcw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:47:36.748Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_U0o2sOv1EvzboXikGGcw Description:catalog service description Model UUID:b76a7e9b-c57c-4da1-bb2a-efc62c31d87f Model Version:NULL Model InvariantUuid:ab8ea7a4-ae1b-4734-ba54-c7078cef0521 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=? 2023-01-01T06:47:36.756Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 03b49cc1-6446-4f24-aa77-cec86cb3b3ff 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=? 2023-01-01T06:47:36.759Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||pNF d7482a41-cfa2 0 2023-01-01T06:47:36.759Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 03b49cc1-6446-4f24-aa77-cec86cb3b3ff 2023-01-01T06:47:36.759Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||No resources found for Service: b76a7e9b-c57c-4da1-bb2a-efc62c31d87f 2023-01-01T06:47:36.759Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b76a7e9b-c57c-4da1-bb2a-efc62c31d87f 2023-01-01T06:47:36.759Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d7482a41-cfa2 0 03b49cc1-6446-4f24-aa77-cec86cb3b3ff 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=? 2023-01-01T06:47:36.765Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18767c65, org.onap.sdc.toscaparser.api.parameters.Input@4152947c, org.onap.sdc.toscaparser.api.parameters.Input@4f660da8, org.onap.sdc.toscaparser.api.parameters.Input@3807f601, org.onap.sdc.toscaparser.api.parameters.Input@13393030] 2023-01-01T06:47:36.766Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:47:36.766Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_U0o2sOv1EvzboXikGGcw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:47:36.766Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b76a7e9b-c57c-4da1-bb2a-efc62c31d87f: pNF d7482a41-cfa2 2023-01-01T06:47:36.767Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||Processing PNF resource: 03b49cc1-6446-4f24-aa77-cec86cb3b3ff 2023-01-01T06:47:36.767Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:47:36.767Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_U0o2sOv1EvzboXikGGcw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:47:36.767Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||Resource customization UUID: 584ad036-7019-4c43-89fd-d51dea3df28c is the same as notified resource customizationUUID: 584ad036-7019-4c43-89fd-d51dea3df28c 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 (?, ?) 2023-01-01T06:47:36.820Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d7482a41-cfa2 03b49cc1-6446-4f24-aa77-cec86cb3b3ff 0 ASDC deployResourceStructure 2023-01-01T06:47:36.821Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar ASDC sendASDCNotification 2023-01-01T06:47:36.821Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar 2023-01-01T06:47:36.821Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T06:47:36.822Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:47:36.824Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:47:36.824Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555656821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:47:36.924Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T06:47:36.926Z||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. 2023-01-01T06:47:36.926Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:47:36.958Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:47:36.959Z||pool-49-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:47:37.825Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ee12448-1711-40cb-947d-1c43c09f47fb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T06:47:37.840Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ee12448-1711-40cb-947d-1c43c09f47fb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T06:47:37.844Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T06:47:37.845Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-01T06:47:37.845Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-01T06:47:37.845Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-01T06:47:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:47:41.400Z||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. 2023-01-01T06:47:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:47:41.453Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:47:41.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:47:41.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555537539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:47:41.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:07.845Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ee12448-1711-40cb-947d-1c43c09f47fb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T06:48:07.861Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ee12448-1711-40cb-947d-1c43c09f47fb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T06:48:07.866Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T06:48:07.866Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-01T06:48:07.866Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-01T06:48:07.867Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-01T06:48:37.869Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ee12448-1711-40cb-947d-1c43c09f47fb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T06:48:37.891Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ee12448-1711-40cb-947d-1c43c09f47fb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T06:48:37.896Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T06:48:37.897Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-01T06:48:37.897Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-01T06:48:37.897Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-01T06:48:41.400Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:48:41.401Z||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. 2023-01-01T06:48:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:48:41.425Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:48:41.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555537539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.450Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555537539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.450Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555537539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.450Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555537539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:48:41.450Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555546280, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:48:41.451Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:48:41.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "ves-openapi-manager", "timestamp": 1672555535364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "cds-sdc-listener", "timestamp": 1672555529242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "multicloud-k8s", "timestamp": 1672555526638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "ves-openapi-manager", "timestamp": 1672555535364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "multicloud-k8s", "timestamp": 1672555526638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-01T06:48:41.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "cds-sdc-listener", "timestamp": 1672555529242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555548283, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:48:41.452Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:48:41.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "ves-openapi-manager", "timestamp": 1672555535364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "cds-sdc-listener", "timestamp": 1672555529242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "multicloud-k8s", "timestamp": 1672555526638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-01T06:48:41.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555549287, "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=? 2023-01-01T06:48:41.462Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ee12448-1711-40cb-947d-1c43c09f47fb 2023-01-01T06:48:41.462Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ee12448-1711-40cb-947d-1c43c09f47fb 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 (?, ?, ?, ?, ?) 2023-01-01T06:48:41.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "ves-openapi-manager", "timestamp": 1672555535364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "cds-sdc-listener", "timestamp": 1672555529242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "multicloud-k8s", "timestamp": 1672555526638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-01T06:48:41.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "ves-openapi-manager", "timestamp": 1672555535364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "cds-sdc-listener", "timestamp": 1672555529242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "multicloud-k8s", "timestamp": 1672555526638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-01T06:48:41.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "ves-openapi-manager", "timestamp": 1672555535364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "cds-sdc-listener", "timestamp": 1672555529242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "multicloud-k8s", "timestamp": 1672555526638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "aai-model-loader", "timestamp": 1672555552723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "ves-openapi-manager", "timestamp": 1672555535364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "cds-sdc-listener", "timestamp": 1672555529242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "multicloud-k8s", "timestamp": 1672555526638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-01T06:48:41.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "aai-model-loader", "timestamp": 1672555552723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "ves-openapi-manager", "timestamp": 1672555535364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "cds-sdc-listener", "timestamp": 1672555529242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "multicloud-k8s", "timestamp": 1672555526638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "aai-model-loader", "timestamp": 1672555552723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "ves-openapi-manager", "timestamp": 1672555535364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "cds-sdc-listener", "timestamp": 1672555529242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:48:41.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "multicloud-k8s", "timestamp": 1672555526638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:48:41.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "aai-model-loader", "timestamp": 1672555552723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "ves-openapi-manager", "timestamp": 1672555556537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "multicloud-k8s", "timestamp": 1672555555814, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-01T06:48:41.484Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:48:41.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "cds-sdc-listener", "timestamp": 1672555556333, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:48:41.485Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:48:41.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "aai-model-loader", "timestamp": 1672555552723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "ves-openapi-manager", "timestamp": 1672555556537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "cds-sdc-listener", "timestamp": 1672555557338, "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 (?, ?, ?, ?, ?) 2023-01-01T06:48:41.500Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d968d229-7948-4bff-9b8f-31be33c95400 2023-01-01T06:48:41.500Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d968d229-7948-4bff-9b8f-31be33c95400 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 (?, ?, ?, ?, ?) 2023-01-01T06:48:41.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "multicloud-k8s", "timestamp": 1672555556887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-01T06:48:41.512Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:48:41.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "aai-model-loader", "timestamp": 1672555552723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "ves-openapi-manager", "timestamp": 1672555556537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "cds-sdc-listener", "timestamp": 1672555558341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "multicloud-k8s", "timestamp": 1672555557974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-01T06:48:41.514Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:48:41.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "aai-model-loader", "timestamp": 1672555552723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "ves-openapi-manager", "timestamp": 1672555556537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "cds-sdc-listener", "timestamp": 1672555558341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "multicloud-k8s", "timestamp": 1672555559023, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-01T06:48:41.516Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:48:41.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "aai-model-loader", "timestamp": 1672555552723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "ves-openapi-manager", "timestamp": 1672555556537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "cds-sdc-listener", "timestamp": 1672555558341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "multicloud-k8s", "timestamp": 1672555560070, "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=? 2023-01-01T06:48:41.525Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d968d229-7948-4bff-9b8f-31be33c95400 2023-01-01T06:48:41.525Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d968d229-7948-4bff-9b8f-31be33c95400 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 (?, ?, ?, ?, ?) 2023-01-01T06:48:41.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "aai-model-loader", "timestamp": 1672555552723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:48:41.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "ves-openapi-manager", "timestamp": 1672555556537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "cds-sdc-listener", "timestamp": 1672555558341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "multicloud-k8s", "timestamp": 1672555561074, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-01T06:48:41.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:48:41.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "aai-model-loader", "timestamp": 1672555561839, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:48:41.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:48:41.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "ves-openapi-manager", "timestamp": 1672555556537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "cds-sdc-listener", "timestamp": 1672555558341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "multicloud-k8s", "timestamp": 1672555562080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "cds-sdc-listener", "timestamp": 1672555558341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "multicloud-k8s", "timestamp": 1672555562080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-01T06:48:41.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "cds-sdc-listener", "timestamp": 1672555558341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:48:41.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "multicloud-k8s", "timestamp": 1672555562080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-01T06:48:41.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "cds-sdc-listener", "timestamp": 1672555565461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:48:41.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:48:41.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "multicloud-k8s", "timestamp": 1672555562080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "cds-sdc-listener", "timestamp": 1672555566465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-01T06:48:41.557Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d80016be-aca6-4991-90b5-27bcc82100a5 2023-01-01T06:48:41.557Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d80016be-aca6-4991-90b5-27bcc82100a5 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 (?, ?, ?, ?, ?) 2023-01-01T06:48:41.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "multicloud-k8s", "timestamp": 1672555562080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-01T06:48:41.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "multicloud-k8s", "timestamp": 1672555562080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "multicloud-k8s", "timestamp": 1672555562080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:48:41.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555567539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "multicloud-k8s", "timestamp": 1672555569165, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-01T06:48:41.571Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:48:41.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "aai-model-loader", "timestamp": 1672555569685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:48:41.571Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:48:41.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555567539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "aai-model-loader", "timestamp": 1672555570687, "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=? 2023-01-01T06:48:41.581Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d968d229-7948-4bff-9b8f-31be33c95400 2023-01-01T06:48:41.582Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d968d229-7948-4bff-9b8f-31be33c95400 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 (?, ?, ?, ?, ?) 2023-01-01T06:48:41.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "multicloud-k8s", "timestamp": 1672555570216, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-01T06:48:41.596Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:48:41.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555567539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "aai-model-loader", "timestamp": 1672555552723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "multicloud-k8s", "timestamp": 1672555571273, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-01T06:48:41.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:48:41.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555567539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "aai-model-loader", "timestamp": 1672555552723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "multicloud-k8s", "timestamp": 1672555572293, "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=? 2023-01-01T06:48:41.608Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d80016be-aca6-4991-90b5-27bcc82100a5 2023-01-01T06:48:41.609Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d80016be-aca6-4991-90b5-27bcc82100a5 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 (?, ?, ?, ?, ?) 2023-01-01T06:48:41.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555567539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "aai-model-loader", "timestamp": 1672555552723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "multicloud-k8s", "timestamp": 1672555573297, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-01T06:48:41.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:48:41.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555567539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "aai-model-loader", "timestamp": 1672555552723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555567539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "aai-model-loader", "timestamp": 1672555552723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555567539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "aai-model-loader", "timestamp": 1672555552723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555567539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:48:41.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "aai-model-loader", "timestamp": 1672555552723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:48:41.630Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555577319, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:48:41.630Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:48:41.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "aai-model-loader", "timestamp": 1672555579144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:48:41.631Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:48:41.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555579737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:48:41.631Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:48:41.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555580742, "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=? 2023-01-01T06:48:41.637Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d968d229-7948-4bff-9b8f-31be33c95400 2023-01-01T06:48:41.637Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d968d229-7948-4bff-9b8f-31be33c95400 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 (?, ?, ?, ?, ?) 2023-01-01T06:48:41.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555567539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555567539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555567539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555567539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555567539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "aai-model-loader", "timestamp": 1672555586805, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:48:41.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:48:41.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555567539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:48:41.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "aai-model-loader", "timestamp": 1672555587809, "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=? 2023-01-01T06:48:41.654Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d80016be-aca6-4991-90b5-27bcc82100a5 2023-01-01T06:48:41.654Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d80016be-aca6-4991-90b5-27bcc82100a5 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 (?, ?, ?, ?, ?) 2023-01-01T06:48:41.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555567539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:48:41.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:48:41.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555588822, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:48:41.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:48:41.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555591257, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:48:41.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:48:41.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:48:41.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672555592261, "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=? 2023-01-01T06:48:41.677Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d80016be-aca6-4991-90b5-27bcc82100a5 2023-01-01T06:48:41.677Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d80016be-aca6-4991-90b5-27bcc82100a5 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 (?, ?, ?, ?, ?) 2023-01-01T06:49:07.898Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ee12448-1711-40cb-947d-1c43c09f47fb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T06:49:07.919Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ee12448-1711-40cb-947d-1c43c09f47fb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T06:49:07.927Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T06:49:07.927Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-01T06:49:07.927Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-01T06:49:07.928Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-01T06:49:07.928Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:49:07.928Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:49:07.928Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:49:07.928Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:49:07.929Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:49:07.929Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-01T06:49:07.936Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-01T06:49:37.937Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ee12448-1711-40cb-947d-1c43c09f47fb 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=? 2023-01-01T06:49:37.943Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ee12448-1711-40cb-947d-1c43c09f47fb and serviceModelVersionId: b76a7e9b-c57c-4da1-bb2a-efc62c31d87f 2023-01-01T06:49:37.943Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ab8ea7a4-ae1b-4734-ba54-c7078cef0521 2023-01-01T06:49:37.944Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ab8ea7a4-ae1b-4734-ba54-c7078cef0521/model-vers/model-ver/b76a7e9b-c57c-4da1-bb2a-efc62c31d87f?depth=0 2023-01-01T06:49:37.949Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-01T06:49:38.020Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab8ea7a4-ae1b-4734-ba54-c7078cef0521/model-vers/model-ver/b76a7e9b-c57c-4da1-bb2a-efc62c31d87f?depth=0|INFO|500||Invoke 2023-01-01T06:49:38.021Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab8ea7a4-ae1b-4734-ba54-c7078cef0521/model-vers/model-ver/b76a7e9b-c57c-4da1-bb2a-efc62c31d87f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab8ea7a4-ae1b-4734-ba54-c7078cef0521/model-vers/model-ver/b76a7e9b-c57c-4da1-bb2a-efc62c31d87f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0ee12448-1711-40cb-947d-1c43c09f47fb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f48a9c89-3347-41b2-8418-5e7123ea8260], X-ECOMP-RequestID=[0ee12448-1711-40cb-947d-1c43c09f47fb], X-TransactionId=[], X-ONAP-RequestID=[0ee12448-1711-40cb-947d-1c43c09f47fb], Content-Type=[application/merge-patch+json]} 2023-01-01T06:49:38.080Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab8ea7a4-ae1b-4734-ba54-c7078cef0521/model-vers/model-ver/b76a7e9b-c57c-4da1-bb2a-efc62c31d87f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-01T06:49:38.219Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab8ea7a4-ae1b-4734-ba54-c7078cef0521/model-vers/model-ver/b76a7e9b-c57c-4da1-bb2a-efc62c31d87f?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/ab8ea7a4-ae1b-4734-ba54-c7078cef0521/model-vers/model-ver/b76a7e9b-c57c-4da1-bb2a-efc62c31d87f?depth=0 has http status code:200 and response headers:{date=[Sun, 01 Jan 2023 06:49:38 GMT], content-length=[0], vertex-id=[254008], x-aai-txid=[1-aai-resources-230101-06:49:38:244-27050], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-01T06:49:38.220Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab8ea7a4-ae1b-4734-ba54-c7078cef0521/model-vers/model-ver/b76a7e9b-c57c-4da1-bb2a-efc62c31d87f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-01T06:49:38.220Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab8ea7a4-ae1b-4734-ba54-c7078cef0521/model-vers/model-ver/b76a7e9b-c57c-4da1-bb2a-efc62c31d87f?depth=0|INFO|500||InvokeReturn 2023-01-01T06:49:38.221Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-01T06:49:38.222Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-01T06:49:38.228Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-01T06:49:38.228Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ee12448-1711-40cb-947d-1c43c09f47fb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-01T06:49:38.229Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-01T06:49:38.229Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:49:38.232Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:49:38.232Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555778229, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-01T06:49:38.334Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-01T06:49:38.335Z||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. 2023-01-01T06:49:38.335Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:49:38.360Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:49:38.361Z||pool-50-thread-1|||||INFO|500||cambria reply ok (27 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=? 2023-01-01T06:49:39.247Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T06:49:39.247Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d968d229-7948-4bff-9b8f-31be33c95400","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"647eb683-ea79-487e-aeee-a63c34d8d23f","serviceDescription":"service","serviceInvariantUUID":"5ea45175-7e68-4abc-8172-d713bf13abaf","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6fd6395a-6b73-4a03-80cf-ee937a25865c","resourceInvariantUUID":"2751403a-c265-4a5f-9cbe-eae0c815cabc","resourceCustomizationUUID":"3955f54d-7c60-481e-9a4d-2dcd2e79b5dc","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":"MWEwMDlhOTdlMjkyOTRmZjdlMTM2MDhlYjJlMzBkZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3acc689d-126c-4f0c-9a29-c26f1ff7f08b","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":"1e8cb88f-7984-4f72-b04e-3bb44a730bb8","artifactVersion":"2","generatedFromUUID":"d0aa7e04-bc19-4735-87f3-64aeec0a6087"},{"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":"d0aa7e04-bc19-4735-87f3-64aeec0a6087","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":"ZDNhYzNjMDA0Y2U0NDZkOGU3OTExNTczYzk2MzQ3N2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"29d5539b-408c-49eb-855d-92baa1ea2bdf","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":"f1b70d80-d4b4-4103-8e2f-1a7211524f23","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":"e4694676-a98f-429f-9a28-8881c1daa6ab","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":"0b75a994-49b7-49c3-b106-70e2831c6a97","artifactVersion":"2","generatedFromUUID":"f1b70d80-d4b4-4103-8e2f-1a7211524f23"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDc3MTQxOWZiZTgxY2Q0MGExYjVjOGIxZjk1M2I3NzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dceaf76f-8924-4c3e-949e-8e266e52d81b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NzEyZWY5N2RmMzUwOTVjM2RmMGYwODlmMTEwNTY5YjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be9dcac6-17a8-4be3-a41c-3d7138b22446","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-01T06:49:39.248Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:49:39.248Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:49:39.250Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:49:39.251Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:49:39.350Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T06:49:39.351Z||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. 2023-01-01T06:49:39.351Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:49:39.370Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:49:39.371Z||pool-51-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:49:40.252Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:49:40.254Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:49:40.258Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:49:40.258Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-01T06:49:40.360Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:49:40.361Z||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. 2023-01-01T06:49:40.361Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:49:40.377Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:49:40.378Z||pool-52-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:49:41.259Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:49:41.260Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:49:41.262Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:49:41.262Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-01T06:49:41.363Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-01T06:49:41.364Z||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. 2023-01-01T06:49:41.365Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:49:41.388Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:49:41.389Z||pool-53-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:49:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:49:41.400Z||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. 2023-01-01T06:49:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:49:41.426Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:49:41.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:49:41.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555639605, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-01T06:49:41.429Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:49:41.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:49:41.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:49:41.429Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:49:41.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:49:41.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-01T06:49:41.430Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:49:41.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:49:41.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-01T06:49:41.430Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:49:41.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:49:41.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:49:41.430Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:49:41.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:49:41.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:49:41.431Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:49:41.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:49:41.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T06:49:41.431Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:49:41.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:49:41.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:49:41.432Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:49:41.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:49:41.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:49:41.432Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:49:41.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:49:41.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555654423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:49:41.433Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:49:41.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:49:41.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555656821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:49:41.433Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:49:42.263Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:49:42.264Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:49:42.266Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:49:42.266Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-01T06:49:42.366Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:49:42.367Z||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. 2023-01-01T06:49:42.367Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:49:42.382Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:49:42.383Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:49:43.268Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:49:43.269Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:49:43.273Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:49:43.274Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-01T06:49:43.382Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2023-01-01T06:49:43.385Z||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. 2023-01-01T06:49:43.386Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:49:43.404Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:49:43.405Z||pool-55-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:49:44.275Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:49:44.277Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:49:44.279Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:49:44.279Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:49:44.380Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:49:44.381Z||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. 2023-01-01T06:49:44.382Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:49:44.398Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:49:44.399Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-01T06:49:45.280Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:49:45.283Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:49:45.286Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:49:45.287Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-01T06:49:45.386Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T06:49:45.387Z||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. 2023-01-01T06:49:45.388Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:49:45.418Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:49:45.419Z||pool-57-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:49:46.287Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:49:46.289Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:49:46.293Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:49:46.293Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:49:46.400Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2023-01-01T06:49:46.402Z||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. 2023-01-01T06:49:46.402Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:49:46.416Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:49:46.417Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-01T06:49:47.294Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:49:47.295Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:49:47.297Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:49:47.298Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:49:47.398Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:49:47.400Z||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. 2023-01-01T06:49:47.400Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:49:47.421Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:49:47.421Z||pool-59-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:49:48.303Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "647eb683-ea79-487e-aeee-a63c34d8d23f", "serviceDescription": "service", "serviceInvariantUUID": "5ea45175-7e68-4abc-8172-d713bf13abaf", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "3955f54d-7c60-481e-9a4d-2dcd2e79b5dc", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6fd6395a-6b73-4a03-80cf-ee937a25865c", "resourceInvariantUUID": "2751403a-c265-4a5f-9cbe-eae0c815cabc", "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": "1e8cb88f-7984-4f72-b04e-3bb44a730bb8", "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": "d0aa7e04-bc19-4735-87f3-64aeec0a6087", "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": "ZDNhYzNjMDA0Y2U0NDZkOGU3OTExNTczYzk2MzQ3N2Y\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "29d5539b-408c-49eb-855d-92baa1ea2bdf", "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": "f1b70d80-d4b4-4103-8e2f-1a7211524f23", "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": "0b75a994-49b7-49c3-b106-70e2831c6a97", "generatedFromUUID": "f1b70d80-d4b4-4103-8e2f-1a7211524f23" }, "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": "0b75a994-49b7-49c3-b106-70e2831c6a97", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NzEyZWY5N2RmMzUwOTVjM2RmMGYwODlmMTEwNTY5YjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be9dcac6-17a8-4be3-a41c-3d7138b22446" } ], "workloadContext": "Production" } 2023-01-01T06:49:48.303Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-01T06:49:48.303Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 647eb683-ea79-487e-aeee-a63c34d8d23f ASDC 2023-01-01T06:49:48.304Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:d968d229-7948-4bff-9b8f-31be33c95400 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:647eb683-ea79-487e-aeee-a63c34d8d23f ServiceInvariantUUID:5ea45175-7e68-4abc-8172-d713bf13abaf 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:be9dcac6-17a8-4be3-a41c-3d7138b22446 ArtifactChecksum:NzEyZWY5N2RmMzUwOTVjM2RmMGYwODlmMTEwNTY5YjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:3955f54d-7c60-481e-9a4d-2dcd2e79b5dc ResourceInvariantUUID:2751403a-c265-4a5f-9cbe-eae0c815cabc ResourceName:basic_cnf ResourceType:VF ResourceUUID:6fd6395a-6b73-4a03-80cf-ee937a25865c 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:1e8cb88f-7984-4f72-b04e-3bb44a730bb8 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:d0aa7e04-bc19-4735-87f3-64aeec0a6087 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:29d5539b-408c-49eb-855d-92baa1ea2bdf ArtifactChecksum:ZDNhYzNjMDA0Y2U0NDZkOGU3OTExNTczYzk2MzQ3N2Y= 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:f1b70d80-d4b4-4103-8e2f-1a7211524f23 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:0b75a994-49b7-49c3-b106-70e2831c6a97 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:0b75a994-49b7-49c3-b106-70e2831c6a97 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-01T06:49:48.304Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 647eb683-ea79-487e-aeee-a63c34d8d23f 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=? 2023-01-01T06:49:48.356Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-01T06:49:48.357Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-01T06:49:48.357Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-01T06:49:48.357Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: be9dcac6-17a8-4be3-a41c-3d7138b22446 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-01T06:49:48.357Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-01T06:49:48.358Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-01T06:49:48.625Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-01T06:49:48.629Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar be9dcac6-17a8-4be3-a41c-3d7138b22446 73990 2023-01-01T06:49:48.629Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-01-01T06:49:48.629Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-01T06:49:48.630Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T06:49:48.630Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:49:48.632Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:49:48.633Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555788629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:49:48.733Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T06:49:48.734Z||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. 2023-01-01T06:49:48.734Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:49:48.746Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:49:48.747Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:49:49.633Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-01T06:49:49.635Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-01T06:49:49.635Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: be9dcac6-17a8-4be3-a41c-3d7138b22446, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-01T06:49:49.635Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-01-01T06:49:49.636Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-01T06:49:49.636Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-01T06:49:49.785Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14104512161248041857/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2023-01-01T06:49:51.435Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-01T06:49:51.435Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-01T06:49:51.435Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-01T06:49:51.436Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-01T06:49:51.436Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:49:51.436Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-01T06:49:51.436Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:49:51.436Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-01T06:49:51.436Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-01T06:49:51.437Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:51.437Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:49:51.437Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-01T06:49:51.437Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-01T06:49:51.438Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-01T06:49:51.438Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:51.438Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:49:51.438Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-01T06:49:51.439Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-01T06:49:51.439Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-01T06:49:51.439Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:51.439Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:49:51.439Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:51.440Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-01T06:49:51.440Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-01-01T06:49:51.440Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2023-01-01T06:49:51.440Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-01T06:49:51.440Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:51.441Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-01T06:49:51.441Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:51.441Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-01T06:49:51.441Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:49:51.442Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:51.442Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-01T06:49:51.442Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:49:51.442Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:51.442Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-01T06:49:51.443Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:49:51.443Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:51.443Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-01T06:49:51.443Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-01T06:49:51.444Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8191064e-712c-40b1-9f01-a788849d2618 2023-01-01T06:49:51.444Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:51.444Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:49:51.444Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:51.444Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:49:51.445Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:51.445Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:49:51.445Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:51.446Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:49:51.446Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:647eb683-ea79-487e-aeee-a63c34d8d23f Model Version:NULL Model InvariantUuid:5ea45175-7e68-4abc-8172-d713bf13abaf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:63cda5b4-af13-478b-88c6-82141a8e24cd Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2751403a-c265-4a5f-9cbe-eae0c815cabc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3955f54d-7c60-481e-9a4d-2dcd2e79b5dc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2665113d-6faf-4101-b3a8-d1fb1df0cdf7 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:f62df3b1-4c55-4e19-9944-8a4a91fa054b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8191064e-712c-40b1-9f01-a788849d2618 ModelInvariantUuid:5a745eba-b3fb-4361-9739-fa74effb7851 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:f3aad76c-a152-4452-bc95-43e1a506dc24 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:5e3ea7f9-fc30-4347-a9db-72c28e380ae9 ModelInvariantUuid:7534a9d4-e8f4-4bcb-89e8-30f0a3d8f222 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:9c5d803d-5491-4cd9-b407-10ba4b7f1ccd 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=? 2023-01-01T06:49:51.456Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 6fd6395a-6b73-4a03-80cf-ee937a25865c 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=? 2023-01-01T06:49:51.459Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||basic_cnf 0 2023-01-01T06:49:51.460Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6fd6395a-6b73-4a03-80cf-ee937a25865c 2023-01-01T06:49:51.460Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1e8cb88f-7984-4f72-b04e-3bb44a730bb8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-01T06:49:51.460Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-01T06:49:51.460Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:49:51.617Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-01T06:49:51.618Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1e8cb88f-7984-4f72-b04e-3bb44a730bb8 12 2023-01-01T06:49:51.618Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:49:51.618Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:49:51.618Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T06:49:51.619Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:49:51.621Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:49:51.621Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555791618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-01T06:49:51.724Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-01T06:49:51.725Z||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. 2023-01-01T06:49:51.725Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:49:51.746Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:49:51.746Z||pool-61-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:49:52.622Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d0aa7e04-bc19-4735-87f3-64aeec0a6087 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-01T06:49:52.623Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-01T06:49:52.623Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:49:52.681Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-01T06:49:52.682Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d0aa7e04-bc19-4735-87f3-64aeec0a6087 2688 2023-01-01T06:49:52.683Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:49:52.683Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:49:52.683Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T06:49:52.684Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:49:52.690Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:49:52.690Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555792683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-01T06:49:52.788Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-01T06:49:52.789Z||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. 2023-01-01T06:49:52.789Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:49:52.802Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:49:52.803Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:49:53.693Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 29d5539b-408c-49eb-855d-92baa1ea2bdf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-01T06:49:53.693Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-01T06:49:53.694Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:49:53.796Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-01T06:49:53.797Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 29d5539b-408c-49eb-855d-92baa1ea2bdf 828 2023-01-01T06:49:53.797Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:49:53.797Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:49:53.797Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T06:49:53.798Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:49:53.801Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:49:53.801Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555793797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-01T06:49:53.901Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:49:53.903Z||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. 2023-01-01T06:49:53.903Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:49:53.916Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:49:53.917Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:49:54.802Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "2665113d-6faf-4101-b3a8-d1fb1df0cdf7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f62df3b1-4c55-4e19-9944-8a4a91fa054b", "vfModuleModelCustomizationUUID": "69a2eec6-bea2-4846-9090-e4955289e663", "isBase": true, "artifacts": [ "f1b70d80-d4b4-4103-8e2f-1a7211524f23", "d0aa7e04-bc19-4735-87f3-64aeec0a6087", "0b75a994-49b7-49c3-b106-70e2831c6a97" ], "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": "" } } ] 2023-01-01T06:49:54.809Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f62df3b1-4c55-4e19-9944-8a4a91fa054b VfModuleModelInvariantUUID:2665113d-6faf-4101-b3a8-d1fb1df0cdf7 VfModuleModelDescription:NULL Artifacts UUID List:{ f1b70d80-d4b4-4103-8e2f-1a7211524f23 , d0aa7e04-bc19-4735-87f3-64aeec0a6087 , 0b75a994-49b7-49c3-b106-70e2831c6a97 } 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 } 2023-01-01T06:49:54.813Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "2665113d-6faf-4101-b3a8-d1fb1df0cdf7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f62df3b1-4c55-4e19-9944-8a4a91fa054b", "vfModuleModelCustomizationUUID": "69a2eec6-bea2-4846-9090-e4955289e663", "isBase": true, "artifacts": [ "f1b70d80-d4b4-4103-8e2f-1a7211524f23", "d0aa7e04-bc19-4735-87f3-64aeec0a6087", "0b75a994-49b7-49c3-b106-70e2831c6a97" ], "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": "" } } ] 2023-01-01T06:49:54.814Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f62df3b1-4c55-4e19-9944-8a4a91fa054b VfModuleModelInvariantUUID:2665113d-6faf-4101-b3a8-d1fb1df0cdf7 VfModuleModelDescription:NULL Artifacts UUID List:{ f1b70d80-d4b4-4103-8e2f-1a7211524f23 , d0aa7e04-bc19-4735-87f3-64aeec0a6087 , 0b75a994-49b7-49c3-b106-70e2831c6a97 } 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 } 2023-01-01T06:49:54.814Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f1b70d80-d4b4-4103-8e2f-1a7211524f23 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-01T06:49:54.814Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-01T06:49:54.815Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-01T06:49:54.865Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-01T06:49:54.866Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml f1b70d80-d4b4-4103-8e2f-1a7211524f23 1164 2023-01-01T06:49:54.867Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:49:54.867Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:49:54.867Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T06:49:54.868Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:49:54.871Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:49:54.871Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555794867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-01T06:49:54.971Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:49:54.972Z||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. 2023-01-01T06:49:54.972Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:49:54.988Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:49:54.989Z||pool-64-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":2,"count":1} 2023-01-01T06:49:55.872Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0b75a994-49b7-49c3-b106-70e2831c6a97 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-01T06:49:55.872Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-01T06:49:55.872Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-01T06:49:55.931Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-01T06:49:55.932Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 0b75a994-49b7-49c3-b106-70e2831c6a97 200 2023-01-01T06:49:55.932Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:49:55.933Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:49:55.933Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T06:49:55.934Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:49:55.940Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:49:55.940Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555795932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-01T06:49:56.039Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T06:49:56.039Z||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. 2023-01-01T06:49:56.040Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:49:56.052Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:49:56.052Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-01T06:49:56.941Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 647eb683-ea79-487e-aeee-a63c34d8d23f 2023-01-01T06:49:56.941Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6fd6395a-6b73-4a03-80cf-ee937a25865c ASDC 2023-01-01T06:49:56.955Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-01T06:49:56.975Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@346f6b86, org.onap.sdc.toscaparser.api.parameters.Input@25ea5d3, org.onap.sdc.toscaparser.api.parameters.Input@4e4d85d, org.onap.sdc.toscaparser.api.parameters.Input@796bfc9a, org.onap.sdc.toscaparser.api.parameters.Input@36978b6a] 2023-01-01T06:49:56.977Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:56.978Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:49:56.978Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-01-01T06:49:56.979Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 3955f54d-7c60-481e-9a4d-2dcd2e79b5dc 2023-01-01T06:49:56.979Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3955f54d-7c60-481e-9a4d-2dcd2e79b5dc matches Tosca VF Customization UUID: 3955f54d-7c60-481e-9a4d-2dcd2e79b5dc 2023-01-01T06:49:56.979Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 3955f54d-7c60-481e-9a4d-2dcd2e79b5dc 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=? 2023-01-01T06:49:56.984Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:56.985Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:49:56.986Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 3955f54d-7c60-481e-9a4d-2dcd2e79b5dc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-01T06:49:56.986Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@45bd71cd 2023-01-01T06:49:56.987Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:56.987Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-01T06:49:56.988Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 69a2eec6-bea2-4846-9090-e4955289e663 2023-01-01T06:49:56.988Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 69a2eec6-bea2-4846-9090-e4955289e663 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=? 2023-01-01T06:49:56.993Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:56.993Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-01T06:49:56.994Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:49:56.994Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:56.994Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-01T06:49:56.995Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:49:56.995Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:56.995Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-01T06:49:56.996Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-01T06:49:56.996Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8191064e-712c-40b1-9f01-a788849d2618 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=? 2023-01-01T06:49:57.001Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:57.001Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-01T06:49:57.002Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:49:57.002Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:57.003Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-01T06:49:57.003Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=3955f54d-7c60-481e-9a4d-2dcd2e79b5dc 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=? 2023-01-01T06:49:57.006Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:57.006Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:49:57.007Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 647eb683-ea79-487e-aeee-a63c34d8d23f: basic_cnf 2023-01-01T06:49:57.007Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:57.008Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:49:57.008Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:57.008Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:49:57.009Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:57.009Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:49:57.010Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:57.010Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:49:57.010Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:49:57.011Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:49:57.011Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 (?, ?, ?, ?, ?) 2023-01-01T06:49:57.096Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6fd6395a-6b73-4a03-80cf-ee937a25865c 1 ASDC deployResourceStructure 2023-01-01T06:49:57.097Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:49:57.097Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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) 2023-01-01T06:49:57.098Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-01T06:49:57.098Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:49:57.100Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:49:57.100Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555797097, "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" } 2023-01-01T06:49:57.202Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-01T06:49:57.203Z||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. 2023-01-01T06:49:57.203Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:49:57.216Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:49:57.218Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:49:58.102Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:49:58.104Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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) 2023-01-01T06:49:58.104Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-01T06:49:58.104Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:49:58.107Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:49:58.107Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555798102, "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" } 2023-01-01T06:49:58.207Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:49:58.208Z||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. 2023-01-01T06:49:58.208Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:49:58.226Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:49:58.228Z||pool-67-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2023-01-01T06:49:59.108Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:49:59.109Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:49:59.109Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T06:49:59.109Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:49:59.111Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:49:59.111Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555799108, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-01T06:49:59.211Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:49:59.212Z||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. 2023-01-01T06:49:59.212Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:49:59.225Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:49:59.225Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:50:00.112Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:50:00.115Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:50:00.116Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T06:50:00.116Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:50:00.118Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:50:00.119Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555800112, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-01T06:50:00.219Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:50:00.220Z||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. 2023-01-01T06:50:00.220Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:50:00.233Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:50:00.233Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:50:01.120Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:50:01.120Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||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 2023-01-01T06:50:01.120Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T06:50:01.121Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:50:01.123Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:50:01.123Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555801119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-01T06:50:01.223Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:50:01.224Z||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. 2023-01-01T06:50:01.225Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:50:01.238Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:50:01.239Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:50:02.124Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-01-01T06:50:02.124Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-01T06:50:02.124Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T06:50:02.124Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:50:02.126Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:50:02.127Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555802124, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:50:02.230Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:50:02.231Z||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. 2023-01-01T06:50:02.231Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:50:02.245Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:50:02.246Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:50:03.132Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d968d229-7948-4bff-9b8f-31be33c95400 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T06:50:03.143Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d968d229-7948-4bff-9b8f-31be33c95400 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T06:50:03.146Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T06:50:03.146Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-01T06:50:03.146Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-01T06:50:03.147Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-01T06:50:03.147Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:50:03.147Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:50:03.147Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:50:03.147Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:50:03.147Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:50:03.147Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-01T06:50:03.153Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-01T06:50:33.153Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d968d229-7948-4bff-9b8f-31be33c95400 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=? 2023-01-01T06:50:33.159Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d968d229-7948-4bff-9b8f-31be33c95400 and serviceModelVersionId: 647eb683-ea79-487e-aeee-a63c34d8d23f 2023-01-01T06:50:33.160Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5ea45175-7e68-4abc-8172-d713bf13abaf 2023-01-01T06:50:33.160Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5ea45175-7e68-4abc-8172-d713bf13abaf/model-vers/model-ver/647eb683-ea79-487e-aeee-a63c34d8d23f?depth=0 2023-01-01T06:50:33.166Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-01T06:50:33.242Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ea45175-7e68-4abc-8172-d713bf13abaf/model-vers/model-ver/647eb683-ea79-487e-aeee-a63c34d8d23f?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]} 2023-01-01T06:50:33.247Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ea45175-7e68-4abc-8172-d713bf13abaf/model-vers/model-ver/647eb683-ea79-487e-aeee-a63c34d8d23f?depth=0|INFO|500||Invoke 2023-01-01T06:50:33.285Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ea45175-7e68-4abc-8172-d713bf13abaf/model-vers/model-ver/647eb683-ea79-487e-aeee-a63c34d8d23f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-01T06:50:33.396Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ea45175-7e68-4abc-8172-d713bf13abaf/model-vers/model-ver/647eb683-ea79-487e-aeee-a63c34d8d23f?depth=0|INFO|500||InvokeReturn 2023-01-01T06:50:33.396Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ea45175-7e68-4abc-8172-d713bf13abaf/model-vers/model-ver/647eb683-ea79-487e-aeee-a63c34d8d23f?depth=0 has http status code:200 and response headers:{date=[Sun, 01 Jan 2023 06:50:33 GMT], content-length=[0], vertex-id=[188440], x-aai-txid=[2-aai-resources-230101-06:50:33:447-724], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-01T06:50:33.396Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-01-01T06:50:33.397Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-01T06:50:33.397Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-01T06:50:33.405Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-01T06:50:33.405Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d968d229-7948-4bff-9b8f-31be33c95400 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-01T06:50:33.406Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-01T06:50:33.406Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:50:33.410Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:50:33.410Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555833406, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-01T06:50:33.510Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:50:33.512Z||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. 2023-01-01T06:50:33.512Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:50:33.529Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:50:33.530Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-01T06:50:34.432Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T06:50:34.433Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d80016be-aca6-4991-90b5-27bcc82100a5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"1e4156ed-716e-411d-854c-02434a3f3cf8","serviceDescription":"service","serviceInvariantUUID":"7f2d8610-6289-4dc0-aebd-aca1d7c700b8","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8f57fe5e-f79e-4eaa-b05c-5ec2877d7f10","resourceInvariantUUID":"4266d364-8e67-4aea-8ffa-a98f43fe514a","resourceCustomizationUUID":"a8f9c0d8-2ae5-4e76-8e43-0a8793cb91f0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"Yjc0ZDdjY2JhNDZkMzlmMGVjZWQ0MDI0MGRkNzFjMzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f57c4d6f-d015-4e46-93ef-ba0a0953eca0","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ODVhZGQ4ZWViNzJkYWVhNGE3NTdkMmQwMDQ5Mzg2NzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7e10f394-b0d2-423b-94bc-2c883f9febbd","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6a7e10c6-68cf-4ecd-be52-d9ed51f2f84a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d237e58-4ef3-4c21-b579-6cb31e6685f3","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4d7ccf6e-b22b-4bc7-a22c-bb52600fb4f4","artifactVersion":"2","generatedFromUUID":"6a7e10c6-68cf-4ecd-be52-d9ed51f2f84a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTU5MWIyYmQ2ZGM1MzQzMjRjZDhlZWFjMWQzMjlhOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ff56fbd-60f4-459b-8c10-a3883228c604","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZjVlYTc4Nzk1Njc1M2VmMTZmOGY4NjZiZjA3NjIxZjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9ad671e2-961f-40f0-ae04-1f67f57fb67d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-01T06:50:34.435Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:50:34.437Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:50:34.440Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:50:34.441Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:50:34.541Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T06:50:34.543Z||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. 2023-01-01T06:50:34.543Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:50:34.558Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:50:34.560Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:50:35.443Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:50:35.448Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:50:35.451Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:50:35.451Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-01T06:50:35.551Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:50:35.552Z||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. 2023-01-01T06:50:35.552Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:50:35.565Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:50:35.565Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:50:36.452Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:50:36.453Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:50:36.455Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:50:36.455Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-01T06:50:36.556Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-01T06:50:36.557Z||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. 2023-01-01T06:50:36.558Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:50:36.570Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:50:36.571Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:50:37.456Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:50:37.457Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:50:37.459Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:50:37.459Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:50:37.559Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:50:37.560Z||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. 2023-01-01T06:50:37.561Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:50:37.573Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:50:37.573Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:50:38.459Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:50:38.461Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:50:38.464Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:50:38.465Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-01T06:50:38.563Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-01T06:50:38.565Z||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. 2023-01-01T06:50:38.565Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:50:38.580Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:50:38.581Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:50:39.465Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:50:39.467Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:50:39.471Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:50:39.471Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:50:39.570Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T06:50:39.571Z||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. 2023-01-01T06:50:39.571Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:50:39.589Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:50:39.590Z||pool-78-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:50:40.472Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T06:50:40.473Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:50:40.475Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:50:40.475Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:50:40.575Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:50:40.576Z||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. 2023-01-01T06:50:40.576Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:50:40.589Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:50:40.589Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:50:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:50:41.400Z||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. 2023-01-01T06:50:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:50:41.469Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:50:41.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:50:41.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555778229, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-01T06:50:41.471Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:50:41.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:50:41.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:50:41.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:50:41.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:50:41.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-01T06:50:41.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:50:41.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:50:41.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-01T06:50:41.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:50:41.476Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "1e4156ed-716e-411d-854c-02434a3f3cf8", "serviceDescription": "service", "serviceInvariantUUID": "7f2d8610-6289-4dc0-aebd-aca1d7c700b8", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "a8f9c0d8-2ae5-4e76-8e43-0a8793cb91f0", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8f57fe5e-f79e-4eaa-b05c-5ec2877d7f10", "resourceInvariantUUID": "4266d364-8e67-4aea-8ffa-a98f43fe514a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "ODVhZGQ4ZWViNzJkYWVhNGE3NTdkMmQwMDQ5Mzg2NzM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7e10f394-b0d2-423b-94bc-2c883f9febbd", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6a7e10c6-68cf-4ecd-be52-d9ed51f2f84a", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4d7ccf6e-b22b-4bc7-a22c-bb52600fb4f4", "generatedFromUUID": "6a7e10c6-68cf-4ecd-be52-d9ed51f2f84a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4d7ccf6e-b22b-4bc7-a22c-bb52600fb4f4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZjVlYTc4Nzk1Njc1M2VmMTZmOGY4NjZiZjA3NjIxZjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9ad671e2-961f-40f0-ae04-1f67f57fb67d" } ], "workloadContext": "Production" } 2023-01-01T06:50:41.477Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-01T06:50:41.477Z|d968d229-7948-4bff-9b8f-31be33c95400|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1e4156ed-716e-411d-854c-02434a3f3cf8 ASDC 2023-01-01T06:50:41.478Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:d80016be-aca6-4991-90b5-27bcc82100a5 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:1e4156ed-716e-411d-854c-02434a3f3cf8 ServiceInvariantUUID:7f2d8610-6289-4dc0-aebd-aca1d7c700b8 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:9ad671e2-961f-40f0-ae04-1f67f57fb67d ArtifactChecksum:ZjVlYTc4Nzk1Njc1M2VmMTZmOGY4NjZiZjA3NjIxZjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:a8f9c0d8-2ae5-4e76-8e43-0a8793cb91f0 ResourceInvariantUUID:4266d364-8e67-4aea-8ffa-a98f43fe514a ResourceName:basic_vm ResourceType:VF ResourceUUID:8f57fe5e-f79e-4eaa-b05c-5ec2877d7f10 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:7e10f394-b0d2-423b-94bc-2c883f9febbd ArtifactChecksum:ODVhZGQ4ZWViNzJkYWVhNGE3NTdkMmQwMDQ5Mzg2NzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:6a7e10c6-68cf-4ecd-be52-d9ed51f2f84a ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:4d7ccf6e-b22b-4bc7-a22c-bb52600fb4f4 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:4d7ccf6e-b22b-4bc7-a22c-bb52600fb4f4 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-01T06:50:41.478Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1e4156ed-716e-411d-854c-02434a3f3cf8 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=? 2023-01-01T06:50:41.536Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-01T06:50:41.537Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-01T06:50:41.537Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-01T06:50:41.537Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9ad671e2-961f-40f0-ae04-1f67f57fb67d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-01T06:50:41.537Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-01T06:50:41.538Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-01T06:50:41.745Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-01T06:50:41.751Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9ad671e2-961f-40f0-ae04-1f67f57fb67d 75199 2023-01-01T06:50:41.752Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-01T06:50:41.752Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-01T06:50:41.752Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T06:50:41.752Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:50:41.756Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:50:41.756Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555841752, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:50:41.856Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:50:41.857Z||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. 2023-01-01T06:50:41.857Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:50:41.871Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:50:41.874Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:50:42.759Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-01T06:50:42.760Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-01T06:50:42.760Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9ad671e2-961f-40f0-ae04-1f67f57fb67d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-01T06:50:42.761Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-01-01T06:50:42.761Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-01T06:50:42.761Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-01-01T06:50:43.039Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9199683733624541480/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-01-01T06:50:44.702Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-01T06:50:44.702Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-01T06:50:44.702Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-01T06:50:44.703Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-01T06:50:44.703Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-01T06:50:44.703Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-01T06:50:44.703Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-01T06:50:44.703Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-01T06:50:44.703Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-01T06:50:44.703Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-01T06:50:44.703Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-01T06:50:44.703Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-01T06:50:44.704Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:44.704Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:50:44.704Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-01T06:50:44.704Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-01T06:50:44.705Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-01T06:50:44.705Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:44.705Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:50:44.705Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-01T06:50:44.705Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-01T06:50:44.706Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-01T06:50:44.706Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:44.706Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:50:44.706Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:44.711Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-01T06:50:44.711Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-01T06:50:44.712Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-01T06:50:44.712Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-01T06:50:44.712Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-01T06:50:44.712Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-01T06:50:44.713Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:44.713Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-01T06:50:44.713Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:44.713Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-01T06:50:44.713Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:50:44.714Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:44.714Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-01T06:50:44.714Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:50:44.715Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:44.715Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-01T06:50:44.715Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:50:44.715Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:44.715Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-01T06:50:44.716Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-01T06:50:44.716Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-01T06:50:44.716Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=29336ed7-2187-4814-b97f-6376ff284cca 2023-01-01T06:50:44.716Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:44.716Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:50:44.717Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:44.717Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:50:44.719Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:44.719Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:50:44.719Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:44.719Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:50:44.720Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:1e4156ed-716e-411d-854c-02434a3f3cf8 Model Version:NULL Model InvariantUuid:7f2d8610-6289-4dc0-aebd-aca1d7c700b8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:5b5663d8-c101-4295-b694-0f11f7c565a3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4266d364-8e67-4aea-8ffa-a98f43fe514a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a8f9c0d8-2ae5-4e76-8e43-0a8793cb91f0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b2c2afc8-b744-4d55-a884-f74dfc6df8af ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:2a2d7bc2-a7d2-4159-8869-caeaad45912c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:29336ed7-2187-4814-b97f-6376ff284cca ModelInvariantUuid:d4e4d8fb-858e-4b75-8500-5b268884fe70 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:07ec15cf-a440-4beb-974c-33d2424a6ee9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:bfe33a41-e063-4eef-b57b-891e17f30072 ModelInvariantUuid:f87eb940-4637-4551-900a-752c762f46a2 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:d2f9a215-a936-4147-9368-0826c1ecec4b 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=? 2023-01-01T06:50:44.728Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 8f57fe5e-f79e-4eaa-b05c-5ec2877d7f10 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=? 2023-01-01T06:50:44.733Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||basic_vm 0 2023-01-01T06:50:44.733Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8f57fe5e-f79e-4eaa-b05c-5ec2877d7f10 2023-01-01T06:50:44.733Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7e10f394-b0d2-423b-94bc-2c883f9febbd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-01T06:50:44.733Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-01T06:50:44.733Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-01T06:50:44.825Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-01T06:50:44.827Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7e10f394-b0d2-423b-94bc-2c883f9febbd 787 2023-01-01T06:50:44.827Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-01-01T06:50:44.828Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-01T06:50:44.828Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T06:50:44.828Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:50:44.830Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:50:44.831Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555844827, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-01T06:50:44.931Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:50:44.932Z||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. 2023-01-01T06:50:44.932Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:50:44.945Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:50:44.945Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-01T06:50:45.831Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b2c2afc8-b744-4d55-a884-f74dfc6df8af", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2a2d7bc2-a7d2-4159-8869-caeaad45912c", "vfModuleModelCustomizationUUID": "c7d849a1-1349-4d8c-9355-aeaaf3aabc35", "isBase": true, "artifacts": [ "6a7e10c6-68cf-4ecd-be52-d9ed51f2f84a", "4d7ccf6e-b22b-4bc7-a22c-bb52600fb4f4" ], "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": "" } } ] 2023-01-01T06:50:45.835Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2a2d7bc2-a7d2-4159-8869-caeaad45912c VfModuleModelInvariantUUID:b2c2afc8-b744-4d55-a884-f74dfc6df8af VfModuleModelDescription:NULL Artifacts UUID List:{ 6a7e10c6-68cf-4ecd-be52-d9ed51f2f84a , 4d7ccf6e-b22b-4bc7-a22c-bb52600fb4f4 } 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 } 2023-01-01T06:50:45.837Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b2c2afc8-b744-4d55-a884-f74dfc6df8af", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2a2d7bc2-a7d2-4159-8869-caeaad45912c", "vfModuleModelCustomizationUUID": "c7d849a1-1349-4d8c-9355-aeaaf3aabc35", "isBase": true, "artifacts": [ "6a7e10c6-68cf-4ecd-be52-d9ed51f2f84a", "4d7ccf6e-b22b-4bc7-a22c-bb52600fb4f4" ], "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": "" } } ] 2023-01-01T06:50:45.837Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2a2d7bc2-a7d2-4159-8869-caeaad45912c VfModuleModelInvariantUUID:b2c2afc8-b744-4d55-a884-f74dfc6df8af VfModuleModelDescription:NULL Artifacts UUID List:{ 6a7e10c6-68cf-4ecd-be52-d9ed51f2f84a , 4d7ccf6e-b22b-4bc7-a22c-bb52600fb4f4 } 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 } 2023-01-01T06:50:45.837Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6a7e10c6-68cf-4ecd-be52-d9ed51f2f84a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-01T06:50:45.837Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-01T06:50:45.837Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-01T06:50:45.915Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-01T06:50:45.915Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 6a7e10c6-68cf-4ecd-be52-d9ed51f2f84a 5033 2023-01-01T06:50:45.916Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-01T06:50:45.916Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-01T06:50:45.916Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T06:50:45.916Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:50:45.918Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:50:45.918Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555845916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-01T06:50:46.018Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:50:46.019Z||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. 2023-01-01T06:50:46.019Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:50:46.031Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:50:46.032Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:50:46.919Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4d7ccf6e-b22b-4bc7-a22c-bb52600fb4f4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-01T06:50:46.920Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-01T06:50:46.920Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-01T06:50:46.987Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-01T06:50:46.988Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 4d7ccf6e-b22b-4bc7-a22c-bb52600fb4f4 903 2023-01-01T06:50:46.989Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-01T06:50:46.989Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-01T06:50:46.989Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T06:50:46.989Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:50:46.991Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:50:46.991Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555846989, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-01T06:50:47.094Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-01T06:50:47.095Z||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. 2023-01-01T06:50:47.096Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:50:47.108Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:50:47.109Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-01T06:50:47.992Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1e4156ed-716e-411d-854c-02434a3f3cf8 2023-01-01T06:50:47.992Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 8f57fe5e-f79e-4eaa-b05c-5ec2877d7f10 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=? 2023-01-01T06:50:48.025Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@155e8ffe, org.onap.sdc.toscaparser.api.parameters.Input@4374be31, org.onap.sdc.toscaparser.api.parameters.Input@3c9f13ae, org.onap.sdc.toscaparser.api.parameters.Input@1fbde092, org.onap.sdc.toscaparser.api.parameters.Input@7efdbde4] 2023-01-01T06:50:48.027Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:48.028Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:50:48.028Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-01-01T06:50:48.028Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a8f9c0d8-2ae5-4e76-8e43-0a8793cb91f0 2023-01-01T06:50:48.029Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a8f9c0d8-2ae5-4e76-8e43-0a8793cb91f0 matches Tosca VF Customization UUID: a8f9c0d8-2ae5-4e76-8e43-0a8793cb91f0 2023-01-01T06:50:48.029Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a8f9c0d8-2ae5-4e76-8e43-0a8793cb91f0 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=? 2023-01-01T06:50:48.033Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:48.033Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:50:48.034Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a8f9c0d8-2ae5-4e76-8e43-0a8793cb91f0: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-01T06:50:48.035Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c91a19b 2023-01-01T06:50:48.035Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:48.035Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-01T06:50:48.035Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c7d849a1-1349-4d8c-9355-aeaaf3aabc35 2023-01-01T06:50:48.036Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c7d849a1-1349-4d8c-9355-aeaaf3aabc35 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=? 2023-01-01T06:50:48.040Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:48.040Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-01T06:50:48.041Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:50:48.041Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:48.041Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-01T06:50:48.042Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:50:48.042Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:48.042Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-01T06:50:48.042Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-01T06:50:48.043Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-01T06:50:48.043Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=29336ed7-2187-4814-b97f-6376ff284cca 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=? 2023-01-01T06:50:48.046Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:48.046Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-01T06:50:48.046Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T06:50:48.046Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:48.046Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-01T06:50:48.047Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a8f9c0d8-2ae5-4e76-8e43-0a8793cb91f0 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=? 2023-01-01T06:50:48.050Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:48.050Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:50:48.050Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1e4156ed-716e-411d-854c-02434a3f3cf8: basic_vm 2023-01-01T06:50:48.050Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:48.051Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:50:48.051Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:48.051Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:50:48.052Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:48.052Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:50:48.052Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:48.052Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:50:48.053Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T06:50:48.053Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T06:50:48.053Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-01T06:50:48.252Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 8f57fe5e-f79e-4eaa-b05c-5ec2877d7f10 1 ASDC deployResourceStructure 2023-01-01T06:50:48.253Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-01-01T06:50:48.253Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-01T06:50:48.253Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T06:50:48.253Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:50:48.257Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:50:48.258Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555848252, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-01T06:50:48.360Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-01T06:50:48.361Z||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. 2023-01-01T06:50:48.361Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:50:48.430Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:50:48.431Z||pool-84-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:50:49.258Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-01T06:50:49.259Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-01T06:50:49.259Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T06:50:49.259Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:50:49.262Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:50:49.263Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555849258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-01T06:50:49.362Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T06:50:49.363Z||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. 2023-01-01T06:50:49.365Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:50:49.380Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:50:49.382Z||pool-85-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:50:50.264Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-01T06:50:50.265Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-01T06:50:50.265Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T06:50:50.265Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:50:50.268Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:50:50.268Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555850264, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-01T06:50:50.369Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:50:50.370Z||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. 2023-01-01T06:50:50.370Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:50:50.389Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:50:50.390Z||pool-86-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:50:51.269Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-01T06:50:51.270Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-01T06:50:51.270Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T06:50:51.270Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:50:51.273Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:50:51.273Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555851269, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:50:51.375Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-01T06:50:51.376Z||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. 2023-01-01T06:50:51.376Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:50:51.389Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:50:51.390Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-01T06:50:52.273Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d80016be-aca6-4991-90b5-27bcc82100a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T06:50:52.292Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d80016be-aca6-4991-90b5-27bcc82100a5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T06:50:52.301Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T06:50:52.302Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-01T06:50:52.302Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-01T06:50:52.302Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-01T06:50:52.302Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:50:52.302Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:50:52.303Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:50:52.303Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:50:52.303Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T06:50:52.303Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-01T06:50:52.337Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-01T06:51:22.338Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d80016be-aca6-4991-90b5-27bcc82100a5 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=? 2023-01-01T06:51:22.347Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d80016be-aca6-4991-90b5-27bcc82100a5 and serviceModelVersionId: 1e4156ed-716e-411d-854c-02434a3f3cf8 2023-01-01T06:51:22.348Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f2d8610-6289-4dc0-aebd-aca1d7c700b8 2023-01-01T06:51:22.349Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f2d8610-6289-4dc0-aebd-aca1d7c700b8/model-vers/model-ver/1e4156ed-716e-411d-854c-02434a3f3cf8?depth=0 2023-01-01T06:51:22.368Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-01T06:51:22.454Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2d8610-6289-4dc0-aebd-aca1d7c700b8/model-vers/model-ver/1e4156ed-716e-411d-854c-02434a3f3cf8?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]} 2023-01-01T06:51:22.458Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2d8610-6289-4dc0-aebd-aca1d7c700b8/model-vers/model-ver/1e4156ed-716e-411d-854c-02434a3f3cf8?depth=0|INFO|500||Invoke 2023-01-01T06:51:22.491Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2d8610-6289-4dc0-aebd-aca1d7c700b8/model-vers/model-ver/1e4156ed-716e-411d-854c-02434a3f3cf8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-01T06:51:22.617Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2d8610-6289-4dc0-aebd-aca1d7c700b8/model-vers/model-ver/1e4156ed-716e-411d-854c-02434a3f3cf8?depth=0|INFO|500||InvokeReturn 2023-01-01T06:51:22.618Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f2d8610-6289-4dc0-aebd-aca1d7c700b8/model-vers/model-ver/1e4156ed-716e-411d-854c-02434a3f3cf8?depth=0 has http status code:200 and response headers:{date=[Sun, 01 Jan 2023 06:51:22 GMT], content-length=[0], vertex-id=[421896], x-aai-txid=[1-aai-resources-230101-06:51:22:656-39293], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-01T06:51:22.618Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-01-01T06:51:22.618Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-01T06:51:22.619Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-01T06:51:22.623Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-01T06:51:22.623Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d80016be-aca6-4991-90b5-27bcc82100a5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-01T06:51:22.623Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-01T06:51:22.624Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-01T06:51:22.625Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T06:51:22.626Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555882623, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-01T06:51:22.726Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T06:51:22.727Z||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. 2023-01-01T06:51:22.727Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:51:22.750Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:51:22.751Z||pool-88-thread-1|||||INFO|500||cambria reply ok (24 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=? 2023-01-01T06:51:23.642Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:51:23.643Z|d80016be-aca6-4991-90b5-27bcc82100a5|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. 2023-01-01T06:51:23.643Z|d80016be-aca6-4991-90b5-27bcc82100a5|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:51:33.960Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:51:33.961Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:51:33.962Z|d80016be-aca6-4991-90b5-27bcc82100a5|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. 2023-01-01T06:51:33.962Z|d80016be-aca6-4991-90b5-27bcc82100a5|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:51:41.400Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:51:41.405Z||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. 2023-01-01T06:51:41.408Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:51:41.496Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:51:41.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-01T06:51:41.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:51:41.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-01T06:51:41.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:51:41.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:51:41.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:51:41.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-01T06:51:41.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:51:41.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:51:41.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:51:41.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:51:41.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:51:41.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555788629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:51:41.504Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:51:41.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555791618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-01T06:51:41.505Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:51:41.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555792683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-01T06:51:41.505Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:51:41.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555793797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-01T06:51:41.506Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:51:41.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555794867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-01T06:51:41.507Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:51:41.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555795932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-01T06:51:41.508Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:51:41.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555797097, "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" } 2023-01-01T06:51:41.508Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:51:41.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555798102, "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" } 2023-01-01T06:51:41.509Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:51:41.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555799108, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-01T06:51:41.509Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:51:41.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555800112, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-01T06:51:41.510Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:51:41.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555801119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-01T06:51:41.511Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:51:41.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555802124, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:51:41.511Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:51:41.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d968d229-7948-4bff-9b8f-31be33c95400", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555833406, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-01T06:51:41.512Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:51:41.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:51:41.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:51:41.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-01T06:51:41.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:51:41.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-01T06:51:41.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:51:41.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T06:51:41.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:51:41.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-01T06:51:41.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:51:41.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T06:51:41.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:51:41.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-01T06:51:41.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555640630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-01T06:51:41.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-01T06:51:43.527Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:51:43.528Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:51:43.529Z|d80016be-aca6-4991-90b5-27bcc82100a5|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. 2023-01-01T06:51:43.529Z|d80016be-aca6-4991-90b5-27bcc82100a5|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:51:53.083Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:51:53.084Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:51:53.085Z|d80016be-aca6-4991-90b5-27bcc82100a5|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. 2023-01-01T06:51:53.085Z|d80016be-aca6-4991-90b5-27bcc82100a5|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:52:02.661Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:52:02.662Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:52:02.663Z|d80016be-aca6-4991-90b5-27bcc82100a5|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. 2023-01-01T06:52:02.663Z|d80016be-aca6-4991-90b5-27bcc82100a5|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:52:12.215Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:52:12.216Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:52:12.217Z|d80016be-aca6-4991-90b5-27bcc82100a5|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. 2023-01-01T06:52:12.217Z|d80016be-aca6-4991-90b5-27bcc82100a5|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:52:21.764Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:52:41.396Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:52:41.397Z|d80016be-aca6-4991-90b5-27bcc82100a5|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. 2023-01-01T06:52:41.397Z|d80016be-aca6-4991-90b5-27bcc82100a5|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:52:41.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:52:41.400Z||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. 2023-01-01T06:52:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:52:41.452Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:52:41.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:52:41.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555841752, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T06:52:41.455Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:52:50.941Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:53:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:53:41.397Z||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. 2023-01-01T06:53:41.398Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:53:41.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:53:41.400Z||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. 2023-01-01T06:53:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:53:41.933Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:53:41.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:53:41.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555844827, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-01T06:53:41.937Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:53:41.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:53:41.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555845916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-01T06:53:41.939Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:53:41.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:53:41.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555846989, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-01T06:53:41.940Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:53:41.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:53:41.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555848252, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-01T06:53:41.941Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:53:41.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:53:41.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555849258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-01T06:53:41.942Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:53:41.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:53:41.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555850264, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-01T06:53:41.942Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:53:41.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:53:41.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555851269, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T06:53:41.943Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:53:41.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T06:53:41.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d80016be-aca6-4991-90b5-27bcc82100a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672555882623, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-01T06:53:41.944Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T06:53:50.959Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:54:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:54:41.398Z||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. 2023-01-01T06:54:41.398Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:54:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:54:41.400Z||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. 2023-01-01T06:54:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:54:50.974Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:54:50.976Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:55:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:55:41.397Z||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. 2023-01-01T06:55:41.397Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:55:41.399Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:55:41.400Z||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. 2023-01-01T06:55:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:55:50.968Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:55:50.969Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:56:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:56:41.396Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T06:56:41.397Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:56:41.399Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:56:41.399Z||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. 2023-01-01T06:56:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:56:50.985Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:56:50.986Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:57:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:57:41.397Z||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. 2023-01-01T06:57:41.397Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:57:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:57:41.400Z||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. 2023-01-01T06:57:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:57:50.941Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:57:50.944Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:58:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:58:41.396Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T06:58:41.397Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:58:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:58:41.399Z||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. 2023-01-01T06:58:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:58:50.943Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:58:50.943Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:59:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:59:41.397Z||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. 2023-01-01T06:59:41.398Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:59:41.399Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T06:59:41.400Z|d80016be-aca6-4991-90b5-27bcc82100a5|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. 2023-01-01T06:59:41.400Z|d80016be-aca6-4991-90b5-27bcc82100a5|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T06:59:50.994Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T06:59:50.994Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:00:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:00:41.397Z||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. 2023-01-01T07:00:41.397Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:00:41.399Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:00:41.400Z||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. 2023-01-01T07:00:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:00:50.953Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:00:50.960Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:01:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:01:41.397Z||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. 2023-01-01T07:01:41.397Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:01:41.399Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:01:41.400Z||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. 2023-01-01T07:01:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:01:50.946Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:01:50.950Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:02:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:02:41.397Z||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. 2023-01-01T07:02:41.397Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:02:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:02:41.400Z||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. 2023-01-01T07:02:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:02:50.954Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:02:50.954Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:03:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:03:41.397Z||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. 2023-01-01T07:03:41.398Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:03:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:03:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T07:03:41.401Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:03:50.951Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:03:50.954Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:04:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:04:41.398Z||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. 2023-01-01T07:04:41.398Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:04:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:04:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T07:04:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:04:50.951Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:04:50.952Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:05:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:05:41.400Z||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. 2023-01-01T07:05:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:05:41.402Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:05:41.402Z||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. 2023-01-01T07:05:41.403Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:05:50.948Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:05:50.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:06:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:06:41.397Z||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. 2023-01-01T07:06:41.397Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:06:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:06:41.400Z||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. 2023-01-01T07:06:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:06:50.944Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:06:50.952Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:07:41.396Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:07:41.397Z||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. 2023-01-01T07:07:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:07:41.399Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:07:41.400Z|d80016be-aca6-4991-90b5-27bcc82100a5|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. 2023-01-01T07:07:41.400Z|d80016be-aca6-4991-90b5-27bcc82100a5|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:07:50.953Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:07:50.955Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:08:41.396Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:08:41.396Z||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. 2023-01-01T07:08:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:08:41.399Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:08:41.400Z||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. 2023-01-01T07:08:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:08:50.957Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:08:50.959Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:09:41.396Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:09:41.396Z||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. 2023-01-01T07:09:41.396Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:09:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:09:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T07:09:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:09:50.949Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:09:50.970Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:10:41.396Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:10:41.397Z||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. 2023-01-01T07:10:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:10:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:10:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T07:10:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:10:50.971Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:10:50.971Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:11:41.396Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:11:41.397Z||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. 2023-01-01T07:11:41.398Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:11:41.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:11:41.400Z||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. 2023-01-01T07:11:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:11:50.966Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:11:50.966Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:12:41.396Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:12:41.397Z||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. 2023-01-01T07:12:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:12:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:12:41.400Z||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. 2023-01-01T07:12:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:12:50.953Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:12:50.954Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:13:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:13:41.398Z||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. 2023-01-01T07:13:41.398Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:13:41.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:13:41.405Z||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. 2023-01-01T07:13:41.405Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:13:50.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:13:50.962Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:14:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:14:41.397Z||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. 2023-01-01T07:14:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:14:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:14:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T07:14:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:14:50.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:14:50.953Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:15:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:15:41.398Z||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. 2023-01-01T07:15:41.398Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:15:41.400Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:15:41.400Z|d80016be-aca6-4991-90b5-27bcc82100a5|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. 2023-01-01T07:15:41.401Z|d80016be-aca6-4991-90b5-27bcc82100a5|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:15:50.958Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:15:50.961Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:16:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:16:41.397Z||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. 2023-01-01T07:16:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:16:41.399Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:16:41.400Z||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. 2023-01-01T07:16:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:16:50.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:16:50.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:17:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:17:41.396Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T07:17:41.396Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:17:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:17:41.403Z||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. 2023-01-01T07:17:41.403Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:17:50.942Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:17:50.954Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:18:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:18:41.397Z||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. 2023-01-01T07:18:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:18:41.399Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:18:41.400Z||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. 2023-01-01T07:18:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:18:50.945Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:18:50.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:19:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:19:41.398Z||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. 2023-01-01T07:19:41.399Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:19:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:19:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T07:19:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:19:50.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:19:50.957Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:20:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:20:41.396Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T07:20:41.396Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:20:41.399Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:20:41.400Z|d80016be-aca6-4991-90b5-27bcc82100a5|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. 2023-01-01T07:20:41.400Z|d80016be-aca6-4991-90b5-27bcc82100a5|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:20:50.944Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:20:50.944Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:21:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:21:41.397Z||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. 2023-01-01T07:21:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:21:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:21:41.400Z||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. 2023-01-01T07:21:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:21:50.948Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:21:50.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:22:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:22:41.397Z||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. 2023-01-01T07:22:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:22:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:22:41.399Z||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. 2023-01-01T07:22:41.399Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:22:50.944Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:22:50.944Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:23:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:23:41.397Z||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. 2023-01-01T07:23:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:23:41.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:23:41.400Z||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. 2023-01-01T07:23:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:23:50.955Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:23:50.955Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:24:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:24:41.397Z||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. 2023-01-01T07:24:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:24:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:24:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T07:24:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:24:50.946Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:24:50.946Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:25:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:25:41.397Z||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. 2023-01-01T07:25:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:25:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:25:41.400Z||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. 2023-01-01T07:25:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:25:50.946Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:25:50.947Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:26:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:26:41.397Z||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. 2023-01-01T07:26:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:26:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:26:41.399Z||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. 2023-01-01T07:26:41.399Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:26:50.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:26:50.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:27:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:27:41.397Z||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. 2023-01-01T07:27:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:27:41.399Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:27:41.400Z||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. 2023-01-01T07:27:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:27:50.956Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:27:50.956Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:28:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:28:41.397Z||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. 2023-01-01T07:28:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:28:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:28:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T07:28:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:28:50.945Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:28:50.946Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:29:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:29:41.397Z||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. 2023-01-01T07:29:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:29:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:29:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T07:29:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:29:41.537Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:29:41.882Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.882Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "cds-sdc-listener", "timestamp": 1672558087524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.884Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.885Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.885Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "ves-openapi-manager", "timestamp": 1672558135499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.885Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.885Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.885Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "aai-model-loader", "timestamp": 1672558132723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.885Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.885Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.886Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "multicloud-k8s", "timestamp": 1672558124422, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.886Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.886Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.886Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "cds-sdc-listener", "timestamp": 1672558087524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.887Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.887Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.887Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "ves-openapi-manager", "timestamp": 1672558135499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.887Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.887Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.887Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "multicloud-k8s", "timestamp": 1672558124422, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-01T07:29:41.888Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.888Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.888Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "aai-model-loader", "timestamp": 1672558132723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.888Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.888Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.889Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "cds-sdc-listener", "timestamp": 1672558087524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.889Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.889Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.889Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "aai-model-loader", "timestamp": 1672558132723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.889Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.889Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.890Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "ves-openapi-manager", "timestamp": 1672558135499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.890Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.890Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.890Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "multicloud-k8s", "timestamp": 1672558124422, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-01T07:29:41.890Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.890Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.890Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558147539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.890Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.891Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.891Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "aai-model-loader", "timestamp": 1672558132723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.891Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.891Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.891Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "cds-sdc-listener", "timestamp": 1672558087524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.891Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.891Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.891Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "multicloud-k8s", "timestamp": 1672558124422, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.891Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.892Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.892Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "ves-openapi-manager", "timestamp": 1672558135499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.892Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.892Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.892Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558147539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.892Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.892Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.892Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "cds-sdc-listener", "timestamp": 1672558087524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.893Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.893Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.893Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "ves-openapi-manager", "timestamp": 1672558135499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.893Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.893Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.893Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "aai-model-loader", "timestamp": 1672558132723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.893Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.893Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.893Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "multicloud-k8s", "timestamp": 1672558124422, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-01T07:29:41.894Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.894Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.894Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558147539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.894Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.894Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.894Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "cds-sdc-listener", "timestamp": 1672558087524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.895Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.895Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.895Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "aai-model-loader", "timestamp": 1672558132723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.895Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.895Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.895Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "ves-openapi-manager", "timestamp": 1672558135499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.895Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.896Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.896Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "multicloud-k8s", "timestamp": 1672558124422, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-01T07:29:41.896Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.896Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.896Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558147539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.896Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.897Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.897Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "cds-sdc-listener", "timestamp": 1672558087524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.897Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.897Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.897Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "ves-openapi-manager", "timestamp": 1672558135499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.898Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.898Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.898Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "aai-model-loader", "timestamp": 1672558132723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.899Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.899Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.899Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "multicloud-k8s", "timestamp": 1672558124422, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-01T07:29:41.899Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.899Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.899Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558147539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.900Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.900Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.900Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "cds-sdc-listener", "timestamp": 1672558087524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.900Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.900Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.900Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "ves-openapi-manager", "timestamp": 1672558135499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.901Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.901Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.901Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "aai-model-loader", "timestamp": 1672558132723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.901Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.901Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.901Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "multicloud-k8s", "timestamp": 1672558124422, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.901Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.902Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.902Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558147539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.902Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.902Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.902Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "cds-sdc-listener", "timestamp": 1672558087524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.903Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.903Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.903Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "ves-openapi-manager", "timestamp": 1672558135499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.903Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.903Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.904Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "aai-model-loader", "timestamp": 1672558132723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.904Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.904Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.904Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "multicloud-k8s", "timestamp": 1672558124422, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.904Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.904Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.905Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558147539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.905Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.905Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.905Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "cds-sdc-listener", "timestamp": 1672558087524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-01T07:29:41.905Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.905Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.906Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "ves-openapi-manager", "timestamp": 1672558135499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.906Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.906Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.906Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "aai-model-loader", "timestamp": 1672558132723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-01T07:29:41.906Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.907Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.907Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "multicloud-k8s", "timestamp": 1672558124422, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-01T07:29:41.907Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.907Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.907Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558147539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.907Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.908Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.908Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "multicloud-k8s", "timestamp": 1672558155607, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-01T07:29:41.908Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:29:41.908Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.908Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "cds-sdc-listener", "timestamp": 1672558156244, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T07:29:41.908Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:29:41.909Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.909Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "aai-model-loader", "timestamp": 1672558156260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T07:29:41.909Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:29:41.909Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.909Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558147539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.909Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.909Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.910Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "multicloud-k8s", "timestamp": 1672558156688, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-01T07:29:41.910Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:29:41.910Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.910Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558147539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-01T07:29:41.910Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.910Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.911Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "multicloud-k8s", "timestamp": 1672558157797, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-01T07:29:41.911Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:29:41.911Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.911Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "cds-sdc-listener", "timestamp": 1672558158865, "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 (?, ?, ?, ?, ?) 2023-01-01T07:29:41.932Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 54bab79e-6858-40e2-a1c0-6c681ebd6177 2023-01-01T07:29:41.933Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54bab79e-6858-40e2-a1c0-6c681ebd6177 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 (?, ?, ?, ?, ?) 2023-01-01T07:29:41.941Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.942Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558158326, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T07:29:41.942Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:29:41.942Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.942Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "multicloud-k8s", "timestamp": 1672558158908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-01T07:29:41.942Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:29:41.943Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.943Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "multicloud-k8s", "timestamp": 1672558159978, "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=? 2023-01-01T07:29:41.948Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54bab79e-6858-40e2-a1c0-6c681ebd6177 2023-01-01T07:29:41.949Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54bab79e-6858-40e2-a1c0-6c681ebd6177 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 (?, ?, ?, ?, ?) 2023-01-01T07:29:41.959Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.959Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "ves-openapi-manager", "timestamp": 1672558156510, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.960Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.960Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.960Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "cds-sdc-listener", "timestamp": 1672558159866, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.960Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.960Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.960Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558160834, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T07:29:41.960Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:29:41.960Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.961Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "multicloud-k8s", "timestamp": 1672558160980, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-01T07:29:41.961Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:29:41.961Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.962Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "cds-sdc-listener", "timestamp": 1672558159866, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.962Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.962Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.962Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "ves-openapi-manager", "timestamp": 1672558156510, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.962Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.962Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.962Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558161837, "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=? 2023-01-01T07:29:41.970Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 54bab79e-6858-40e2-a1c0-6c681ebd6177 2023-01-01T07:29:41.971Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54bab79e-6858-40e2-a1c0-6c681ebd6177 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 (?, ?, ?, ?, ?) 2023-01-01T07:29:41.981Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.981Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "multicloud-k8s", "timestamp": 1672558161983, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.981Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.982Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.982Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "ves-openapi-manager", "timestamp": 1672558156510, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.982Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.982Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.982Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "cds-sdc-listener", "timestamp": 1672558159866, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.983Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.983Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.983Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "multicloud-k8s", "timestamp": 1672558161983, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-01T07:29:41.983Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.983Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.984Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "ves-openapi-manager", "timestamp": 1672558156510, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.984Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.984Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.984Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "cds-sdc-listener", "timestamp": 1672558159866, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.984Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.984Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.984Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "multicloud-k8s", "timestamp": 1672558161983, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-01T07:29:41.984Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.985Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.985Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "ves-openapi-manager", "timestamp": 1672558156510, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.985Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.985Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.985Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "cds-sdc-listener", "timestamp": 1672558159866, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.985Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.985Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.985Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "aai-model-loader", "timestamp": 1672558164729, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T07:29:41.985Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:29:41.986Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.986Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "multicloud-k8s", "timestamp": 1672558161983, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.986Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.986Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.986Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "ves-openapi-manager", "timestamp": 1672558156510, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.986Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.986Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.986Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "cds-sdc-listener", "timestamp": 1672558159866, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:41.987Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:41.987Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:41.987Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "aai-model-loader", "timestamp": 1672558165731, "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=? 2023-01-01T07:29:41.993Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 54bab79e-6858-40e2-a1c0-6c681ebd6177 2023-01-01T07:29:41.993Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54bab79e-6858-40e2-a1c0-6c681ebd6177 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 (?, ?, ?, ?, ?) 2023-01-01T07:29:42.001Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.002Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "multicloud-k8s", "timestamp": 1672558161983, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-01T07:29:42.002Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:42.002Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.002Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "ves-openapi-manager", "timestamp": 1672558156510, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:42.003Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:42.003Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.003Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "cds-sdc-listener", "timestamp": 1672558159866, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:42.003Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:42.003Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.003Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "aai-model-loader", "timestamp": 1672558166733, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:42.004Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:42.004Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.004Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "multicloud-k8s", "timestamp": 1672558161983, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:42.004Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:42.004Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.004Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "ves-openapi-manager", "timestamp": 1672558156510, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:42.004Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:42.004Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.004Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "cds-sdc-listener", "timestamp": 1672558159866, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-01T07:29:42.005Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:42.005Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.005Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "aai-model-loader", "timestamp": 1672558166733, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:42.005Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:42.005Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.005Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "multicloud-k8s", "timestamp": 1672558161983, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:42.005Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:42.005Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.006Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "aai-model-loader", "timestamp": 1672558166733, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:42.006Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:42.006Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.006Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "cds-sdc-listener", "timestamp": 1672558168749, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T07:29:42.006Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:29:42.006Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.006Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "multicloud-k8s", "timestamp": 1672558161983, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-01T07:29:42.007Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:42.007Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.007Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "aai-model-loader", "timestamp": 1672558166733, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:42.007Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:42.007Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.007Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "cds-sdc-listener", "timestamp": 1672558170034, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-01T07:29:42.023Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a5a0912-8e0e-4697-9277-71760714783c 2023-01-01T07:29:42.023Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a5a0912-8e0e-4697-9277-71760714783c 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 (?, ?, ?, ?, ?) 2023-01-01T07:29:42.031Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.031Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "multicloud-k8s", "timestamp": 1672558170068, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-01T07:29:42.032Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:29:42.032Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.032Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "aai-model-loader", "timestamp": 1672558166733, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:42.032Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:42.032Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.032Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "aai-model-loader", "timestamp": 1672558166733, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:42.032Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:42.032Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.033Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "multicloud-k8s", "timestamp": 1672558171131, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-01T07:29:42.033Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:29:42.033Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.033Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "aai-model-loader", "timestamp": 1672558166733, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:42.033Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:42.033Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.033Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "multicloud-k8s", "timestamp": 1672558172190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-01T07:29:42.033Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:29:42.034Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.034Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "aai-model-loader", "timestamp": 1672558166733, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-01T07:29:42.034Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:42.034Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.034Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "multicloud-k8s", "timestamp": 1672558173211, "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=? 2023-01-01T07:29:42.039Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a5a0912-8e0e-4697-9277-71760714783c 2023-01-01T07:29:42.039Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a5a0912-8e0e-4697-9277-71760714783c 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 (?, ?, ?, ?, ?) 2023-01-01T07:29:42.043Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:29:42.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"54bab79e-6858-40e2-a1c0-6c681ebd6177","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f5c84276-2b86-4e50-b407-5722f702176a","serviceDescription":"service","serviceInvariantUUID":"28df6727-9b09-4269-82bd-5d64c4dd491f","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d093f05e-afe0-4853-8887-f9099832b0d8","resourceInvariantUUID":"30d53b70-1f0b-4145-9c2a-e9687541abd5","resourceCustomizationUUID":"d400190d-f59e-435a-bdc4-64b9a99ece28","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":"M2QxNDczODgxNmFmNTg1MDAwZTVjM2UwY2UxNjE0NmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"758a1009-6d88-4552-a2e9-4c33da3f74b2","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":"ZWNmOWNkZDI2MTQ4NjYzMjc5NzdkZTAwZTdiOTlhM2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5d56d343-0a14-41ab-b6e2-45142708ca1e","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":"0661986d-cecf-46d7-848f-0d44edcb4c35","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":"81cfb205-cedb-410f-be17-deeb03be1ae9","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":"a0e9a536-3927-4e19-b06c-e02b045e0bb8","artifactVersion":"2","generatedFromUUID":"02cfc039-f675-4d61-8e20-f5142e465cf1"},{"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":"5f0260ea-2f68-4908-b958-6c42c8580a18","artifactVersion":"2","generatedFromUUID":"0661986d-cecf-46d7-848f-0d44edcb4c35"},{"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":"02cfc039-f675-4d61-8e20-f5142e465cf1","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":"4cc69aba-f562-474e-8122-76fc1ad391fa","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":"Yzk5N2EyYTFhOGUzNWQ3OGEzMWZkZDllMTRmYzc4MjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"78b3bc3d-6f9a-418e-9247-8fc4f18e5bbf","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"M2ZhOGYzNjA4M2FjMjdkN2MwNDk5Y2IzNDJhZTczY2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"adc00ad1-4400-4715-bd2d-8313a5ee53b6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-01T07:29:42.046Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.046Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "aai-model-loader", "timestamp": 1672558174827, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T07:29:42.047Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:29:42.047Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.047Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "multicloud-k8s", "timestamp": 1672558174213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-01T07:29:42.047Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:29:42.047Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.047Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:29:42.047Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558177539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:42.047Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:42.047Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.047Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:29:42.047Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558177539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:42.048Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:42.048Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:29:42.048Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558177539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:42.048Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:29:42.051Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:29:42.051Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:42.151Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:29:42.152Z||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. 2023-01-01T07:29:42.153Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:29:42.165Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:29:42.165Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-01T07:29:43.052Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:29:43.053Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:29:43.059Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:29:43.059Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-01T07:29:43.159Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:29:43.160Z||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. 2023-01-01T07:29:43.160Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:29:43.176Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:29:43.176Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:29:44.060Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:29:44.061Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:29:44.063Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:29:44.063Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-01T07:29:44.164Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-01T07:29:44.165Z||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. 2023-01-01T07:29:44.166Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:29:44.184Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:29:44.185Z||pool-91-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:29:45.065Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:29:45.066Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:29:45.069Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:29:45.069Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:45.169Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:29:45.170Z||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. 2023-01-01T07:29:45.170Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:29:45.183Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:29:45.184Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:29:46.070Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:29:46.073Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:29:46.076Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:29:46.077Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-01T07:29:46.178Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-01T07:29:46.179Z||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. 2023-01-01T07:29:46.179Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:29:46.203Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:29:46.204Z||pool-93-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:29:47.077Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:29:47.079Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:29:47.082Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:29:47.082Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-01T07:29:47.182Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:29:47.183Z||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. 2023-01-01T07:29:47.183Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:29:47.198Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:29:47.199Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-01-01T07:29:48.082Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:29:48.083Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:29:48.086Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:29:48.086Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-01T07:29:48.186Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:29:48.188Z||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. 2023-01-01T07:29:48.188Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:29:48.208Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:29:48.208Z||pool-95-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:29:49.087Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:29:49.087Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:29:49.092Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:29:49.093Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:49.192Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:29:49.200Z||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. 2023-01-01T07:29:49.200Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:29:49.218Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:29:49.219Z||pool-96-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:29:50.093Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:29:50.095Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:29:50.098Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:29:50.099Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T07:29:50.198Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:29:50.199Z||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. 2023-01-01T07:29:50.199Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:29:50.215Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:29:50.215Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:29:51.099Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:29:51.100Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:29:51.103Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:29:51.103Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-01T07:29:51.204Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:29:51.205Z||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. 2023-01-01T07:29:51.205Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:29:51.219Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:29:51.220Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:29:52.105Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "f5c84276-2b86-4e50-b407-5722f702176a", "serviceDescription": "service", "serviceInvariantUUID": "28df6727-9b09-4269-82bd-5d64c4dd491f", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "d400190d-f59e-435a-bdc4-64b9a99ece28", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d093f05e-afe0-4853-8887-f9099832b0d8", "resourceInvariantUUID": "30d53b70-1f0b-4145-9c2a-e9687541abd5", "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": "ZWNmOWNkZDI2MTQ4NjYzMjc5NzdkZTAwZTdiOTlhM2E\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5d56d343-0a14-41ab-b6e2-45142708ca1e", "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": "0661986d-cecf-46d7-848f-0d44edcb4c35", "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": "5f0260ea-2f68-4908-b958-6c42c8580a18", "generatedFromUUID": "0661986d-cecf-46d7-848f-0d44edcb4c35" }, "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": "a0e9a536-3927-4e19-b06c-e02b045e0bb8", "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": "5f0260ea-2f68-4908-b958-6c42c8580a18", "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": "02cfc039-f675-4d61-8e20-f5142e465cf1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "M2ZhOGYzNjA4M2FjMjdkN2MwNDk5Y2IzNDJhZTczY2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "adc00ad1-4400-4715-bd2d-8313a5ee53b6" } ], "workloadContext": "Production" } 2023-01-01T07:29:52.105Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-01T07:29:52.105Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f5c84276-2b86-4e50-b407-5722f702176a ASDC 2023-01-01T07:29:52.106Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:54bab79e-6858-40e2-a1c0-6c681ebd6177 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:f5c84276-2b86-4e50-b407-5722f702176a ServiceInvariantUUID:28df6727-9b09-4269-82bd-5d64c4dd491f 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:adc00ad1-4400-4715-bd2d-8313a5ee53b6 ArtifactChecksum:M2ZhOGYzNjA4M2FjMjdkN2MwNDk5Y2IzNDJhZTczY2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:d400190d-f59e-435a-bdc4-64b9a99ece28 ResourceInvariantUUID:30d53b70-1f0b-4145-9c2a-e9687541abd5 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:d093f05e-afe0-4853-8887-f9099832b0d8 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:5d56d343-0a14-41ab-b6e2-45142708ca1e ArtifactChecksum:ZWNmOWNkZDI2MTQ4NjYzMjc5NzdkZTAwZTdiOTlhM2E= 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:0661986d-cecf-46d7-848f-0d44edcb4c35 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:5f0260ea-2f68-4908-b958-6c42c8580a18 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:a0e9a536-3927-4e19-b06c-e02b045e0bb8 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:5f0260ea-2f68-4908-b958-6c42c8580a18 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:02cfc039-f675-4d61-8e20-f5142e465cf1 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-01T07:29:52.106Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5c84276-2b86-4e50-b407-5722f702176a 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=? 2023-01-01T07:29:52.149Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-01T07:29:52.151Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-01T07:29:52.151Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-01T07:29:52.151Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: adc00ad1-4400-4715-bd2d-8313a5ee53b6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-01T07:29:52.151Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-01T07:29:52.152Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-01T07:29:52.309Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-01T07:29:52.319Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar adc00ad1-4400-4715-bd2d-8313a5ee53b6 163299 2023-01-01T07:29:52.319Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-01-01T07:29:52.320Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-01T07:29:52.320Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T07:29:52.321Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:29:52.323Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:29:52.323Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558192319, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T07:29:52.425Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-01T07:29:52.427Z||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. 2023-01-01T07:29:52.427Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:29:52.442Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:29:52.443Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:29:53.326Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-01T07:29:53.329Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-01T07:29:53.329Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: adc00ad1-4400-4715-bd2d-8313a5ee53b6, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-01T07:29:53.329Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-01-01T07:29:53.331Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-01T07:29:53.331Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-01T07:29:53.571Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3985107667251669649/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-01-01T07:29:55.460Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-01T07:29:55.461Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-01-01T07:29:55.461Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-01T07:29:55.461Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-01T07:29:55.461Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-01T07:29:55.462Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-01T07:29:55.462Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:29:55.462Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:29:55.463Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-01-01T07:29:55.463Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:29:55.463Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:29:55.464Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-01T07:29:55.464Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-01-01T07:29:55.464Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-01T07:29:55.464Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:29:55.465Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:29:55.465Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-01T07:29:55.465Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-01-01T07:29:55.465Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-01T07:29:55.465Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:29:55.465Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:29:55.466Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:29:55.466Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-01T07:29:55.466Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-01-01T07:29:55.467Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-01-01T07:29:55.467Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-01T07:29:55.467Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:29:55.467Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-01T07:29:55.467Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:29:55.468Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-01T07:29:55.468Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T07:29:55.468Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:29:55.469Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-01T07:29:55.469Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T07:29:55.469Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:29:55.469Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-01T07:29:55.469Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T07:29:55.470Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:29:55.470Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-01T07:29:55.470Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T07:29:55.470Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:29:55.471Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-01T07:29:55.471Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-01-01T07:29:55.471Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=db383b71-06dc-4ef0-b94c-9880cf1a32eb 2023-01-01T07:29:55.471Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:29:55.471Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:29:55.471Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:29:55.472Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:29:55.472Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:29:55.472Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:29:55.472Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:29:55.472Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:29:55.472Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:f5c84276-2b86-4e50-b407-5722f702176a Model Version:NULL Model InvariantUuid:28df6727-9b09-4269-82bd-5d64c4dd491f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:5fc31491-fbb5-4348-a834-9f68bfbbad45 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:30d53b70-1f0b-4145-9c2a-e9687541abd5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d400190d-f59e-435a-bdc4-64b9a99ece28 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a369e032-0b19-4060-8a04-0c2aaa1f9a28 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:3466302c-18e4-4842-9a8c-70be6941d34d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:b88a7e59-652c-40e4-ba19-b9a73699d271 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:4b562301-4454-4aab-834d-f12bc62a88ce ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:db383b71-06dc-4ef0-b94c-9880cf1a32eb ModelInvariantUuid:c10fe09e-422d-41f1-b680-26b108e467b1 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:a8b63a37-c2d5-4fcd-bb58-5943d84b3f17 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:4e4ce68d-82d7-4e3a-ad5a-4227d4b1ec0a ModelInvariantUuid:0975a5cf-d118-4611-92b7-276f5ca57094 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:db6942b8-5d43-447f-a35e-e4f26b795a30 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=? 2023-01-01T07:29:55.485Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: d093f05e-afe0-4853-8887-f9099832b0d8 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=? 2023-01-01T07:29:55.491Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0 2023-01-01T07:29:55.492Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d093f05e-afe0-4853-8887-f9099832b0d8 2023-01-01T07:29:55.492Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5d56d343-0a14-41ab-b6e2-45142708ca1e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-01T07:29:55.492Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-01T07:29:55.492Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:29:55.556Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-01T07:29:55.557Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 5d56d343-0a14-41ab-b6e2-45142708ca1e 1565 2023-01-01T07:29:55.557Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:29:55.557Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:29:55.557Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T07:29:55.558Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:29:55.560Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:29:55.560Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558195557, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-01T07:29:55.660Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:29:55.661Z||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. 2023-01-01T07:29:55.661Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:29:55.674Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:29:55.675Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-01T07:29:56.563Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "b88a7e59-652c-40e4-ba19-b9a73699d271", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4b562301-4454-4aab-834d-f12bc62a88ce", "vfModuleModelCustomizationUUID": "95917fc3-e90a-44a0-b2db-d6c2a56f5183", "isBase": true, "artifacts": [ "0661986d-cecf-46d7-848f-0d44edcb4c35", "5f0260ea-2f68-4908-b958-6c42c8580a18" ], "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": "a369e032-0b19-4060-8a04-0c2aaa1f9a28", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3466302c-18e4-4842-9a8c-70be6941d34d", "vfModuleModelCustomizationUUID": "fcf724ab-00ec-44df-8354-110427e5f1a0", "isBase": false, "artifacts": [ "02cfc039-f675-4d61-8e20-f5142e465cf1" ], "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": "" } } ] 2023-01-01T07:29:56.574Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4b562301-4454-4aab-834d-f12bc62a88ce VfModuleModelInvariantUUID:b88a7e59-652c-40e4-ba19-b9a73699d271 VfModuleModelDescription:NULL Artifacts UUID List:{ 0661986d-cecf-46d7-848f-0d44edcb4c35 , 5f0260ea-2f68-4908-b958-6c42c8580a18 } 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:3466302c-18e4-4842-9a8c-70be6941d34d VfModuleModelInvariantUUID:a369e032-0b19-4060-8a04-0c2aaa1f9a28 VfModuleModelDescription:NULL Artifacts UUID List:{ 02cfc039-f675-4d61-8e20-f5142e465cf1 } 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 } 2023-01-01T07:29:56.584Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "b88a7e59-652c-40e4-ba19-b9a73699d271", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4b562301-4454-4aab-834d-f12bc62a88ce", "vfModuleModelCustomizationUUID": "95917fc3-e90a-44a0-b2db-d6c2a56f5183", "isBase": true, "artifacts": [ "0661986d-cecf-46d7-848f-0d44edcb4c35", "5f0260ea-2f68-4908-b958-6c42c8580a18" ], "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": "a369e032-0b19-4060-8a04-0c2aaa1f9a28", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3466302c-18e4-4842-9a8c-70be6941d34d", "vfModuleModelCustomizationUUID": "fcf724ab-00ec-44df-8354-110427e5f1a0", "isBase": false, "artifacts": [ "02cfc039-f675-4d61-8e20-f5142e465cf1" ], "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": "" } } ] 2023-01-01T07:29:56.585Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4b562301-4454-4aab-834d-f12bc62a88ce VfModuleModelInvariantUUID:b88a7e59-652c-40e4-ba19-b9a73699d271 VfModuleModelDescription:NULL Artifacts UUID List:{ 0661986d-cecf-46d7-848f-0d44edcb4c35 , 5f0260ea-2f68-4908-b958-6c42c8580a18 } 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:3466302c-18e4-4842-9a8c-70be6941d34d VfModuleModelInvariantUUID:a369e032-0b19-4060-8a04-0c2aaa1f9a28 VfModuleModelDescription:NULL Artifacts UUID List:{ 02cfc039-f675-4d61-8e20-f5142e465cf1 } 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 } 2023-01-01T07:29:56.585Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0661986d-cecf-46d7-848f-0d44edcb4c35 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-01T07:29:56.586Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-01T07:29:56.586Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:29:56.640Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-01T07:29:56.641Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 0661986d-cecf-46d7-848f-0d44edcb4c35 914 2023-01-01T07:29:56.641Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:29:56.641Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:29:56.642Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T07:29:56.642Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:29:56.645Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:29:56.645Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558196641, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-01T07:29:56.745Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:29:56.746Z||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. 2023-01-01T07:29:56.746Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:29:56.758Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:29:56.759Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:29:57.645Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a0e9a536-3927-4e19-b06c-e02b045e0bb8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-01T07:29:57.646Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-01T07:29:57.646Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:29:57.740Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-01T07:29:57.740Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env a0e9a536-3927-4e19-b06c-e02b045e0bb8 12 2023-01-01T07:29:57.741Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:29:57.741Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:29:57.741Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T07:29:57.742Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:29:57.745Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:29:57.745Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558197741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-01T07:29:57.845Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:29:57.846Z||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. 2023-01-01T07:29:57.846Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:29:57.859Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:29:57.859Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-01T07:29:58.746Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5f0260ea-2f68-4908-b958-6c42c8580a18 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-01T07:29:58.747Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-01T07:29:58.747Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:29:58.817Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-01T07:29:58.817Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 5f0260ea-2f68-4908-b958-6c42c8580a18 96 2023-01-01T07:29:58.818Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:29:58.818Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:29:58.818Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T07:29:58.819Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:29:58.821Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:29:58.822Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558198818, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-01T07:29:58.921Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:29:58.922Z||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. 2023-01-01T07:29:58.922Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:29:58.935Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:29:58.935Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-01T07:29:59.823Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 02cfc039-f675-4d61-8e20-f5142e465cf1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-01T07:29:59.824Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-01T07:29:59.824Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:29:59.899Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-01T07:29:59.900Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 02cfc039-f675-4d61-8e20-f5142e465cf1 20206 2023-01-01T07:29:59.901Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:29:59.901Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:29:59.901Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T07:29:59.902Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:29:59.904Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:29:59.905Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558199901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-01T07:30:00.004Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:30:00.005Z||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. 2023-01-01T07:30:00.005Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:00.024Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:00.025Z||pool-104-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:30:00.911Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f5c84276-2b86-4e50-b407-5722f702176a 2023-01-01T07:30:00.911Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 d093f05e-afe0-4853-8887-f9099832b0d8 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=? 2023-01-01T07:30:00.924Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f5fd493, org.onap.sdc.toscaparser.api.parameters.Input@2b9d35fa, org.onap.sdc.toscaparser.api.parameters.Input@25fe471d, org.onap.sdc.toscaparser.api.parameters.Input@2ad30af3, org.onap.sdc.toscaparser.api.parameters.Input@6b69a876] 2023-01-01T07:30:00.926Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:00.927Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:00.927Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2023-01-01T07:30:00.927Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= d400190d-f59e-435a-bdc4-64b9a99ece28 2023-01-01T07:30:00.928Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d400190d-f59e-435a-bdc4-64b9a99ece28 matches Tosca VF Customization UUID: d400190d-f59e-435a-bdc4-64b9a99ece28 2023-01-01T07:30:00.928Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: d400190d-f59e-435a-bdc4-64b9a99ece28 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=? 2023-01-01T07:30:00.932Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:00.932Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:00.934Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id d400190d-f59e-435a-bdc4-64b9a99ece28: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2023-01-01T07:30:00.934Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4cbe1725 2023-01-01T07:30:00.935Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:00.935Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-01T07:30:00.935Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fcf724ab-00ec-44df-8354-110427e5f1a0 2023-01-01T07:30:00.936Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fcf724ab-00ec-44df-8354-110427e5f1a0 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=? 2023-01-01T07:30:00.944Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:00.945Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-01T07:30:00.945Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T07:30:00.945Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:00.945Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-01T07:30:00.946Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T07:30:00.946Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:00.946Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-01T07:30:00.947Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d400190d-f59e-435a-bdc4-64b9a99ece28 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=? 2023-01-01T07:30:00.950Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:00.951Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:00.951Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f5c84276-2b86-4e50-b407-5722f702176a: basic_cnf_macro 2023-01-01T07:30:00.952Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:00.952Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:00.952Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:00.952Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:00.953Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:00.953Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:00.953Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:00.954Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:00.954Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:00.954Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:00.954Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 (?, ?, ?, ?, ?) 2023-01-01T07:30:01.042Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro d093f05e-afe0-4853-8887-f9099832b0d8 2 ASDC deployResourceStructure 2023-01-01T07:30:01.042Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:30:01.042Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:30:01.042Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T07:30:01.043Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:01.045Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:01.045Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558201042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-01T07:30:01.145Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:30:01.146Z||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. 2023-01-01T07:30:01.146Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:01.158Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:01.159Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:30:02.046Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:30:02.046Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:30:02.046Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T07:30:02.047Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:02.049Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:02.049Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558202046, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-01T07:30:02.149Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:30:02.150Z||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. 2023-01-01T07:30:02.150Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:02.166Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:02.166Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:30:03.051Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:30:03.051Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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) 2023-01-01T07:30:03.051Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-01T07:30:03.051Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:03.053Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:03.053Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558203050, "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" } 2023-01-01T07:30:03.153Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:30:03.154Z||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. 2023-01-01T07:30:03.155Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:03.168Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:03.169Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-01T07:30:04.054Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:30:04.055Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:30:04.055Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T07:30:04.055Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:04.057Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:04.058Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558204054, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-01T07:30:04.157Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:30:04.158Z||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. 2023-01-01T07:30:04.158Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:04.169Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:04.170Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:30:05.059Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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 2023-01-01T07:30:05.059Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||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) 2023-01-01T07:30:05.059Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-01T07:30:05.059Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:05.062Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:05.062Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558205059, "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" } 2023-01-01T07:30:05.162Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:30:05.164Z||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. 2023-01-01T07:30:05.164Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:05.188Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:05.188Z||pool-109-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:30:06.063Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-01-01T07:30:06.063Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-01T07:30:06.063Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T07:30:06.063Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:06.066Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:06.066Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558206063, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T07:30:06.166Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:30:06.167Z||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. 2023-01-01T07:30:06.168Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:06.183Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:06.183Z||pool-110-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-01-01T07:30:07.068Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54bab79e-6858-40e2-a1c0-6c681ebd6177 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T07:30:07.087Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54bab79e-6858-40e2-a1c0-6c681ebd6177 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T07:30:07.092Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T07:30:07.093Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-01T07:30:07.093Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-01T07:30:07.093Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-01T07:30:07.093Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T07:30:07.093Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T07:30:07.093Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T07:30:07.094Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T07:30:07.094Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T07:30:07.094Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-01T07:30:07.100Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-01T07:30:37.101Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54bab79e-6858-40e2-a1c0-6c681ebd6177 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=? 2023-01-01T07:30:37.108Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54bab79e-6858-40e2-a1c0-6c681ebd6177 and serviceModelVersionId: f5c84276-2b86-4e50-b407-5722f702176a 2023-01-01T07:30:37.109Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28df6727-9b09-4269-82bd-5d64c4dd491f 2023-01-01T07:30:37.110Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28df6727-9b09-4269-82bd-5d64c4dd491f/model-vers/model-ver/f5c84276-2b86-4e50-b407-5722f702176a?depth=0 2023-01-01T07:30:37.117Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2023-01-01T07:30:37.198Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28df6727-9b09-4269-82bd-5d64c4dd491f/model-vers/model-ver/f5c84276-2b86-4e50-b407-5722f702176a?depth=0|INFO|500||Invoke 2023-01-01T07:30:37.199Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28df6727-9b09-4269-82bd-5d64c4dd491f/model-vers/model-ver/f5c84276-2b86-4e50-b407-5722f702176a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28df6727-9b09-4269-82bd-5d64c4dd491f/model-vers/model-ver/f5c84276-2b86-4e50-b407-5722f702176a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54bab79e-6858-40e2-a1c0-6c681ebd6177], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e13c30bf-d93e-41ca-8cd7-1029a889180e], X-ECOMP-RequestID=[54bab79e-6858-40e2-a1c0-6c681ebd6177], X-TransactionId=[], X-ONAP-RequestID=[54bab79e-6858-40e2-a1c0-6c681ebd6177], Content-Type=[application/merge-patch+json]} 2023-01-01T07:30:37.238Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28df6727-9b09-4269-82bd-5d64c4dd491f/model-vers/model-ver/f5c84276-2b86-4e50-b407-5722f702176a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-01T07:30:37.358Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28df6727-9b09-4269-82bd-5d64c4dd491f/model-vers/model-ver/f5c84276-2b86-4e50-b407-5722f702176a?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/28df6727-9b09-4269-82bd-5d64c4dd491f/model-vers/model-ver/f5c84276-2b86-4e50-b407-5722f702176a?depth=0 has http status code:200 and response headers:{date=[Sun, 01 Jan 2023 07:30:37 GMT], content-length=[0], vertex-id=[491528], x-aai-txid=[0-aai-resources-230101-07:30:37:326-38586], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-01T07:30:37.358Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28df6727-9b09-4269-82bd-5d64c4dd491f/model-vers/model-ver/f5c84276-2b86-4e50-b407-5722f702176a?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-01T07:30:37.359Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28df6727-9b09-4269-82bd-5d64c4dd491f/model-vers/model-ver/f5c84276-2b86-4e50-b407-5722f702176a?depth=0|INFO|500||InvokeReturn 2023-01-01T07:30:37.362Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-01T07:30:37.363Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-01T07:30:37.372Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-01T07:30:37.374Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54bab79e-6858-40e2-a1c0-6c681ebd6177 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-01T07:30:37.376Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-01T07:30:37.377Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:37.381Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:37.382Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558237376, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-01T07:30:37.481Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:30:37.483Z||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. 2023-01-01T07:30:37.484Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:37.504Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:37.505Z||pool-111-thread-1|||||INFO|500||cambria reply ok (23 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=? 2023-01-01T07:30:38.415Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-01T07:30:38.415Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0a5a0912-8e0e-4697-9277-71760714783c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"2125529a-578a-4811-9147-1b43ff8ef73d","serviceDescription":"service","serviceInvariantUUID":"96c1bb5f-2de7-43d7-9cb1-59cba832fb89","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7f21d0f5-14fe-4f88-8059-0ab177988abc","resourceInvariantUUID":"37b622d4-8d61-407a-bb6f-282fa78bfc6a","resourceCustomizationUUID":"ab7948b7-ab1f-4005-8aa8-0c56724b0817","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":"MTgyZTU1YWJjN2YyMjc4ZGYzNDY5NDljM2QzNTliODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38429a77-5fc4-493d-a092-559abed0cc15","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":"NWVmZTE2ODExNDc2ZDU3Y2E4MWY2YzgyZjRiZmM3ZmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"69e299b9-aa38-4389-a1db-608754662cc6","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":"f3042681-4439-4690-8a17-a99c0530e237","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":"f11c949f-7cf4-4a4d-9150-e77407681bd1","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":"876e2232-ef3b-4228-b005-1c6bad274bb4","artifactVersion":"2","generatedFromUUID":"f3042681-4439-4690-8a17-a99c0530e237"},{"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":"Y2UxYWI1MDM1MTNkZWRjNGI2NzZiMTliNWNhYmE4Yjc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b52b49e2-f659-4c37-87b9-c5d2a712e689","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":"MjgzMTA3M2ZiNTVkNWM1MmU2ZGFkNDUwOGMxNTI0YzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09b053c3-c7ed-4032-9267-abd7281ffe18","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzllODZjOTA3OTI4NDhiMDFmYTA4ZWM2NzYzZjkyMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"533788b9-9bcc-4c34-a31d-1208554b34b1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-01T07:30:38.416Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:30:38.416Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:38.419Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:38.419Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:30:38.518Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:30:38.519Z||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. 2023-01-01T07:30:38.520Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:38.543Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:38.544Z||pool-112-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:30:39.420Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:30:39.420Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:39.423Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:39.423Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-01T07:30:39.523Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:30:39.524Z||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. 2023-01-01T07:30:39.524Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:39.537Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:39.538Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:30:40.424Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:30:40.424Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:40.426Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:40.427Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-01T07:30:40.526Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:30:40.527Z||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. 2023-01-01T07:30:40.527Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:40.542Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:40.543Z||pool-114-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:30:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:30:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T07:30:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:41.419Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:41.420Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:30:41.420Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558177539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:30:41.422Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:30:41.427Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:30:41.428Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:41.430Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:41.431Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:30:41.530Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:30:41.532Z||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. 2023-01-01T07:30:41.532Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:41.544Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:41.545Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-01T07:30:42.432Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:30:42.433Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:42.435Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:42.435Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-01T07:30:42.534Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:30:42.535Z||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. 2023-01-01T07:30:42.536Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:42.549Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:42.549Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:30:43.437Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:30:43.438Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:43.441Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:43.441Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-01T07:30:43.541Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:30:43.542Z||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. 2023-01-01T07:30:43.542Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:43.556Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:43.556Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:30:44.441Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:30:44.442Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:44.445Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:44.445Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T07:30:44.544Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:30:44.546Z||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. 2023-01-01T07:30:44.546Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:44.569Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:44.569Z||pool-118-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:30:45.446Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:30:45.447Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:45.449Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:45.449Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-01T07:30:45.550Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:30:45.551Z||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. 2023-01-01T07:30:45.551Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:45.568Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:45.569Z||pool-119-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2023-01-01T07:30:46.450Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "2125529a-578a-4811-9147-1b43ff8ef73d", "serviceDescription": "service", "serviceInvariantUUID": "96c1bb5f-2de7-43d7-9cb1-59cba832fb89", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "ab7948b7-ab1f-4005-8aa8-0c56724b0817", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7f21d0f5-14fe-4f88-8059-0ab177988abc", "resourceInvariantUUID": "37b622d4-8d61-407a-bb6f-282fa78bfc6a", "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": "NWVmZTE2ODExNDc2ZDU3Y2E4MWY2YzgyZjRiZmM3ZmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "69e299b9-aa38-4389-a1db-608754662cc6", "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": "f3042681-4439-4690-8a17-a99c0530e237", "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": "876e2232-ef3b-4228-b005-1c6bad274bb4", "generatedFromUUID": "f3042681-4439-4690-8a17-a99c0530e237" }, "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": "876e2232-ef3b-4228-b005-1c6bad274bb4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YzllODZjOTA3OTI4NDhiMDFmYTA4ZWM2NzYzZjkyMDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "533788b9-9bcc-4c34-a31d-1208554b34b1" } ], "workloadContext": "Production" } 2023-01-01T07:30:46.453Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-01T07:30:46.453Z|54bab79e-6858-40e2-a1c0-6c681ebd6177|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2125529a-578a-4811-9147-1b43ff8ef73d ASDC 2023-01-01T07:30:46.453Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:0a5a0912-8e0e-4697-9277-71760714783c ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:2125529a-578a-4811-9147-1b43ff8ef73d ServiceInvariantUUID:96c1bb5f-2de7-43d7-9cb1-59cba832fb89 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:533788b9-9bcc-4c34-a31d-1208554b34b1 ArtifactChecksum:YzllODZjOTA3OTI4NDhiMDFmYTA4ZWM2NzYzZjkyMDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:ab7948b7-ab1f-4005-8aa8-0c56724b0817 ResourceInvariantUUID:37b622d4-8d61-407a-bb6f-282fa78bfc6a ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:7f21d0f5-14fe-4f88-8059-0ab177988abc 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:69e299b9-aa38-4389-a1db-608754662cc6 ArtifactChecksum:NWVmZTE2ODExNDc2ZDU3Y2E4MWY2YzgyZjRiZmM3ZmQ= 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:f3042681-4439-4690-8a17-a99c0530e237 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:876e2232-ef3b-4228-b005-1c6bad274bb4 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:876e2232-ef3b-4228-b005-1c6bad274bb4 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-01T07:30:46.453Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2125529a-578a-4811-9147-1b43ff8ef73d 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=? 2023-01-01T07:30:46.510Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-01T07:30:46.511Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-01T07:30:46.512Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-01T07:30:46.512Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 533788b9-9bcc-4c34-a31d-1208554b34b1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-01T07:30:46.512Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-01T07:30:46.512Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-01T07:30:46.610Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-01T07:30:46.614Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 533788b9-9bcc-4c34-a31d-1208554b34b1 83017 2023-01-01T07:30:46.615Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-01-01T07:30:46.615Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-01T07:30:46.615Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T07:30:46.615Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:46.618Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:46.618Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558246615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T07:30:46.718Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:30:46.719Z||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. 2023-01-01T07:30:46.719Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:46.732Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:46.733Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:30:47.620Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-01T07:30:47.621Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-01T07:30:47.621Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 533788b9-9bcc-4c34-a31d-1208554b34b1, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-01T07:30:47.622Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-01-01T07:30:47.623Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-01T07:30:47.623Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-01T07:30:47.799Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9496003501601641341/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-01-01T07:30:49.807Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-01T07:30:49.808Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-01-01T07:30:49.808Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-01T07:30:49.808Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-01T07:30:49.809Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-01T07:30:49.809Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-01T07:30:49.809Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-01T07:30:49.809Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-01T07:30:49.809Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-01T07:30:49.809Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-01T07:30:49.810Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-01T07:30:49.810Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-01-01T07:30:49.810Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:49.811Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:49.811Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-01T07:30:49.811Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-01-01T07:30:49.812Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-01T07:30:49.812Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:49.812Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:49.812Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-01T07:30:49.813Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-01-01T07:30:49.813Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-01T07:30:49.813Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:49.814Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:49.814Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:49.814Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-01T07:30:49.815Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-01T07:30:49.815Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-01T07:30:49.815Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-01T07:30:49.815Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-01T07:30:49.816Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-01T07:30:49.816Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:49.816Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-01T07:30:49.817Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:49.817Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-01T07:30:49.817Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T07:30:49.817Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:49.818Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-01T07:30:49.818Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T07:30:49.818Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:49.818Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-01T07:30:49.818Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T07:30:49.819Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:49.819Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-01T07:30:49.819Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-01T07:30:49.819Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-01T07:30:49.820Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2de0bf7d-5eab-4548-8b67-b6c5a06100e9 2023-01-01T07:30:49.820Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:49.821Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:49.823Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:49.823Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:49.824Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:49.824Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:49.824Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:49.824Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:49.825Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:2125529a-578a-4811-9147-1b43ff8ef73d Model Version:NULL Model InvariantUuid:96c1bb5f-2de7-43d7-9cb1-59cba832fb89 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:be62c742-0951-4205-a0c9-39e9ccf72945 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:37b622d4-8d61-407a-bb6f-282fa78bfc6a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ab7948b7-ab1f-4005-8aa8-0c56724b0817 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fffaac71-a220-4b92-8f0f-bdb07b9b3c0d ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:75761109-3339-41b6-9875-515af63a03ad ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2de0bf7d-5eab-4548-8b67-b6c5a06100e9 ModelInvariantUuid:98c1273c-927c-4253-b977-b76d8522e6f3 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:d880b245-5c68-4c3c-a46c-f4596c92f67e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:abd64d46-0932-4767-98ee-c1695b97a4b9 ModelInvariantUuid:3f1022b6-ba64-4155-896d-94471d061b96 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:3146fd34-dd0b-4f11-aad0-bf4ec5c50654 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=? 2023-01-01T07:30:49.844Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7f21d0f5-14fe-4f88-8059-0ab177988abc 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=? 2023-01-01T07:30:49.850Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||basic_vm_macro 0 2023-01-01T07:30:49.851Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7f21d0f5-14fe-4f88-8059-0ab177988abc 2023-01-01T07:30:49.851Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 69e299b9-aa38-4389-a1db-608754662cc6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-01T07:30:49.851Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-01T07:30:49.851Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||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 2023-01-01T07:30:49.930Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-01T07:30:49.930Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 69e299b9-aa38-4389-a1db-608754662cc6 792 2023-01-01T07:30:49.931Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||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 2023-01-01T07:30:49.931Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||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 2023-01-01T07:30:49.931Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T07:30:49.931Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:49.934Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:49.934Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558249931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-01T07:30:50.033Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:30:50.034Z||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. 2023-01-01T07:30:50.034Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:50.049Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:50.049Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-01T07:30:50.934Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "fffaac71-a220-4b92-8f0f-bdb07b9b3c0d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "75761109-3339-41b6-9875-515af63a03ad", "vfModuleModelCustomizationUUID": "3519d518-c926-4347-97c9-a51df571cc2d", "isBase": true, "artifacts": [ "f3042681-4439-4690-8a17-a99c0530e237", "876e2232-ef3b-4228-b005-1c6bad274bb4" ], "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": "" } } ] 2023-01-01T07:30:50.938Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:75761109-3339-41b6-9875-515af63a03ad VfModuleModelInvariantUUID:fffaac71-a220-4b92-8f0f-bdb07b9b3c0d VfModuleModelDescription:NULL Artifacts UUID List:{ f3042681-4439-4690-8a17-a99c0530e237 , 876e2232-ef3b-4228-b005-1c6bad274bb4 } 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 } 2023-01-01T07:30:50.941Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "fffaac71-a220-4b92-8f0f-bdb07b9b3c0d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "75761109-3339-41b6-9875-515af63a03ad", "vfModuleModelCustomizationUUID": "3519d518-c926-4347-97c9-a51df571cc2d", "isBase": true, "artifacts": [ "f3042681-4439-4690-8a17-a99c0530e237", "876e2232-ef3b-4228-b005-1c6bad274bb4" ], "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": "" } } ] 2023-01-01T07:30:50.941Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:75761109-3339-41b6-9875-515af63a03ad VfModuleModelInvariantUUID:fffaac71-a220-4b92-8f0f-bdb07b9b3c0d VfModuleModelDescription:NULL Artifacts UUID List:{ f3042681-4439-4690-8a17-a99c0530e237 , 876e2232-ef3b-4228-b005-1c6bad274bb4 } 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 } 2023-01-01T07:30:50.941Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f3042681-4439-4690-8a17-a99c0530e237 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-01T07:30:50.942Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-01T07:30:50.942Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||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 2023-01-01T07:30:51.007Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-01T07:30:51.007Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml f3042681-4439-4690-8a17-a99c0530e237 5033 2023-01-01T07:30:51.008Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||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 2023-01-01T07:30:51.008Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||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 2023-01-01T07:30:51.008Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T07:30:51.008Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:51.011Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:51.011Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558251008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-01T07:30:51.111Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:30:51.112Z||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. 2023-01-01T07:30:51.112Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:51.127Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:51.128Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:30:52.012Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 876e2232-ef3b-4228-b005-1c6bad274bb4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-01T07:30:52.012Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-01T07:30:52.016Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||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 2023-01-01T07:30:52.117Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-01T07:30:52.118Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 876e2232-ef3b-4228-b005-1c6bad274bb4 903 2023-01-01T07:30:52.118Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||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 2023-01-01T07:30:52.118Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||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 2023-01-01T07:30:52.118Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T07:30:52.119Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:52.123Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:52.124Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558252118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-01T07:30:52.223Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:30:52.224Z||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. 2023-01-01T07:30:52.224Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:52.241Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:52.242Z||pool-123-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:30:53.125Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 2125529a-578a-4811-9147-1b43ff8ef73d 2023-01-01T07:30:53.125Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 7f21d0f5-14fe-4f88-8059-0ab177988abc 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=? 2023-01-01T07:30:53.148Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cf5c4d1, org.onap.sdc.toscaparser.api.parameters.Input@27734699, org.onap.sdc.toscaparser.api.parameters.Input@722b23cb, org.onap.sdc.toscaparser.api.parameters.Input@1a6068ca, org.onap.sdc.toscaparser.api.parameters.Input@3811e41b] 2023-01-01T07:30:53.150Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:53.150Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:53.150Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2023-01-01T07:30:53.150Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= ab7948b7-ab1f-4005-8aa8-0c56724b0817 2023-01-01T07:30:53.151Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ab7948b7-ab1f-4005-8aa8-0c56724b0817 matches Tosca VF Customization UUID: ab7948b7-ab1f-4005-8aa8-0c56724b0817 2023-01-01T07:30:53.151Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: ab7948b7-ab1f-4005-8aa8-0c56724b0817 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=? 2023-01-01T07:30:53.154Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:53.154Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:53.155Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id ab7948b7-ab1f-4005-8aa8-0c56724b0817: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2023-01-01T07:30:53.155Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@374a7f2f 2023-01-01T07:30:53.155Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:53.156Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-01T07:30:53.156Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3519d518-c926-4347-97c9-a51df571cc2d 2023-01-01T07:30:53.157Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3519d518-c926-4347-97c9-a51df571cc2d 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=? 2023-01-01T07:30:53.160Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:53.160Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-01T07:30:53.161Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T07:30:53.161Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:53.162Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-01T07:30:53.162Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T07:30:53.162Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:53.162Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-01T07:30:53.163Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-01T07:30:53.163Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-01T07:30:53.163Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2de0bf7d-5eab-4548-8b67-b6c5a06100e9 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=? 2023-01-01T07:30:53.166Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:53.166Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-01T07:30:53.167Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-01T07:30:53.167Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:53.167Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-01T07:30:53.167Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ab7948b7-ab1f-4005-8aa8-0c56724b0817 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=? 2023-01-01T07:30:53.170Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:53.170Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:53.170Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 2125529a-578a-4811-9147-1b43ff8ef73d: basic_vm_macro 2023-01-01T07:30:53.170Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:53.170Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:53.171Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:53.171Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:53.171Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:53.171Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:53.171Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:53.171Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:53.172Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:30:53.172Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:30:53.172Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||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 (?, ?, ?, ?, ?) 2023-01-01T07:30:53.306Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 7f21d0f5-14fe-4f88-8059-0ab177988abc 1 ASDC deployResourceStructure 2023-01-01T07:30:53.307Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||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 2023-01-01T07:30:53.307Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||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 2023-01-01T07:30:53.307Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T07:30:53.307Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:53.310Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:53.310Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558253307, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-01T07:30:53.410Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:30:53.411Z||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. 2023-01-01T07:30:53.412Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:53.427Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:53.428Z||pool-124-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:30:54.311Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||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 2023-01-01T07:30:54.311Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||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 2023-01-01T07:30:54.312Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T07:30:54.313Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:54.315Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:54.315Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558254311, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-01T07:30:54.415Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:30:54.416Z||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. 2023-01-01T07:30:54.416Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:54.429Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:54.430Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:30:55.316Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||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 2023-01-01T07:30:55.317Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||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 2023-01-01T07:30:55.317Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T07:30:55.317Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:55.322Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:55.322Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558255316, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-01T07:30:55.421Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:30:55.422Z||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. 2023-01-01T07:30:55.423Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:55.451Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:55.452Z||pool-126-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:30:56.323Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-01-01T07:30:56.323Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-01T07:30:56.324Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T07:30:56.324Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:30:56.326Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:30:56.326Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558256323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T07:30:56.426Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:30:56.427Z||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. 2023-01-01T07:30:56.428Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:30:56.439Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:30:56.439Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:30:57.327Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a5a0912-8e0e-4697-9277-71760714783c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T07:30:57.340Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a5a0912-8e0e-4697-9277-71760714783c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T07:30:57.343Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T07:30:57.343Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-01T07:30:57.343Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-01T07:31:27.345Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a5a0912-8e0e-4697-9277-71760714783c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T07:31:27.357Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a5a0912-8e0e-4697-9277-71760714783c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T07:31:27.361Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T07:31:27.361Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-01T07:31:27.361Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-01T07:31:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:31:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T07:31:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:31:41.426Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:31:41.426Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:31:41.427Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:31:41.428Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:31:57.361Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a5a0912-8e0e-4697-9277-71760714783c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T07:31:57.375Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a5a0912-8e0e-4697-9277-71760714783c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T07:31:57.378Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T07:31:57.378Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-01T07:31:57.378Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-01T07:32:27.378Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a5a0912-8e0e-4697-9277-71760714783c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T07:32:27.389Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a5a0912-8e0e-4697-9277-71760714783c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T07:32:27.392Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T07:32:27.393Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-01T07:32:27.393Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-01T07:32:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:32:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T07:32:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:32:41.427Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:32:41.428Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.428Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "aai-model-loader", "timestamp": 1672558182900, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T07:32:41.429Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:32:41.429Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.429Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558177539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-01T07:32:41.429Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:32:41.429Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.430Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-01T07:32:41.430Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:32:41.430Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.430Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "aai-model-loader", "timestamp": 1672558183902, "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=? 2023-01-01T07:32:41.438Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0a5a0912-8e0e-4697-9277-71760714783c 2023-01-01T07:32:41.438Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a5a0912-8e0e-4697-9277-71760714783c 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 (?, ?, ?, ?, ?) 2023-01-01T07:32:41.450Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.450Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558177539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-01T07:32:41.450Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:32:41.450Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.450Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-01T07:32:41.451Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:32:41.451Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.451Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558177539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T07:32:41.451Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:32:41.451Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.451Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:32:41.451Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:32:41.452Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.452Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558177539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-01T07:32:41.452Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:32:41.452Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.452Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-01T07:32:41.452Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:32:41.452Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.453Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558186291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T07:32:41.453Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:32:41.453Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.453Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-01T07:32:41.453Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:32:41.453Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.453Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-01T07:32:41.454Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:32:41.454Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.454Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-01T07:32:41.454Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:32:41.454Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.454Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558188648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T07:32:41.454Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:32:41.455Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.455Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T07:32:41.455Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:32:41.455Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.455Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558189652, "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=? 2023-01-01T07:32:41.461Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a5a0912-8e0e-4697-9277-71760714783c 2023-01-01T07:32:41.461Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a5a0912-8e0e-4697-9277-71760714783c 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 (?, ?, ?, ?, ?) 2023-01-01T07:32:41.470Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.470Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-01T07:32:41.471Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:32:41.471Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.471Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558192319, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T07:32:41.471Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:32:41.471Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.471Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558195557, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-01T07:32:41.471Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:32:41.471Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.472Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558196641, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-01T07:32:41.472Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:32:41.472Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.472Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558197741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-01T07:32:41.472Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:32:41.473Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.473Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558198818, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-01T07:32:41.473Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:32:41.473Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.473Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558199901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-01T07:32:41.473Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:32:41.473Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.473Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558201042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-01T07:32:41.473Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:32:41.474Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.474Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558202046, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-01T07:32:41.474Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:32:41.474Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.474Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558203050, "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" } 2023-01-01T07:32:41.474Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:32:41.474Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.474Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558204054, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-01T07:32:41.475Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:32:41.475Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.475Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558205059, "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" } 2023-01-01T07:32:41.475Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:32:41.475Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.475Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558206063, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T07:32:41.475Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:32:41.475Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.475Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "54bab79e-6858-40e2-a1c0-6c681ebd6177", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558237376, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-01T07:32:41.476Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:32:41.476Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.476Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:32:41.476Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:32:41.476Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.476Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-01T07:32:41.476Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:32:41.476Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-01T07:32:41.476Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-01T07:32:41.477Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-01T07:32:57.393Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a5a0912-8e0e-4697-9277-71760714783c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T07:32:57.414Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a5a0912-8e0e-4697-9277-71760714783c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T07:32:57.419Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T07:32:57.419Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-01T07:32:57.419Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-01T07:32:57.420Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-01T07:32:57.420Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T07:32:57.420Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T07:32:57.420Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T07:32:57.420Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T07:32:57.420Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T07:32:57.420Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-01T07:32:57.435Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-01T07:33:27.436Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a5a0912-8e0e-4697-9277-71760714783c 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=? 2023-01-01T07:33:27.446Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a5a0912-8e0e-4697-9277-71760714783c and serviceModelVersionId: 2125529a-578a-4811-9147-1b43ff8ef73d 2023-01-01T07:33:27.447Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 96c1bb5f-2de7-43d7-9cb1-59cba832fb89 2023-01-01T07:33:27.448Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/96c1bb5f-2de7-43d7-9cb1-59cba832fb89/model-vers/model-ver/2125529a-578a-4811-9147-1b43ff8ef73d?depth=0 2023-01-01T07:33:27.453Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2023-01-01T07:33:27.505Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96c1bb5f-2de7-43d7-9cb1-59cba832fb89/model-vers/model-ver/2125529a-578a-4811-9147-1b43ff8ef73d?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]} 2023-01-01T07:33:27.507Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96c1bb5f-2de7-43d7-9cb1-59cba832fb89/model-vers/model-ver/2125529a-578a-4811-9147-1b43ff8ef73d?depth=0|INFO|500||Invoke 2023-01-01T07:33:27.535Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96c1bb5f-2de7-43d7-9cb1-59cba832fb89/model-vers/model-ver/2125529a-578a-4811-9147-1b43ff8ef73d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-01T07:33:27.661Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96c1bb5f-2de7-43d7-9cb1-59cba832fb89/model-vers/model-ver/2125529a-578a-4811-9147-1b43ff8ef73d?depth=0|INFO|500||InvokeReturn 2023-01-01T07:33:27.663Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96c1bb5f-2de7-43d7-9cb1-59cba832fb89/model-vers/model-ver/2125529a-578a-4811-9147-1b43ff8ef73d?depth=0 has http status code:200 and response headers:{date=[Sun, 01 Jan 2023 07:33:27 GMT], content-length=[0], vertex-id=[278760], x-aai-txid=[1-aai-resources-230101-07:33:27:620-46291], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-01T07:33:27.663Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2023-01-01T07:33:27.664Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-01T07:33:27.664Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-01T07:33:27.748Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-01T07:33:27.749Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a5a0912-8e0e-4697-9277-71760714783c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-01T07:33:27.749Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-01T07:33:27.750Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:33:27.752Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:33:27.753Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558407749, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-01T07:33:27.852Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:33:27.854Z||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. 2023-01-01T07:33:27.855Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:33:27.874Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:33:27.875Z||pool-128-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-01T07:33:28.768Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:33:28.769Z|0a5a0912-8e0e-4697-9277-71760714783c|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. 2023-01-01T07:33:28.769Z|0a5a0912-8e0e-4697-9277-71760714783c|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:33:34.420Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:33:34.421Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-01T07:33:34.421Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"20b0b8c5-187c-48a5-aab1-816fb024fca9","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"05535ce9-d16b-401a-9a00-3793c1f52a63","serviceDescription":"service","serviceInvariantUUID":"bb64a962-b279-4124-8995-e4d18fa56881","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8f7934aa-8802-4614-9c1b-39746cef198c","resourceInvariantUUID":"647c03bb-89e3-45b0-81e6-1fb8db5d508b","resourceCustomizationUUID":"268d203f-f469-4f9e-8075-584c979b7257","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":"ZWM0MWU1Y2MzMWM1MWMwOGM2OGUwYmNjMjkyM2QzMzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e6ca8480-1ee3-47fc-aa34-c5104effa5ca","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":"6feb63df-ea0b-4973-8371-03f62e87e2a7","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":"95338dd0-45fb-4e7a-b278-e89e752b684b","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":"NTgyMzZkN2ZiODE0MDg5YjBhN2I4MTQ3ZmIwYzZlNmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b170f7e6-b138-47f7-b466-11914a88de0b","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":"1c3ca1c6-138e-4b63-abcd-4ed6c2a9d876","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":"01d10086-006d-42d3-b97c-f39dd85b85ce","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":"9b6a1705-32e3-4c12-866f-d70540ae9e8d","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":"MWRhYzI1OWMwN2Q4NmYxZGRhNmJiM2FkNDU4MzFmNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d80fcea9-a4de-41d0-889f-16ffd8909adc","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Yjc2MmJhYTkxMTNiNjYxZjkxMjIxZmZiYTMwNzk4OTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"461b716c-0c8e-4cc1-a370-4d9c25bffd1d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-01T07:33:34.424Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:33:34.425Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:33:34.427Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:33:34.427Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558408768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:33:34.527Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:33:34.528Z||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. 2023-01-01T07:33:34.528Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:33:34.542Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:33:34.544Z||pool-129-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:33:35.432Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:33:35.433Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:33:35.435Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:33:35.435Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558408768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-01T07:33:35.535Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:33:35.536Z||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. 2023-01-01T07:33:35.536Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:33:35.548Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:33:35.549Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-01T07:33:36.436Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:33:36.442Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:33:36.444Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:33:36.444Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558408768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-01T07:33:36.544Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:33:36.545Z||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. 2023-01-01T07:33:36.545Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:33:36.577Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:33:36.578Z||pool-131-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:33:37.445Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:33:37.446Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:33:37.448Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:33:37.448Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558408768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-01T07:33:37.548Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:33:37.549Z||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. 2023-01-01T07:33:37.549Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:33:37.572Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:33:37.573Z||pool-132-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:33:38.453Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:33:38.454Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:33:38.456Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:33:38.456Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558408768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:33:38.556Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:33:38.556Z||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. 2023-01-01T07:33:38.557Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:33:38.574Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:33:38.574Z||pool-133-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-01T07:33:39.456Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:33:39.457Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:33:39.460Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:33:39.460Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558408768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T07:33:39.563Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-01T07:33:39.564Z||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. 2023-01-01T07:33:39.564Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:33:39.584Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:33:39.584Z||pool-134-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:33:40.461Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:33:40.462Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:33:40.464Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:33:40.464Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558408768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T07:33:40.564Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:33:40.565Z||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. 2023-01-01T07:33:40.565Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:33:40.598Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:33:40.599Z||pool-135-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:33:41.399Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:33:41.402Z|d80016be-aca6-4991-90b5-27bcc82100a5|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. 2023-01-01T07:33:41.402Z|d80016be-aca6-4991-90b5-27bcc82100a5|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:33:41.432Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:33:41.433Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:33:41.433Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:33:41.434Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:33:41.434Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:33:41.435Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-01T07:33:41.435Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:33:41.435Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:33:41.436Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-01T07:33:41.436Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:33:41.436Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:33:41.436Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T07:33:41.437Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:33:41.437Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:33:41.437Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558181396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-01T07:33:41.437Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:33:41.438Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:33:41.438Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558246615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T07:33:41.438Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:33:41.438Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:33:41.439Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558249931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-01T07:33:41.439Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:33:41.439Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:33:41.439Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558251008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-01T07:33:41.440Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:33:41.440Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:33:41.440Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558252118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-01T07:33:41.440Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:33:41.441Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:33:41.441Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558253307, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-01T07:33:41.442Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:33:41.443Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:33:41.443Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558254311, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-01T07:33:41.444Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:33:41.445Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:33:41.445Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558255316, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-01T07:33:41.445Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:33:41.446Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:33:41.446Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558256323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T07:33:41.446Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:33:41.465Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:33:41.465Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:33:41.468Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:33:41.468Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558408768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T07:33:41.568Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-01T07:33:41.569Z||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. 2023-01-01T07:33:41.569Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:33:41.583Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:33:41.584Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-01-01T07:33:42.469Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-01T07:33:42.470Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:33:42.474Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:33:42.474Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558408768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-01T07:33:42.573Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:33:42.574Z||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. 2023-01-01T07:33:42.574Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:33:42.591Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:33:42.592Z||pool-137-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:33:43.475Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "05535ce9-d16b-401a-9a00-3793c1f52a63", "serviceDescription": "service", "serviceInvariantUUID": "bb64a962-b279-4124-8995-e4d18fa56881", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "268d203f-f469-4f9e-8075-584c979b7257", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "8f7934aa-8802-4614-9c1b-39746cef198c", "resourceInvariantUUID": "647c03bb-89e3-45b0-81e6-1fb8db5d508b", "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": "Yjc2MmJhYTkxMTNiNjYxZjkxMjIxZmZiYTMwNzk4OTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "461b716c-0c8e-4cc1-a370-4d9c25bffd1d" } ], "workloadContext": "Production" } 2023-01-01T07:33:43.476Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-01T07:33:43.476Z|0a5a0912-8e0e-4697-9277-71760714783c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 05535ce9-d16b-401a-9a00-3793c1f52a63 ASDC 2023-01-01T07:33:43.477Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:20b0b8c5-187c-48a5-aab1-816fb024fca9 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:05535ce9-d16b-401a-9a00-3793c1f52a63 ServiceInvariantUUID:bb64a962-b279-4124-8995-e4d18fa56881 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:461b716c-0c8e-4cc1-a370-4d9c25bffd1d ArtifactChecksum:Yjc2MmJhYTkxMTNiNjYxZjkxMjIxZmZiYTMwNzk4OTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:268d203f-f469-4f9e-8075-584c979b7257 ResourceInvariantUUID:647c03bb-89e3-45b0-81e6-1fb8db5d508b ResourceName:test-pnf ResourceType:PNF ResourceUUID:8f7934aa-8802-4614-9c1b-39746cef198c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-01T07:33:43.477Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 05535ce9-d16b-401a-9a00-3793c1f52a63 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 (?, ?, ?, ?, ?) 2023-01-01T07:33:43.520Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-01T07:33:43.521Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-01T07:33:43.521Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-01T07:33:43.521Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 461b716c-0c8e-4cc1-a370-4d9c25bffd1d from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-01T07:33:43.521Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-01T07:33:43.522Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-01T07:33:43.587Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-01T07:33:43.593Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 461b716c-0c8e-4cc1-a370-4d9c25bffd1d 111097 2023-01-01T07:33:43.593Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-01-01T07:33:43.593Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-01T07:33:43.593Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-01T07:33:43.593Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:33:43.595Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:33:43.595Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558423593, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T07:33:43.695Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-01T07:33:43.696Z||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. 2023-01-01T07:33:43.696Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:33:43.710Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:33:43.710Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-01T07:33:44.596Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-01T07:33:44.598Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-01T07:33:44.598Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 461b716c-0c8e-4cc1-a370-4d9c25bffd1d, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-01T07:33:44.598Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-01-01T07:33:44.599Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-01T07:33:44.599Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-01T07:33:44.811Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP352504043687674369/Definitions/service-TestPnfMacro-template.yml 2023-01-01T07:33:45.811Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-01T07:33:45.812Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-01-01T07:33:45.812Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-01T07:33:45.812Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-01T07:33:45.812Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-01T07:33:45.813Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-01T07:33:45.813Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||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 2023-01-01T07:33:45.813Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-01T07:33:45.814Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-01T07:33:45.814Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-01T07:33:45.814Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-01T07:33:45.814Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-01-01T07:33:45.815Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:33:45.815Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:33:45.815Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-01T07:33:45.816Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-01-01T07:33:45.816Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-01T07:33:45.817Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:33:45.817Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:33:45.817Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-01T07:33:45.817Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-01-01T07:33:45.817Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-01T07:33:45.818Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:33:45.818Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:33:45.818Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:33:45.818Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:33:45.818Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:33:45.819Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:33:45.819Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:33:45.819Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:33:45.819Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:33:45.819Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:33:45.820Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:05535ce9-d16b-401a-9a00-3793c1f52a63 Model Version:NULL Model InvariantUuid:bb64a962-b279-4124-8995-e4d18fa56881 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=? 2023-01-01T07:33:45.828Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8f7934aa-8802-4614-9c1b-39746cef198c 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=? 2023-01-01T07:33:45.831Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||test-pnf 0 2023-01-01T07:33:45.831Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8f7934aa-8802-4614-9c1b-39746cef198c 2023-01-01T07:33:45.832Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 05535ce9-d16b-401a-9a00-3793c1f52a63 2023-01-01T07:33:45.832Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 05535ce9-d16b-401a-9a00-3793c1f52a63 2023-01-01T07:33:45.832Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 8f7934aa-8802-4614-9c1b-39746cef198c 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=? 2023-01-01T07:33:45.837Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c365bf1, org.onap.sdc.toscaparser.api.parameters.Input@54481b37, org.onap.sdc.toscaparser.api.parameters.Input@4f7e7f0, org.onap.sdc.toscaparser.api.parameters.Input@52e185f5, org.onap.sdc.toscaparser.api.parameters.Input@7c26b58b] 2023-01-01T07:33:45.838Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:33:45.838Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:33:45.839Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 05535ce9-d16b-401a-9a00-3793c1f52a63: test-pnf 2023-01-01T07:33:45.839Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||Processing PNF resource: 8f7934aa-8802-4614-9c1b-39746cef198c 2023-01-01T07:33:45.839Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-01T07:33:45.839Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-01T07:33:45.840Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||Resource customization UUID: 268d203f-f469-4f9e-8075-584c979b7257 is the same as notified resource customizationUUID: 268d203f-f469-4f9e-8075-584c979b7257 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 (?, ?) 2023-01-01T07:33:45.890Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 8f7934aa-8802-4614-9c1b-39746cef198c 0 ASDC deployResourceStructure 2023-01-01T07:33:45.891Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-01-01T07:33:45.892Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-01T07:33:45.896Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-01T07:33:45.897Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:33:45.900Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:33:45.900Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558425891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T07:33:46.006Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2023-01-01T07:33:46.009Z||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. 2023-01-01T07:33:46.010Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:33:46.023Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:33:46.024Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-01-01T07:33:46.901Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20b0b8c5-187c-48a5-aab1-816fb024fca9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T07:33:46.914Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20b0b8c5-187c-48a5-aab1-816fb024fca9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T07:33:46.918Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T07:33:46.918Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-01T07:33:46.918Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-01T07:34:16.919Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20b0b8c5-187c-48a5-aab1-816fb024fca9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T07:34:16.933Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20b0b8c5-187c-48a5-aab1-816fb024fca9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T07:34:16.936Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T07:34:16.936Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-01T07:34:16.936Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-01T07:34:41.399Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:34:41.402Z|d80016be-aca6-4991-90b5-27bcc82100a5|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. 2023-01-01T07:34:41.402Z|d80016be-aca6-4991-90b5-27bcc82100a5|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:34:41.438Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:34:41.440Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.440Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "ves-openapi-manager", "timestamp": 1672558355372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.442Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.442Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.442Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "cds-sdc-listener", "timestamp": 1672558351039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.442Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.442Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.442Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "multicloud-k8s", "timestamp": 1672558355221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.442Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.442Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.444Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558357539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.444Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.444Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.444Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "ves-openapi-manager", "timestamp": 1672558355372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.444Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.444Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.444Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "multicloud-k8s", "timestamp": 1672558355221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.444Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.445Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.445Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "cds-sdc-listener", "timestamp": 1672558351039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.445Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.445Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.445Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558357539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.446Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.446Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.446Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "cds-sdc-listener", "timestamp": 1672558351039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.446Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.446Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.446Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "ves-openapi-manager", "timestamp": 1672558355372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.447Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.447Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.447Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "multicloud-k8s", "timestamp": 1672558355221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.447Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.447Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.448Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558357539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.448Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.448Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.448Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "cds-sdc-listener", "timestamp": 1672558351039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.449Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.449Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.449Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "ves-openapi-manager", "timestamp": 1672558355372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.449Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.450Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.450Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "multicloud-k8s", "timestamp": 1672558355221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.450Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.450Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.450Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558357539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.451Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.451Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.451Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "cds-sdc-listener", "timestamp": 1672558351039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.451Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.451Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.451Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "ves-openapi-manager", "timestamp": 1672558355372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.452Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.452Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.452Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "multicloud-k8s", "timestamp": 1672558355221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.452Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.453Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.453Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558357539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.453Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.453Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.453Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "cds-sdc-listener", "timestamp": 1672558351039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.454Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.454Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.454Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "ves-openapi-manager", "timestamp": 1672558355372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.454Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.454Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.455Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "multicloud-k8s", "timestamp": 1672558355221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.455Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.455Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.455Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558357539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.456Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.456Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.456Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "cds-sdc-listener", "timestamp": 1672558351039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.456Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.456Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.456Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "ves-openapi-manager", "timestamp": 1672558355372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-01T07:34:41.456Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.457Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.457Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "multicloud-k8s", "timestamp": 1672558355221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.457Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.457Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.458Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558357539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.458Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.458Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.458Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "cds-sdc-listener", "timestamp": 1672558351039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.459Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.459Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.459Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "ves-openapi-manager", "timestamp": 1672558355372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.459Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.459Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.459Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "multicloud-k8s", "timestamp": 1672558355221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.460Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.460Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.460Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558357539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.460Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.460Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.461Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "cds-sdc-listener", "timestamp": 1672558351039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-01T07:34:41.461Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.461Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.461Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "ves-openapi-manager", "timestamp": 1672558355372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.461Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.461Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.462Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "multicloud-k8s", "timestamp": 1672558355221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-01T07:34:41.462Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.462Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.463Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "aai-model-loader", "timestamp": 1672558372723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.463Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.463Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.463Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558357539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-01T07:34:41.464Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.464Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.464Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "cds-sdc-listener", "timestamp": 1672558373671, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T07:34:41.464Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:34:41.464Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.465Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "ves-openapi-manager", "timestamp": 1672558374149, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-01T07:34:41.465Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:34:41.465Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.465Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "aai-model-loader", "timestamp": 1672558372723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.465Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.466Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.466Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558373631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T07:34:41.466Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:34:41.466Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.466Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "ves-openapi-manager", "timestamp": 1672558375177, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-01T07:34:41.466Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:34:41.467Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.467Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "aai-model-loader", "timestamp": 1672558372723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.467Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.467Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.467Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "cds-sdc-listener", "timestamp": 1672558374944, "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=? 2023-01-01T07:34:41.491Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 20b0b8c5-187c-48a5-aab1-816fb024fca9 2023-01-01T07:34:41.491Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20b0b8c5-187c-48a5-aab1-816fb024fca9 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 (?, ?, ?, ?, ?) 2023-01-01T07:34:41.502Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.502Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "ves-openapi-manager", "timestamp": 1672558376179, "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=? 2023-01-01T07:34:41.508Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 20b0b8c5-187c-48a5-aab1-816fb024fca9 2023-01-01T07:34:41.509Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20b0b8c5-187c-48a5-aab1-816fb024fca9 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 (?, ?, ?, ?, ?) 2023-01-01T07:34:41.521Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.521Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "aai-model-loader", "timestamp": 1672558372723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.521Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.521Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.521Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558375533, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T07:34:41.522Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:34:41.522Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.522Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "aai-model-loader", "timestamp": 1672558372723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.522Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.522Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.522Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672558376537, "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=? 2023-01-01T07:34:41.534Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 20b0b8c5-187c-48a5-aab1-816fb024fca9 2023-01-01T07:34:41.534Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20b0b8c5-187c-48a5-aab1-816fb024fca9 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 (?, ?, ?, ?, ?) 2023-01-01T07:34:41.543Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.543Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "aai-model-loader", "timestamp": 1672558372723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.543Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.543Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.543Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "aai-model-loader", "timestamp": 1672558372723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.543Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.544Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.544Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "aai-model-loader", "timestamp": 1672558372723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.544Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.544Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.544Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "aai-model-loader", "timestamp": 1672558372723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-01T07:34:41.544Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.544Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.544Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "aai-model-loader", "timestamp": 1672558381836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T07:34:41.545Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:34:41.545Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.545Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "aai-model-loader", "timestamp": 1672558387436, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T07:34:41.545Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:34:41.545Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.545Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "aai-model-loader", "timestamp": 1672558388438, "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=? 2023-01-01T07:34:41.551Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 20b0b8c5-187c-48a5-aab1-816fb024fca9 2023-01-01T07:34:41.551Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20b0b8c5-187c-48a5-aab1-816fb024fca9 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 (?, ?, ?, ?, ?) 2023-01-01T07:34:41.562Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.563Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a5a0912-8e0e-4697-9277-71760714783c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558407749, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-01T07:34:41.563Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:34:41.563Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.563Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558408768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.563Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.563Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.564Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558408768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.564Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.564Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.564Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558408768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.564Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.564Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.564Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558408768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.564Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.564Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.565Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558408768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.565Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.565Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.565Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558408768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.565Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:41.565Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-01T07:34:41.565Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558408768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-01T07:34:41.565Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-01T07:34:46.937Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20b0b8c5-187c-48a5-aab1-816fb024fca9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-01T07:34:46.949Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20b0b8c5-187c-48a5-aab1-816fb024fca9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-01T07:34:46.952Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-01T07:34:46.952Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-01T07:34:46.952Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-01T07:34:46.952Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-01T07:34:46.953Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T07:34:46.953Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T07:34:46.953Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T07:34:46.953Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T07:34:46.954Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-01T07:34:46.954Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-01T07:34:46.959Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-01T07:35:16.961Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20b0b8c5-187c-48a5-aab1-816fb024fca9 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=? 2023-01-01T07:35:16.969Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20b0b8c5-187c-48a5-aab1-816fb024fca9 and serviceModelVersionId: 05535ce9-d16b-401a-9a00-3793c1f52a63 2023-01-01T07:35:16.969Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bb64a962-b279-4124-8995-e4d18fa56881 2023-01-01T07:35:16.970Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bb64a962-b279-4124-8995-e4d18fa56881/model-vers/model-ver/05535ce9-d16b-401a-9a00-3793c1f52a63?depth=0 2023-01-01T07:35:16.980Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2023-01-01T07:35:17.041Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb64a962-b279-4124-8995-e4d18fa56881/model-vers/model-ver/05535ce9-d16b-401a-9a00-3793c1f52a63?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]} 2023-01-01T07:35:17.047Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb64a962-b279-4124-8995-e4d18fa56881/model-vers/model-ver/05535ce9-d16b-401a-9a00-3793c1f52a63?depth=0|INFO|500||Invoke 2023-01-01T07:35:17.072Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb64a962-b279-4124-8995-e4d18fa56881/model-vers/model-ver/05535ce9-d16b-401a-9a00-3793c1f52a63?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-01T07:35:17.237Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb64a962-b279-4124-8995-e4d18fa56881/model-vers/model-ver/05535ce9-d16b-401a-9a00-3793c1f52a63?depth=0|INFO|500||InvokeReturn 2023-01-01T07:35:17.237Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb64a962-b279-4124-8995-e4d18fa56881/model-vers/model-ver/05535ce9-d16b-401a-9a00-3793c1f52a63?depth=0 has http status code:200 and response headers:{date=[Sun, 01 Jan 2023 07:35:17 GMT], content-length=[0], vertex-id=[516104], x-aai-txid=[2-aai-resources-230101-07:35:17:152-25228], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-01T07:35:17.237Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2023-01-01T07:35:17.238Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-01T07:35:17.238Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-01T07:35:17.247Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-01T07:35:17.247Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20b0b8c5-187c-48a5-aab1-816fb024fca9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-01T07:35:17.248Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-01T07:35:17.248Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-01T07:35:17.260Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-01T07:35:17.260Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558517247, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-01T07:35:17.357Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-01-01T07:35:17.358Z||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. 2023-01-01T07:35:17.358Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:35:17.385Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:35:17.386Z||pool-140-thread-1|||||INFO|500||cambria reply ok (28 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=? 2023-01-01T07:35:18.298Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:35:18.298Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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. 2023-01-01T07:35:18.298Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:35:27.848Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:35:27.851Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:35:27.853Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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. 2023-01-01T07:35:27.853Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:35:37.398Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:35:37.399Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:35:37.400Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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. 2023-01-01T07:35:37.400Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:35:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:35:41.400Z||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. 2023-01-01T07:35:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:35:41.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:35:41.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-01T07:35:41.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558408768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-01T07:35:41.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-01T07:35:46.961Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:35:46.966Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:35:46.967Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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. 2023-01-01T07:35:46.967Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:35:56.565Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:35:56.566Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:35:56.567Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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. 2023-01-01T07:35:56.567Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:36:06.170Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:36:41.396Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:36:41.397Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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. 2023-01-01T07:36:41.397Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:36:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:36:41.401Z||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. 2023-01-01T07:36:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:36:41.422Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:36:41.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-01T07:36:41.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558408768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-01T07:36:41.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-01T07:36:41.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-01T07:36:41.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558423593, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-01T07:36:41.424Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:36:41.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-01T07:36:41.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558425891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-01T07:36:41.425Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:36:50.947Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:37:41.396Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:37:41.397Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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. 2023-01-01T07:37:41.397Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:37:41.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:37:41.400Z||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. 2023-01-01T07:37:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:37:41.940Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:37:41.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-01T07:37:41.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "20b0b8c5-187c-48a5-aab1-816fb024fca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672558517247, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-01T07:37:41.942Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-01T07:37:50.968Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:38:41.396Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:38:41.396Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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. 2023-01-01T07:38:41.397Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:38:41.399Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:38:41.399Z|d80016be-aca6-4991-90b5-27bcc82100a5|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. 2023-01-01T07:38:41.400Z|d80016be-aca6-4991-90b5-27bcc82100a5|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:38:50.955Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:38:50.955Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:39:41.396Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:39:41.397Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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. 2023-01-01T07:39:41.397Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:39:41.399Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:39:41.400Z||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. 2023-01-01T07:39:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:39:50.943Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:39:50.943Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:40:41.396Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:40:41.397Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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. 2023-01-01T07:40:41.397Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:40:41.399Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:40:41.400Z||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. 2023-01-01T07:40:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:40:50.950Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:40:50.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:41:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:41:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T07:41:41.397Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:41:41.399Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:41:41.400Z||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. 2023-01-01T07:41:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:41:50.947Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:41:50.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:42:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:42:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T07:42:41.397Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:42:41.399Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:42:41.400Z|d80016be-aca6-4991-90b5-27bcc82100a5|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. 2023-01-01T07:42:41.400Z|d80016be-aca6-4991-90b5-27bcc82100a5|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:42:50.972Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:42:50.972Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:43:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:43:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T07:43:41.397Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:43:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:43:41.400Z||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. 2023-01-01T07:43:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:43:50.944Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:43:50.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:44:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:44:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T07:44:41.397Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:44:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:44:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T07:44:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:44:50.942Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:44:50.942Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:45:41.397Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:45:41.399Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T07:45:41.399Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:45:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:45:41.400Z||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. 2023-01-01T07:45:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:45:50.956Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:45:50.961Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:46:41.396Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:46:41.396Z||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. 2023-01-01T07:46:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:46:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:46:41.399Z||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. 2023-01-01T07:46:41.399Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:46:50.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:46:50.948Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:47:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:47:41.397Z||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. 2023-01-01T07:47:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:47:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:47:41.400Z||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. 2023-01-01T07:47:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:47:50.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:47:50.957Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:48:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:48:41.396Z||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. 2023-01-01T07:48:41.396Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:48:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:48:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T07:48:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:48:50.953Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:48:50.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:49:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:49:41.396Z||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. 2023-01-01T07:49:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:49:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:49:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T07:49:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:49:50.943Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:49:50.945Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:50:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:50:41.397Z||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. 2023-01-01T07:50:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:50:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:50:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T07:50:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:50:50.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:50:50.947Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:51:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:51:41.396Z||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. 2023-01-01T07:51:41.396Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:51:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:51:41.400Z||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. 2023-01-01T07:51:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:51:50.956Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:51:50.958Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:52:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:52:41.397Z||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. 2023-01-01T07:52:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:52:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:52:41.399Z||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. 2023-01-01T07:52:41.399Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:52:50.946Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:52:50.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:53:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:53:41.397Z||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. 2023-01-01T07:53:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:53:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:53:41.399Z||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. 2023-01-01T07:53:41.399Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:53:50.943Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:53:50.943Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:54:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:54:41.397Z||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. 2023-01-01T07:54:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:54:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:54:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T07:54:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:54:50.952Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:54:50.952Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:55:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:55:41.397Z||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. 2023-01-01T07:55:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:55:41.399Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:55:41.399Z||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. 2023-01-01T07:55:41.399Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:55:50.945Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:55:50.952Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:56:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:56:41.397Z||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. 2023-01-01T07:56:41.398Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:56:41.399Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:56:41.399Z||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. 2023-01-01T07:56:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:56:50.944Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:56:50.944Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:57:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:57:41.397Z||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. 2023-01-01T07:57:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:57:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:57:41.400Z||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. 2023-01-01T07:57:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:57:50.954Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:57:50.954Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:58:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:58:41.397Z||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. 2023-01-01T07:58:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:58:41.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:58:41.400Z||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. 2023-01-01T07:58:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:58:50.943Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:58:50.943Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:59:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:59:41.396Z||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. 2023-01-01T07:59:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:59:41.399Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T07:59:41.400Z|d80016be-aca6-4991-90b5-27bcc82100a5|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. 2023-01-01T07:59:41.400Z|d80016be-aca6-4991-90b5-27bcc82100a5|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T07:59:50.954Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T07:59:50.967Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:00:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:00:41.397Z||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. 2023-01-01T08:00:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:00:41.399Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:00:41.402Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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. 2023-01-01T08:00:41.403Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:00:50.944Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:00:50.969Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:01:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:01:41.397Z||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. 2023-01-01T08:01:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:01:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:01:41.399Z||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. 2023-01-01T08:01:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:01:50.969Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:01:50.970Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:02:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:02:41.396Z||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. 2023-01-01T08:02:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:02:41.399Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:02:41.400Z||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. 2023-01-01T08:02:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:02:50.967Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:02:50.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:03:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:03:41.396Z||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. 2023-01-01T08:03:41.396Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:03:41.399Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:03:41.400Z||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. 2023-01-01T08:03:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:03:50.958Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:03:50.959Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:04:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:04:41.397Z||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. 2023-01-01T08:04:41.397Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:04:41.399Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:04:41.399Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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. 2023-01-01T08:04:41.399Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:04:50.968Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:04:50.968Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:05:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:05:41.397Z||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. 2023-01-01T08:05:41.397Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:05:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:05:41.399Z||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. 2023-01-01T08:05:41.399Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:05:50.956Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:05:50.958Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:06:41.396Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:06:41.397Z||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. 2023-01-01T08:06:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:06:41.399Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:06:41.400Z||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. 2023-01-01T08:06:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:06:50.958Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:06:50.981Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:07:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:07:41.396Z||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. 2023-01-01T08:07:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:07:41.399Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:07:41.400Z||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. 2023-01-01T08:07:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:07:50.965Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:07:50.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:08:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:08:41.397Z||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. 2023-01-01T08:08:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:08:41.399Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:08:41.400Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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. 2023-01-01T08:08:41.400Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:08:50.963Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:08:50.963Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:09:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:09:41.396Z||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. 2023-01-01T08:09:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:09:41.399Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:09:41.399Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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. 2023-01-01T08:09:41.399Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:09:50.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:09:50.970Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:10:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:10:41.396Z||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. 2023-01-01T08:10:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:10:41.399Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:10:41.400Z||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. 2023-01-01T08:10:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:10:50.966Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:10:50.966Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:11:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:11:41.397Z||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. 2023-01-01T08:11:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:11:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:11:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T08:11:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:11:50.960Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:11:50.960Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:12:41.396Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:12:41.397Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T08:12:41.397Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:12:41.399Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:12:41.399Z||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. 2023-01-01T08:12:41.399Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:12:50.955Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:12:50.955Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:13:41.396Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:13:41.397Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T08:13:41.397Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:13:41.399Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:13:41.400Z|d80016be-aca6-4991-90b5-27bcc82100a5|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. 2023-01-01T08:13:41.400Z|d80016be-aca6-4991-90b5-27bcc82100a5|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:13:50.953Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:13:50.953Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:14:41.396Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:14:41.397Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T08:14:41.397Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:14:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:14:41.400Z||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. 2023-01-01T08:14:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:14:50.977Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:14:50.981Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:15:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:15:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T08:15:41.397Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:15:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:15:41.404Z||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. 2023-01-01T08:15:41.404Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:15:50.959Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:15:50.980Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:16:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:16:41.397Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T08:16:41.397Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:16:41.401Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:16:41.402Z||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. 2023-01-01T08:16:41.402Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:16:50.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:16:50.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:17:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:17:41.398Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T08:17:41.398Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:17:41.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:17:41.400Z||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. 2023-01-01T08:17:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:17:50.943Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:17:50.943Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:18:41.396Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:18:41.397Z||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. 2023-01-01T08:18:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:18:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:18:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T08:18:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:18:50.989Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:18:50.989Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:19:41.396Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:19:41.397Z||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. 2023-01-01T08:19:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:19:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:19:41.399Z||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. 2023-01-01T08:19:41.399Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:19:50.945Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:19:50.945Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:20:41.396Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:20:41.397Z||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. 2023-01-01T08:20:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:20:41.399Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:20:41.400Z||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. 2023-01-01T08:20:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:20:50.949Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:20:50.948Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:21:41.396Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:21:41.397Z||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. 2023-01-01T08:21:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:21:41.399Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:21:41.400Z||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. 2023-01-01T08:21:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:21:50.945Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:21:50.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:22:41.396Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:22:41.397Z||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. 2023-01-01T08:22:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:22:41.399Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:22:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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. 2023-01-01T08:22:41.400Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:22:50.965Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:22:50.966Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:23:41.396Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:23:41.397Z||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. 2023-01-01T08:23:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:23:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:23:41.400Z||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. 2023-01-01T08:23:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:23:50.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:23:50.949Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:24:41.396Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:24:41.396Z||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. 2023-01-01T08:24:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:24:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:24:41.399Z||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. 2023-01-01T08:24:41.399Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:24:50.942Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:24:50.942Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:25:41.396Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:25:41.396Z||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. 2023-01-01T08:25:41.396Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:25:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:25:41.400Z||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. 2023-01-01T08:25:41.401Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:25:50.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:25:50.993Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:26:41.396Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:26:41.397Z||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. 2023-01-01T08:26:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:26:41.399Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:26:41.399Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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. 2023-01-01T08:26:41.400Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:26:50.938Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:26:50.948Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:27:41.396Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:27:41.397Z||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. 2023-01-01T08:27:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:27:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:27:41.400Z||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. 2023-01-01T08:27:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:27:50.987Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:27:50.988Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:28:41.396Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:28:41.397Z||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. 2023-01-01T08:28:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:28:41.399Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:28:41.400Z|d80016be-aca6-4991-90b5-27bcc82100a5|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. 2023-01-01T08:28:41.400Z|d80016be-aca6-4991-90b5-27bcc82100a5|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:28:50.948Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:28:50.950Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:29:41.396Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:29:41.398Z||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. 2023-01-01T08:29:41.398Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:29:41.399Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:29:41.399Z|d80016be-aca6-4991-90b5-27bcc82100a5|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. 2023-01-01T08:29:41.399Z|d80016be-aca6-4991-90b5-27bcc82100a5|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:29:50.945Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:29:50.945Z|d80016be-aca6-4991-90b5-27bcc82100a5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:30:41.396Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:30:41.397Z||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. 2023-01-01T08:30:41.398Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:30:41.401Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:30:41.402Z||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. 2023-01-01T08:30:41.402Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:30:50.951Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:30:50.952Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:31:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:31:41.397Z||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. 2023-01-01T08:31:41.397Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:31:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:31:41.400Z||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. 2023-01-01T08:31:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:31:50.944Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:31:50.944Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:32:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:32:41.396Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T08:32:41.396Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:32:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:32:41.400Z||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. 2023-01-01T08:32:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:32:50.941Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:32:50.943Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:33:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:33:41.397Z||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. 2023-01-01T08:33:41.397Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:33:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:33:41.399Z||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. 2023-01-01T08:33:41.399Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:33:50.945Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:33:50.945Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:34:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:34:41.397Z||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. 2023-01-01T08:34:41.397Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:34:41.399Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:34:41.399Z||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. 2023-01-01T08:34:41.399Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:34:50.940Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:34:50.943Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:35:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:35:41.396Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T08:35:41.397Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:35:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:35:41.399Z||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. 2023-01-01T08:35:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:35:50.948Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:35:50.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:36:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:36:41.396Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-01T08:36:41.397Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:36:41.399Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:36:41.400Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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. 2023-01-01T08:36:41.400Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:36:50.947Z|20b0b8c5-187c-48a5-aab1-816fb024fca9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:36:50.947Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:37:41.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:37:41.397Z||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. 2023-01-01T08:37:41.397Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:37:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:37:41.399Z||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. 2023-01-01T08:37:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:37:50.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:37:50.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:38:41.396Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:38:41.397Z||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. 2023-01-01T08:38:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:38:41.400Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:38:41.400Z||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. 2023-01-01T08:38:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:38:50.964Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:38:50.965Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:39:41.396Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:39:41.397Z||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. 2023-01-01T08:39:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:39:41.399Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:39:41.400Z||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. 2023-01-01T08:39:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:39:50.941Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:39:50.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:40:41.396Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:40:41.397Z||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. 2023-01-01T08:40:41.397Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:40:41.399Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:40:41.400Z||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. 2023-01-01T08:40:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:40:50.965Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:40:50.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:41:41.396Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:41:41.397Z||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. 2023-01-01T08:41:41.398Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:41:41.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:41:41.400Z||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. 2023-01-01T08:41:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:41:50.944Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:41:50.947Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:42:41.396Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:42:41.396Z||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. 2023-01-01T08:42:41.396Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:42:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-01T08:42:41.399Z||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. 2023-01-01T08:42:41.400Z||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 Jb0Y5Usph5vTSZKw) ... 2023-01-01T08:42:50.945Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-01T08:42:50.949Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK