JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-09-30T03:27:51.207Z||main|||||INFO|500||The following profiles are active: basic 2022-09-30T03:28:06.386Z||main|||||INFO|500||Starting service [Tomcat] 2022-09-30T03:28:06.387Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-09-30T03:28:06.515Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-09-30T03:28:11.479Z||main|||||INFO|500||catdb-pool - Starting... 2022-09-30T03:28:11.916Z||main|||||INFO|500||catdb-pool - Start completed. 2022-09-30T03:28:12.426Z||main|||||INFO|500||reqdb-pool - Starting... 2022-09-30T03:28:12.437Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-09-30T03:28:12.545Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-09-30T03:28:12.778Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-09-30T03:28:13.362Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-09-30T03:28:15.384Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-09-30T03:28:17.826Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-09-30T03:28:17.888Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-09-30T03:28:18.511Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-09-30T03:28:18.729Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-09-30T03:28:20.022Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-09-30T03:28:21.266Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-09-30T03:28:21.288Z||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$$7b5c92.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-09-30T03:28:21.289Z||main|||||WARN|500||The sdc end point is not alive 2022-09-30T03:28:24.861Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-09-30T03:28:28.515Z||main|||||WARN|500||--- 2022-09-30T03:28:28.516Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-09-30T03:28:28.516Z||main|||||WARN|500||--- 2022-09-30T03:28:29.009Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-09-30T03:28:34.765Z||main|||||INFO|500||Started Application in 48.048 seconds (JVM running for 51.019) 2022-09-30T03:28:34.787Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-30T03:28:34.801Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-30T03:28:34.855Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-30T03:28:34.887Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-30T03:28:34.942Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ad45db24-7f71-4923-8780-2dda05df8a35 url= /sdc/v1/artifactTypes 2022-09-30T03:28:34.943Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-09-30T03:28:35.330Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-09-30T03:28:35.360Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-09-30T03:28:35.398Z||scheduling-1|||||DEBUG|500||create keys 2022-09-30T03:28:35.413Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-09-30T03:28:35.459Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:28:35.479Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ab62c4f2-c53f-4255-a68d-8a4603dcf55a url= /sdc/v1/registerForDistribution 2022-09-30T03:28:35.596Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ab62c4f2-c53f-4255-a68d-8a4603dcf55a url= /sdc/v1/registerForDistribution 2022-09-30T03:28:35.596Z||scheduling-1|||||INFO|500||start DistributionClient 2022-09-30T03:28:35.617Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:28:35.618Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:28:35.640Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-09-30T03:28:35.686Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:28:35.688Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:28:35.686Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:28:35.689Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:28:46.037Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:28:46.040Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:29:35.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:29:35.609Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:29:35.610Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:29:35.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:29:35.618Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:29:35.620Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:29:45.185Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:29:45.187Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:30:35.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:30:35.606Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:30:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:30:35.617Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:30:35.618Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:30:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:30:45.159Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:30:45.162Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:31:35.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:31:35.607Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:31:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:31:35.617Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:31:35.618Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:31:35.619Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:31:45.160Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:31:45.163Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:32:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:32:35.606Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:32:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:32:35.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:32:35.618Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:32:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:32:45.156Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:32:45.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:33:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:33:35.606Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:33:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:33:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:33:35.619Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:33:35.619Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:33:45.155Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:33:45.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:34:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:34:35.607Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:34:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:34:35.617Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:34:35.618Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:34:35.619Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:34:45.154Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:34:45.163Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:35:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:35:35.607Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:35:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:35:35.618Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:35:35.620Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:35:35.620Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:35:45.152Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:35:45.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:36:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:36:35.607Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:36:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:36:35.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:36:35.618Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:36:35.619Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:36:45.156Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:36:45.162Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:37:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:37:35.606Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:37:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:37:35.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:37:35.618Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:37:35.619Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:37:45.155Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:37:45.186Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:37:52.753Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-09-30T03:38:35.606Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:38:35.607Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:38:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:38:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:38:35.618Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:38:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:38:45.158Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:38:45.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:39:35.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:39:35.607Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:39:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:39:35.617Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:39:35.618Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:39:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:39:45.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:39:45.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:40:35.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:40:35.607Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:40:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:40:35.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:40:35.631Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:40:35.631Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:40:45.162Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:40:45.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:41:35.606Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:41:35.609Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:41:35.609Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:41:35.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:41:35.618Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:41:35.619Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:41:45.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:41:45.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:42:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:42:35.607Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:42:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:42:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:42:35.618Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:42:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:42:45.155Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:42:45.162Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:43:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:43:35.606Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:43:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:43:35.617Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:43:35.618Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:43:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:43:45.153Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:43:45.159Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:44:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:44:35.606Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:44:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:44:35.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:44:35.618Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:44:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:44:45.156Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:44:45.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:45:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:45:35.606Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:45:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:45:35.617Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:45:35.618Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:45:35.619Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:45:45.182Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:45:45.184Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:46:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:46:35.606Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:46:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:46:35.617Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:46:35.618Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:46:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:46:45.158Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:46:45.161Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:47:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:47:35.606Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:47:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:47:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:47:35.619Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:47:35.619Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:47:45.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:47:45.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:48:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:48:35.606Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:48:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:48:35.617Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:48:35.618Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:48:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:48:45.162Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:48:45.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:49:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:49:35.606Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:49:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:49:35.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:49:35.618Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:49:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:49:45.184Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:49:45.187Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:50:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:50:35.606Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:50:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:50:35.617Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:50:35.618Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:50:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:50:45.180Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:50:45.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:51:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:51:35.606Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:51:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:51:35.617Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:51:35.618Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:51:35.619Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:51:45.159Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:51:45.163Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:52:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:52:35.606Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:52:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:52:35.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:52:35.619Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:52:35.619Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:52:45.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:52:45.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:53:35.606Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:53:35.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:53:35.608Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:53:35.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:53:35.618Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:53:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:53:45.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:53:45.185Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:54:35.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:54:35.608Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:54:35.608Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:54:35.617Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:54:35.618Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:54:35.619Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:54:45.151Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:54:45.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:55:35.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:55:35.607Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:55:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:55:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:55:35.618Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:55:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:55:45.177Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:55:45.189Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:56:35.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:56:35.606Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:56:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:56:35.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:56:35.618Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:56:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:56:45.156Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:56:45.159Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:57:35.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:57:35.607Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:57:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:57:35.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:57:35.618Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:57:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:57:45.152Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:57:45.164Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:58:35.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:58:35.606Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:58:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:58:35.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:58:35.618Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:58:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:58:45.161Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:58:45.162Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:59:35.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:59:35.606Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:59:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:59:35.617Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T03:59:35.618Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T03:59:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T03:59:45.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T03:59:45.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:00:35.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:00:35.606Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:00:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:00:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:00:35.618Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:00:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:00:45.163Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:00:45.168Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:01:35.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:01:35.606Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:01:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:01:35.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:01:35.618Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:01:35.619Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:01:45.159Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:01:45.164Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:02:35.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:02:35.607Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:02:35.608Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:02:35.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:02:35.618Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:02:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:02:45.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:02:45.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:03:35.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:03:35.606Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:03:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:03:35.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:03:35.618Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:03:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:03:45.163Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:03:45.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:04:35.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:04:35.606Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:04:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:04:35.617Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:04:35.618Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:04:35.619Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:04:45.155Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:04:45.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:05:35.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:05:35.607Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:05:35.608Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:05:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:05:35.618Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:05:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:05:45.188Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:05:45.189Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:06:35.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:06:35.608Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:06:35.609Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:06:35.617Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:06:35.618Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:06:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:06:45.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:06:45.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:07:35.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:07:35.606Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:07:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:07:35.617Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:07:35.618Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:07:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:07:45.162Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:07:45.184Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:08:35.605Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:08:35.606Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:08:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:08:35.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:08:35.618Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:08:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:08:45.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:08:45.178Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:09:35.605Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:09:35.607Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:09:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:09:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:09:35.618Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:09:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:09:45.162Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:09:45.166Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:10:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:10:35.607Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:10:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:10:35.617Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:10:35.619Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:10:35.619Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:10:45.162Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:10:45.164Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:11:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:11:35.606Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:11:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:11:35.617Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:11:35.618Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:11:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:11:45.158Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:11:45.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:12:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:12:35.606Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:12:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:12:35.617Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:12:35.618Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:12:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:12:45.149Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:12:45.173Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:13:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:13:35.606Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:13:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:13:35.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:13:35.618Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:13:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:13:35.788Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:13:35.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "cds", "timestamp": 1664511188937, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "multicloud-k8s-id", "timestamp": 1664511185707, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "clamp", "timestamp": 1664511185148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "ves-openapi-manager", "timestamp": 1664511181791, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "aai-ml", "timestamp": 1664511188997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "cds", "timestamp": 1664511188937, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "ves-openapi-manager", "timestamp": 1664511181791, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "multicloud-k8s-id", "timestamp": 1664511185707, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:13:35.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "clamp", "timestamp": 1664511185148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:13:35.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "aai-ml", "timestamp": 1664511188997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.830Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "cds", "timestamp": 1664511188937, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.830Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "ves-openapi-manager", "timestamp": 1664511181791, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "multicloud-k8s-id", "timestamp": 1664511185707, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-30T04:13:35.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "clamp", "timestamp": 1664511185148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "aai-ml", "timestamp": 1664511188997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.833Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "policy-id", "timestamp": 1664511193128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "cds", "timestamp": 1664511188937, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "ves-openapi-manager", "timestamp": 1664511181791, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "clamp", "timestamp": 1664511185148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "multicloud-k8s-id", "timestamp": 1664511185707, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "aai-ml", "timestamp": 1664511188997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "policy-id", "timestamp": 1664511193128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664511194738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "ves-openapi-manager", "timestamp": 1664511181791, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "multicloud-k8s-id", "timestamp": 1664511185707, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-09-30T04:13:35.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "cds", "timestamp": 1664511188937, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "clamp", "timestamp": 1664511185148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "aai-ml", "timestamp": 1664511188997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "policy-id", "timestamp": 1664511193128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-30T04:13:35.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664511194738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "cds", "timestamp": 1664511188937, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "ves-openapi-manager", "timestamp": 1664511181791, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "clamp", "timestamp": 1664511185148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "multicloud-k8s-id", "timestamp": 1664511185707, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "aai-ml", "timestamp": 1664511188997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "policy-id", "timestamp": 1664511193128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664511194738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "cds", "timestamp": 1664511188937, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:13:35.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "clamp", "timestamp": 1664511185148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:13:35.847Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "ves-openapi-manager", "timestamp": 1664511181791, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.847Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "multicloud-k8s-id", "timestamp": 1664511185707, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:13:35.848Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "aai-ml", "timestamp": 1664511188997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:13:35.848Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "policy-id", "timestamp": 1664511193128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664511194738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "policy-id", "timestamp": 1664511193128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "multicloud-k8s-id", "timestamp": 1664511199183, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T04:13:35.851Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:13:35.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "cds", "timestamp": 1664511198951, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:13:35.851Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:13:35.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "aai-ml", "timestamp": 1664511198086, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:13:35.852Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:13:35.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664511194738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:35.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "policy-id", "timestamp": 1664511193128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:13:35.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:35.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "multicloud-k8s-id", "timestamp": 1664511200259, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T04:13:35.853Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:13:35.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:35.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "cds", "timestamp": 1664511200002, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:13:36.058Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5ccabb7e-a7f7-4a18-8be2-403cc033a53a 2022-09-30T04:13:36.078Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ccabb7e-a7f7-4a18-8be2-403cc033a53a and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:13:36.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:36.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664511194738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:36.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:36.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:36.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "policy-id", "timestamp": 1664511200981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:13:36.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:13:36.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:36.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "multicloud-k8s-id", "timestamp": 1664511201324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-09-30T04:13:36.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:13:36.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:36.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664511194738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:13:36.104Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:13:36.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:36.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "policy-id", "timestamp": 1664511201995, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:13:36.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:13:36.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:36.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "multicloud-k8s-id", "timestamp": 1664511202399, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:13:36.120Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ccabb7e-a7f7-4a18-8be2-403cc033a53a 2022-09-30T04:13:36.121Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ccabb7e-a7f7-4a18-8be2-403cc033a53a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:13:36.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:36.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664511202584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:13:36.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:13:36.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:36.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "policy-id", "timestamp": 1664511203003, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:13:36.137Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ccabb7e-a7f7-4a18-8be2-403cc033a53a 2022-09-30T04:13:36.137Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ccabb7e-a7f7-4a18-8be2-403cc033a53a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-09-30T04:13:36.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:36.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "multicloud-k8s-id", "timestamp": 1664511203407, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T04:13:36.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:13:36.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:36.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664511208069, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:13:36.150Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:13:36.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:36.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "clamp", "timestamp": 1664511209059, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:13:36.151Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:13:36.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:36.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664511209079, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:13:36.156Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5ccabb7e-a7f7-4a18-8be2-403cc033a53a 2022-09-30T04:13:36.157Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ccabb7e-a7f7-4a18-8be2-403cc033a53a and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:13:36.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:36.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "clamp", "timestamp": 1664511211064, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:13:36.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:13:36.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:13:36.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "clamp", "timestamp": 1664511212070, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:13:36.172Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5ccabb7e-a7f7-4a18-8be2-403cc033a53a 2022-09-30T04:13:36.173Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ccabb7e-a7f7-4a18-8be2-403cc033a53a and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:13:36.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:13:36.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T04:13:36.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5ccabb7e-a7f7-4a18-8be2-403cc033a53a","serviceName":"vFW 2022-09-30 04-12-15","serviceVersion":"1.0","serviceUUID":"d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94","serviceDescription":"catalog service description","serviceInvariantUUID":"cbaad591-fdba-4aa0-8d55-fa65a6c99eac","resources":[{"resourceInstanceName":"vFW 7b9992fe-c03b 0","resourceName":"vFW 7b9992fe-c03b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cc47fc62-99b5-4480-bd62-5f7c45a652d1","resourceInvariantUUID":"ec99b563-5ff6-4009-a6b8-99a23dce426e","resourceCustomizationUUID":"91628b63-8f14-47a7-9f16-554c6a43d301","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vf-license-model.xml","artifactChecksum":"NzNiMjY3YTJlNjg0NmVkN2U2ZDBlOGMzYjUxMGMzODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56041255-cf62-4d5a-88be-5db7c325c766","artifactVersion":"1"},{"artifactName":"vfw7b9992fec03b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json","artifactChecksum":"ZTdkMjZiZWIxNmZiOWQwNzhhYzgzNDFlYTU0ZmIxYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"80fa0d59-c946-444d-b82f-c52f8e0da60d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"eba62074-6757-4165-a648-3c94ba31de34","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vendor-license-model.xml","artifactChecksum":"Yzc1MzEzNmY5MDFkODcxMjMxMDE3YTFlYTQ2NTZmMzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8326aed6-9060-4218-a59c-1774ab3cba96","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"68d65cda-e44c-419e-9177-503b228a7211","artifactVersion":"2","generatedFromUUID":"eba62074-6757-4165-a648-3c94ba31de34"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220930041215-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-template.yml","artifactChecksum":"YWJhZmQ3ZjM3MjNmZTRhZjRhY2E1NTc1MTVhZDg0ZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d59e57f6-00d3-4bcc-af44-f587d91e331d","artifactVersion":"1"},{"artifactName":"service-Vfw20220930041215-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar","artifactChecksum":"ZWY1NmZlNjY0Yjg1MmY3Mjk4YjJmZjk4ZDQyYjgzMmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3bb9a98-aa3b-4cd2-80a4-5060215fec12","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T04:13:36.245Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:13:36.251Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:13:36.263Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:13:36.263Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511215605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:36.363Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-09-30T04:13:36.368Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:13:36.369Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:13:36.384Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:13:36.385Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:13:37.272Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:13:37.273Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:13:37.275Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:13:37.275Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511215605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:13:37.375Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:13:37.376Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:13:37.376Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:13:37.391Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:13:37.391Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:13:38.275Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:13:38.277Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:13:38.280Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:13:38.280Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511215605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-30T04:13:38.380Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:13:38.381Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:13:38.381Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:13:38.397Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:13:38.398Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:13:39.280Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:13:39.281Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:13:39.283Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:13:39.283Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511215605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:39.384Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:13:39.385Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:13:39.385Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:13:39.401Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:13:39.403Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:13:40.286Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:13:40.287Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:13:40.290Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:13:40.290Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511215605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-09-30T04:13:40.390Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:13:40.391Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:13:40.391Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:13:40.406Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:13:40.406Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:13:41.291Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:13:41.292Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:13:41.294Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:13:41.294Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511215605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:13:41.395Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T04:13:41.396Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:13:41.396Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:13:41.412Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:13:41.412Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:13:42.295Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:13:42.296Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:13:42.298Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:13:42.298Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511215605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:13:42.398Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:13:42.399Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:13:42.399Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:13:42.419Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:13:42.420Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:13:43.300Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "serviceName": "vFW 2022-09-30 04-12-15", "serviceVersion": "1.0", "serviceUUID": "d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94", "serviceDescription": "catalog service description", "serviceInvariantUUID": "cbaad591-fdba-4aa0-8d55-fa65a6c99eac", "resources": [ { "resourceInstanceName": "vFW 7b9992fe-c03b 0", "resourceCustomizationUUID": "91628b63-8f14-47a7-9f16-554c6a43d301", "resourceName": "vFW 7b9992fe-c03b", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cc47fc62-99b5-4480-bd62-5f7c45a652d1", "resourceInvariantUUID": "ec99b563-5ff6-4009-a6b8-99a23dce426e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw7b9992fec03b0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json", "artifactChecksum": "ZTdkMjZiZWIxNmZiOWQwNzhhYzgzNDFlYTU0ZmIxYTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "80fa0d59-c946-444d-b82f-c52f8e0da60d", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "eba62074-6757-4165-a648-3c94ba31de34", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "68d65cda-e44c-419e-9177-503b228a7211", "generatedFromUUID": "eba62074-6757-4165-a648-3c94ba31de34" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "68d65cda-e44c-419e-9177-503b228a7211", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220930041215-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "artifactChecksum": "ZWY1NmZlNjY0Yjg1MmY3Mjk4YjJmZjk4ZDQyYjgzMmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c3bb9a98-aa3b-4cd2-80a4-5060215fec12" } ], "workloadContext": "Production" } 2022-09-30T04:13:43.302Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T04:13:43.302Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94 ASDC 2022-09-30T04:13:43.422Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:5ccabb7e-a7f7-4a18-8be2-403cc033a53a ServiceName:vFW 2022-09-30 04-12-15 ServiceVersion:1.0 ServiceUUID:d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94 ServiceInvariantUUID:cbaad591-fdba-4aa0-8d55-fa65a6c99eac ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220930041215-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar ArtifactUUID:c3bb9a98-aa3b-4cd2-80a4-5060215fec12 ArtifactChecksum:ZWY1NmZlNjY0Yjg1MmY3Mjk4YjJmZjk4ZDQyYjgzMmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7b9992fe-c03b 0 ResourceCustomizationUUID:91628b63-8f14-47a7-9f16-554c6a43d301 ResourceInvariantUUID:ec99b563-5ff6-4009-a6b8-99a23dce426e ResourceName:vFW 7b9992fe-c03b ResourceType:VF ResourceUUID:cc47fc62-99b5-4480-bd62-5f7c45a652d1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw7b9992fec03b0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json ArtifactUUID:80fa0d59-c946-444d-b82f-c52f8e0da60d ArtifactChecksum:ZTdkMjZiZWIxNmZiOWQwNzhhYzgzNDFlYTU0ZmIxYTA= 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/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml ArtifactUUID:eba62074-6757-4165-a648-3c94ba31de34 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/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env ArtifactUUID:68d65cda-e44c-419e-9177-503b228a7211 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/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env ArtifactUUID:68d65cda-e44c-419e-9177-503b228a7211 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-30T04:13:43.424Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T04:13:43.479Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T04:13:43.480Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-09-30T04:13:43.481Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-09-30T04:13:43.481Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c3bb9a98-aa3b-4cd2-80a4-5060215fec12 from URL: /sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar 2022-09-30T04:13:43.481Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-09-30T04:13:43.483Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar 2022-09-30T04:13:43.628Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-09-30T04:13:43.647Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar c3bb9a98-aa3b-4cd2-80a4-5060215fec12 99017 2022-09-30T04:13:43.649Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar ASDC sendASDCNotification 2022-09-30T04:13:43.649Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar 2022-09-30T04:13:43.651Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:13:43.652Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:13:43.654Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:13:43.654Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511223648, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:13:43.755Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T04:13:43.756Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:13:43.756Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:13:43.771Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:13:43.771Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:13:44.655Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T04:13:44.656Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-09-30T04:13:44.656Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c3bb9a98-aa3b-4cd2-80a4-5060215fec12, URL: /sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar to file: /app/ASDC/1/service-Vfw20220930041215-csar.csar 2022-09-30T04:13:44.657Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220930041215-csar.csar 2022-09-30T04:13:44.746Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220930041215-csar.csar 2022-09-30T04:13:44.746Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220930041215-csar.csar 2022-09-30T04:13:45.521Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13622700274374046900/Definitions/service-Vfw20220930041215-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-09-30T04:13:48.562Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T04:13:48.567Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-09-30T04:13:48.567Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220930041215-csar.csar 2022-09-30T04:13:48.567Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-09-30T04:13:48.567Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220930041215-csar.csar 2022-09-30T04:13:48.568Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220930041215-csar.csar 2022-09-30T04:13:48.568Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7b9992fe-c03b 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220930041215-csar.csar 2022-09-30T04:13:48.568Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||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-Vfw20220930041215-csar.csar 2022-09-30T04:13:48.568Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220930041215-csar.csar 2022-09-30T04:13:48.568Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220930041215-csar.csar 2022-09-30T04:13:48.568Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220930041215-csar.csar 2022-09-30T04:13:48.568Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||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-Vfw20220930041215-csar.csar 2022-09-30T04:13:48.569Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220930041215-csar.csar 2022-09-30T04:13:48.569Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220930041215-csar.csar 2022-09-30T04:13:48.569Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||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-Vfw20220930041215-csar.csar 2022-09-30T04:13:48.569Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220930041215-csar.csar 2022-09-30T04:13:48.569Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||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-Vfw20220930041215-csar.csar 2022-09-30T04:13:48.569Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-09-30T04:13:48.576Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:48.577Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:13:48.581Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is matching search criteria 2022-09-30T04:13:48.581Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-09-30T04:13:48.583Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b9992fe-c03b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T04:13:48.585Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:48.585Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:13:48.585Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is matching search criteria 2022-09-30T04:13:48.585Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-09-30T04:13:48.585Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b9992fe-c03b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T04:13:48.586Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:48.586Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:13:48.589Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:48.589Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is not matching search criteria 2022-09-30T04:13:48.590Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-30T04:13:48.590Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-30T04:13:48.590Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-30T04:13:48.590Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-30T04:13:48.590Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-30T04:13:48.590Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-30T04:13:48.590Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-30T04:13:48.591Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-30T04:13:48.591Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-30T04:13:48.591Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-30T04:13:48.591Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-30T04:13:48.591Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-30T04:13:48.591Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-30T04:13:48.592Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-30T04:13:48.592Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-30T04:13:48.592Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-30T04:13:48.592Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:48.592Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T04:13:48.593Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:48.594Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is matching search criteria 2022-09-30T04:13:48.594Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b9992fe-c03b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:13:48.594Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:48.594Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is matching search criteria 2022-09-30T04:13:48.595Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b9992fe-c03b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:13:48.595Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:48.595Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is matching search criteria 2022-09-30T04:13:48.595Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b9992fe-c03b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:13:48.595Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:48.596Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is not matching search criteria 2022-09-30T04:13:48.596Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-30T04:13:48.596Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-09-30T04:13:48.596Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-30T04:13:48.596Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-30T04:13:48.596Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-30T04:13:48.596Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-30T04:13:48.597Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-30T04:13:48.597Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-30T04:13:48.597Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-30T04:13:48.597Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-30T04:13:48.597Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-30T04:13:48.597Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2d48236e-0197-4b69-a17d-59d2154cbabf 2022-09-30T04:13:48.598Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:48.598Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is not matching search criteria 2022-09-30T04:13:48.598Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-30T04:13:48.598Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-30T04:13:48.598Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-30T04:13:48.599Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-30T04:13:48.599Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-30T04:13:48.599Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-30T04:13:48.599Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-30T04:13:48.599Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-09-30T04:13:48.599Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-30T04:13:48.599Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-30T04:13:48.600Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-30T04:13:48.600Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-30T04:13:48.600Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8d9deda8-c6e9-4ac1-a26a-f4a517a309cd 2022-09-30T04:13:48.600Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:48.600Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is not matching search criteria 2022-09-30T04:13:48.601Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-30T04:13:48.601Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-30T04:13:48.601Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-30T04:13:48.601Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-30T04:13:48.601Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-30T04:13:48.601Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-30T04:13:48.602Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-30T04:13:48.602Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-30T04:13:48.602Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-30T04:13:48.602Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-30T04:13:48.602Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-30T04:13:48.602Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-09-30T04:13:48.602Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c30b80d0-38c8-4f4a-b93e-bd45eb2caa20 2022-09-30T04:13:48.603Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:48.603Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:13:48.603Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:48.603Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:13:48.603Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:48.604Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:13:48.604Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:48.604Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:13:48.604Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-09-30 04-12-15 Description:catalog service description Model UUID:d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94 Model Version:NULL Model InvariantUuid:cbaad591-fdba-4aa0-8d55-fa65a6c99eac Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7b9992fe-c03b Model UUID:322431c8-5cf5-45cf-b6bf-82123dd8703d Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:ec99b563-5ff6-4009-a6b8-99a23dce426e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:91628b63-8f14-47a7-9f16-554c6a43d301 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b7e141bf-a9dd-4b8e-a99e-15b50e763c9f ModelName:Vfw7b9992feC03b..base_vfw..module-0 ModelUuid:b257ea1e-890a-41b2-8846-b71b67689467 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2d48236e-0197-4b69-a17d-59d2154cbabf ModelInvariantUuid:df75660a-580e-4bec-a615-eacb0cd84b3d ModelName:vFW 7b9992fe-c03b-nodes.vfwCvfc ModelUuid:1f5aee54-d093-4ccd-a178-765711e9a3c4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:acaff0ea-d450-484e-a146-db3070df9549 ModelInvariantUuid:bc95a21f-a78e-42f1-bdeb-fb5df7ed27b8 ModelName:Vfw7b9992feC03b.compute.nodes.heat.vfw ModelUuid:506e5138-b4c6-466a-a267-d2e1142f031d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8d9deda8-c6e9-4ac1-a26a-f4a517a309cd ModelInvariantUuid:13fc8c41-7d9c-4099-9123-7babdebec625 ModelName:vFW 7b9992fe-c03b-nodes.vsnCvfc ModelUuid:40c61b9b-6c8e-4dbf-879e-d56f4670176e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:8f4781d7-1a80-4bb8-b862-6011086bbf04 ModelInvariantUuid:62576f25-eca6-4eee-8067-429b15cabff6 ModelName:Vfw7b9992feC03b.compute.nodes.heat.vsn ModelUuid:bbe368d5-1d90-4d7f-af24-16b749129ea3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c30b80d0-38c8-4f4a-b93e-bd45eb2caa20 ModelInvariantUuid:685b7f59-c1a0-407f-ad95-56df1d685738 ModelName:vFW 7b9992fe-c03b-nodes.vpgCvfc ModelUuid:7b8fed6d-7cb5-4123-a89b-ec2aa5198231 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:e1e7a8ea-dcec-4bdb-9bed-95376d4b05c2 ModelInvariantUuid:0cedffdd-484d-42c9-bf88-d245733493fd ModelName:Vfw7b9992feC03b.compute.nodes.heat.vpg ModelUuid:b9b7d357-d2bd-4cb3-b56c-6d363b3b5714 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-09-30T04:13:48.615Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: cc47fc62-99b5-4480-bd62-5f7c45a652d1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:13:48.703Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||vFW 7b9992fe-c03b 0 2022-09-30T04:13:48.710Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cc47fc62-99b5-4480-bd62-5f7c45a652d1 2022-09-30T04:13:48.710Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 80fa0d59-c946-444d-b82f-c52f8e0da60d from URL: /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json 2022-09-30T04:13:48.710Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-09-30T04:13:48.710Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json 2022-09-30T04:13:48.787Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-09-30T04:13:48.788Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json 80fa0d59-c946-444d-b82f-c52f8e0da60d 785 2022-09-30T04:13:48.788Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json ASDC sendASDCNotification 2022-09-30T04:13:48.788Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json 2022-09-30T04:13:48.788Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:13:48.789Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:13:48.792Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:13:48.792Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511228788, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T04:13:48.892Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:13:48.893Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:13:48.894Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:13:48.909Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:13:48.910Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:13:49.793Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7b9992feC03b..base_vfw..module-0", "vfModuleModelInvariantUUID": "b7e141bf-a9dd-4b8e-a99e-15b50e763c9f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b257ea1e-890a-41b2-8846-b71b67689467", "vfModuleModelCustomizationUUID": "387c4789-bb09-4666-be1d-d3d303b0b9b9", "isBase": true, "artifacts": [ "eba62074-6757-4165-a648-3c94ba31de34", "68d65cda-e44c-419e-9177-503b228a7211" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-09-30T04:13:49.807Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7b9992feC03b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b257ea1e-890a-41b2-8846-b71b67689467 VfModuleModelInvariantUUID:b7e141bf-a9dd-4b8e-a99e-15b50e763c9f VfModuleModelDescription:NULL Artifacts UUID List:{ eba62074-6757-4165-a648-3c94ba31de34 , 68d65cda-e44c-419e-9177-503b228a7211 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-09-30T04:13:49.810Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7b9992feC03b..base_vfw..module-0", "vfModuleModelInvariantUUID": "b7e141bf-a9dd-4b8e-a99e-15b50e763c9f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b257ea1e-890a-41b2-8846-b71b67689467", "vfModuleModelCustomizationUUID": "387c4789-bb09-4666-be1d-d3d303b0b9b9", "isBase": true, "artifacts": [ "eba62074-6757-4165-a648-3c94ba31de34", "68d65cda-e44c-419e-9177-503b228a7211" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-09-30T04:13:49.810Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7b9992feC03b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b257ea1e-890a-41b2-8846-b71b67689467 VfModuleModelInvariantUUID:b7e141bf-a9dd-4b8e-a99e-15b50e763c9f VfModuleModelDescription:NULL Artifacts UUID List:{ eba62074-6757-4165-a648-3c94ba31de34 , 68d65cda-e44c-419e-9177-503b228a7211 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-09-30T04:13:49.810Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: eba62074-6757-4165-a648-3c94ba31de34 from URL: /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml 2022-09-30T04:13:49.810Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-09-30T04:13:49.810Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml 2022-09-30T04:13:49.876Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-09-30T04:13:49.877Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml eba62074-6757-4165-a648-3c94ba31de34 20368 2022-09-30T04:13:49.877Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-09-30T04:13:49.877Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml 2022-09-30T04:13:49.877Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:13:49.878Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:13:49.879Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:13:49.879Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511229877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T04:13:49.980Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:13:49.981Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:13:49.981Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:13:49.995Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:13:49.996Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:13:50.880Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 68d65cda-e44c-419e-9177-503b228a7211 from URL: /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env 2022-09-30T04:13:50.881Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-09-30T04:13:50.881Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env 2022-09-30T04:13:50.952Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-09-30T04:13:50.952Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env 68d65cda-e44c-419e-9177-503b228a7211 2098 2022-09-30T04:13:50.953Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-09-30T04:13:50.953Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env 2022-09-30T04:13:50.953Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:13:50.953Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:13:50.956Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:13:50.956Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511230953, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-09-30T04:13:51.056Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:13:51.058Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:13:51.058Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:13:51.080Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:13:51.081Z||pool-13-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:13:51.957Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94 2022-09-30T04:13:51.957Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7b9992fe-c03b 0 cc47fc62-99b5-4480-bd62-5f7c45a652d1 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:13:51.992Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3dc1cfa2, org.onap.sdc.toscaparser.api.parameters.Input@51603642, org.onap.sdc.toscaparser.api.parameters.Input@5a58ea49, org.onap.sdc.toscaparser.api.parameters.Input@32d14f34, org.onap.sdc.toscaparser.api.parameters.Input@15e2a13] 2022-09-30T04:13:51.995Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:51.995Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:13:51.996Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-09-30T04:13:51.996Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 91628b63-8f14-47a7-9f16-554c6a43d301 2022-09-30T04:13:51.996Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 91628b63-8f14-47a7-9f16-554c6a43d301 matches Tosca VF Customization UUID: 91628b63-8f14-47a7-9f16-554c6a43d301 2022-09-30T04:13:51.996Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 91628b63-8f14-47a7-9f16-554c6a43d301 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-09-30T04:13:52.003Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:52.003Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:13:52.005Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 91628b63-8f14-47a7-9f16-554c6a43d301: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-09-30T04:13:52.005Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a88e545 2022-09-30T04:13:52.005Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:52.005Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T04:13:52.006Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 387c4789-bb09-4666-be1d-d3d303b0b9b9 2022-09-30T04:13:52.007Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 387c4789-bb09-4666-be1d-d3d303b0b9b9 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-09-30T04:13:52.014Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:52.015Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is matching search criteria 2022-09-30T04:13:52.015Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b9992fe-c03b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:13:52.015Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:52.016Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is matching search criteria 2022-09-30T04:13:52.016Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b9992fe-c03b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:13:52.016Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:52.016Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is not matching search criteria 2022-09-30T04:13:52.016Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-30T04:13:52.017Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-09-30T04:13:52.017Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-30T04:13:52.017Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-30T04:13:52.017Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-30T04:13:52.017Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-30T04:13:52.018Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-30T04:13:52.018Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-30T04:13:52.018Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-30T04:13:52.018Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-30T04:13:52.018Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-30T04:13:52.018Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2d48236e-0197-4b69-a17d-59d2154cbabf Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-09-30T04:13:52.027Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:52.027Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is matching search criteria 2022-09-30T04:13:52.027Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b9992fe-c03b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:13:52.027Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:52.028Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is not matching search criteria 2022-09-30T04:13:52.028Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-30T04:13:52.028Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-30T04:13:52.028Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-30T04:13:52.028Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-30T04:13:52.029Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-30T04:13:52.029Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-30T04:13:52.029Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-30T04:13:52.029Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-09-30T04:13:52.029Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-30T04:13:52.030Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-30T04:13:52.030Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-30T04:13:52.030Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-30T04:13:52.030Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8d9deda8-c6e9-4ac1-a26a-f4a517a309cd Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-09-30T04:13:52.033Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:52.033Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is matching search criteria 2022-09-30T04:13:52.033Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b9992fe-c03b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:13:52.036Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:52.036Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is not matching search criteria 2022-09-30T04:13:52.036Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-30T04:13:52.036Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-30T04:13:52.037Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-30T04:13:52.037Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-30T04:13:52.037Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-30T04:13:52.037Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-30T04:13:52.038Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-30T04:13:52.038Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-30T04:13:52.038Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-30T04:13:52.038Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-30T04:13:52.039Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-30T04:13:52.039Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-09-30T04:13:52.039Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c30b80d0-38c8-4f4a-b93e-bd45eb2caa20 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-09-30T04:13:52.043Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:52.043Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is matching search criteria 2022-09-30T04:13:52.043Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b9992fe-c03b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:13:52.043Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:52.043Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is matching search criteria 2022-09-30T04:13:52.044Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b9992fe-c03b 0] matching following query criteria: sdcType=VF, customizationUUID=91628b63-8f14-47a7-9f16-554c6a43d301 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:13:52.046Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:52.047Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:13:52.047Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94: vFW 7b9992fe-c03b 2022-09-30T04:13:52.047Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:52.048Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:13:52.048Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:52.048Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:13:52.048Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:52.049Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:13:52.049Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:52.049Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:13:52.049Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:13:52.049Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:13:52.050Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-09-30 04-12-15 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:13:52.367Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7b9992fe-c03b cc47fc62-99b5-4480-bd62-5f7c45a652d1 1 ASDC deployResourceStructure 2022-09-30T04:13:52.368Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json ASDC sendASDCNotification 2022-09-30T04:13:52.368Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json 2022-09-30T04:13:52.368Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:13:52.369Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:13:52.371Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:13:52.371Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511232368, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T04:13:52.472Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:13:52.473Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:13:52.473Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:13:52.490Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:13:52.490Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:13:53.373Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-09-30T04:13:53.374Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml 2022-09-30T04:13:53.374Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:13:53.374Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:13:53.376Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:13:53.376Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511233373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-09-30T04:13:53.477Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:13:53.478Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:13:53.478Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:13:53.492Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:13:53.492Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:13:54.378Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-09-30T04:13:54.378Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env 2022-09-30T04:13:54.378Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:13:54.379Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:13:54.381Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:13:54.381Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511234378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-09-30T04:13:54.481Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T04:13:54.482Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:13:54.482Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:13:54.499Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:13:54.500Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:13:55.383Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar ASDC sendASDCNotification 2022-09-30T04:13:55.384Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar 2022-09-30T04:13:55.384Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:13:55.384Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:13:55.387Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:13:55.387Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511235383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:13:55.487Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:13:55.488Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:13:55.488Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:13:55.503Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:13:55.503Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:13:56.389Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:13:56.407Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:13:56.410Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:13:56.411Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T04:13:56.411Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T04:14:26.411Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:14:26.425Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:14:26.428Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:14:26.429Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T04:14:26.429Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T04:14:35.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:14:35.618Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:14:35.619Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:14:35.648Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:14:35.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:14:35.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "aai-ml", "timestamp": 1664511213524, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:14:35.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:14:56.429Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:14:56.441Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:14:56.445Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:14:56.445Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T04:14:56.445Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T04:15:26.445Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:15:26.459Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:15:26.464Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:15:26.464Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T04:15:26.464Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T04:15:35.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:15:35.618Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:15:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:15:36.151Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:15:36.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511215605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "aai-ml", "timestamp": 1664511214528, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:15:36.166Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5ccabb7e-a7f7-4a18-8be2-403cc033a53a 2022-09-30T04:15:36.166Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ccabb7e-a7f7-4a18-8be2-403cc033a53a and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:15:36.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511215605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:15:36.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511215605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-30T04:15:36.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511215605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511215605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-09-30T04:15:36.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511215605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511215605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:15:36.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "aai-ml", "timestamp": 1664511218996, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "cds", "timestamp": 1664511218937, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "clamp", "timestamp": 1664511215148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "policy-id", "timestamp": 1664511213128, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "cds", "timestamp": 1664511218937, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "aai-ml", "timestamp": 1664511218996, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "ves-openapi-manager", "timestamp": 1664511221791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "clamp", "timestamp": 1664511215148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:15:36.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "policy-id", "timestamp": 1664511213128, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511223648, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:15:36.182Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:15:36.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "aai-ml", "timestamp": 1664511218996, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "cds", "timestamp": 1664511218937, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "ves-openapi-manager", "timestamp": 1664511221791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "clamp", "timestamp": 1664511215148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "policy-id", "timestamp": 1664511213128, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-09-30T04:15:36.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "cds", "timestamp": 1664511218937, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "aai-ml", "timestamp": 1664511218996, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "ves-openapi-manager", "timestamp": 1664511221791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "clamp", "timestamp": 1664511215148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "policy-id", "timestamp": 1664511213128, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "aai-ml", "timestamp": 1664511218996, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "cds", "timestamp": 1664511218937, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "ves-openapi-manager", "timestamp": 1664511221791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "clamp", "timestamp": 1664511215148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "policy-id", "timestamp": 1664511213128, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664511224737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "multicloud-k8s-id", "timestamp": 1664511225707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "aai-ml", "timestamp": 1664511218996, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "clamp", "timestamp": 1664511215148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "ves-openapi-manager", "timestamp": 1664511221791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "cds", "timestamp": 1664511218937, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "policy-id", "timestamp": 1664511213128, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664511224737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "multicloud-k8s-id", "timestamp": 1664511225707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:15:36.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "aai-ml", "timestamp": 1664511218996, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:15:36.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "cds", "timestamp": 1664511218937, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:15:36.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "clamp", "timestamp": 1664511215148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:15:36.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "ves-openapi-manager", "timestamp": 1664511221791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "policy-id", "timestamp": 1664511213128, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:15:36.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664511224737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511228788, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T04:15:36.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:15:36.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "multicloud-k8s-id", "timestamp": 1664511225707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-09-30T04:15:36.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "ves-openapi-manager", "timestamp": 1664511221791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "cds", "timestamp": 1664511228536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:15:36.195Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:15:36.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "aai-ml", "timestamp": 1664511227577, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:15:36.195Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:15:36.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "policy-id", "timestamp": 1664511228505, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:15:36.195Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:15:36.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664511224737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511229877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T04:15:36.196Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:15:36.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "multicloud-k8s-id", "timestamp": 1664511225707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "cds", "timestamp": 1664511229542, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:15:36.209Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c99330ae-de8d-483f-ba23-e35e8c8751cc 2022-09-30T04:15:36.209Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99330ae-de8d-483f-ba23-e35e8c8751cc and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:15:36.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "policy-id", "timestamp": 1664511229511, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:15:36.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:15:36.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664511224737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511230953, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-09-30T04:15:36.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:15:36.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "multicloud-k8s-id", "timestamp": 1664511225707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-09-30T04:15:36.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "policy-id", "timestamp": 1664511230521, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:15:36.225Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c99330ae-de8d-483f-ba23-e35e8c8751cc 2022-09-30T04:15:36.225Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99330ae-de8d-483f-ba23-e35e8c8751cc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:15:36.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664511224737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "clamp", "timestamp": 1664511231052, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:15:36.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:15:36.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "multicloud-k8s-id", "timestamp": 1664511225707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:15:36.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511232368, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T04:15:36.236Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:15:36.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664511224737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:15:36.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "multicloud-k8s-id", "timestamp": 1664511225707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:15:36.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:15:36.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511233373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-09-30T04:15:36.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:15:36.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664511232518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:15:36.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:15:36.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "clamp", "timestamp": 1664511233068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:15:36.238Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:15:36.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511234378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-09-30T04:15:36.239Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:15:36.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "multicloud-k8s-id", "timestamp": 1664511233537, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T04:15:36.239Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:15:36.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "clamp", "timestamp": 1664511234076, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:15:36.246Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c99330ae-de8d-483f-ba23-e35e8c8751cc 2022-09-30T04:15:36.246Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99330ae-de8d-483f-ba23-e35e8c8751cc and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:15:36.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511235383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:15:36.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:15:36.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "multicloud-k8s-id", "timestamp": 1664511234655, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T04:15:36.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:15:36.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664511234858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:15:36.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:15:36.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "multicloud-k8s-id", "timestamp": 1664511235771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-09-30T04:15:36.256Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:15:36.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "aai-ml", "timestamp": 1664511234907, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:15:36.256Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:15:36.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664511235863, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:15:36.263Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c99330ae-de8d-483f-ba23-e35e8c8751cc 2022-09-30T04:15:36.263Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99330ae-de8d-483f-ba23-e35e8c8751cc and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:15:36.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "multicloud-k8s-id", "timestamp": 1664511236796, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:15:36.277Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c99330ae-de8d-483f-ba23-e35e8c8751cc 2022-09-30T04:15:36.277Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99330ae-de8d-483f-ba23-e35e8c8751cc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-09-30T04:15:36.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "aai-ml", "timestamp": 1664511235912, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:15:36.288Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c99330ae-de8d-483f-ba23-e35e8c8751cc 2022-09-30T04:15:36.288Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99330ae-de8d-483f-ba23-e35e8c8751cc and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:15:36.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:15:36.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "multicloud-k8s-id", "timestamp": 1664511237801, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T04:15:36.298Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:15:56.465Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:15:56.480Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:15:56.484Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:15:56.484Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T04:15:56.485Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T04:15:56.485Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T04:15:56.485Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:15:56.486Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:15:56.486Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:15:56.486Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:15:56.486Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:15:56.487Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:15:56.487Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:15:56.493Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T04:16:26.493Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-09-30T04:16:26.505Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a and serviceModelVersionId: d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94 2022-09-30T04:16:26.505Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cbaad591-fdba-4aa0-8d55-fa65a6c99eac 2022-09-30T04:16:35.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:16:35.618Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:16:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:16:41.249Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cbaad591-fdba-4aa0-8d55-fa65a6c99eac/model-vers/model-ver/d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94?depth=0 2022-09-30T04:16:41.362Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T04:16:41.854Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cbaad591-fdba-4aa0-8d55-fa65a6c99eac/model-vers/model-ver/d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-09-30T04:16:41.858Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cbaad591-fdba-4aa0-8d55-fa65a6c99eac/model-vers/model-ver/d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94?depth=0|INFO|500||Invoke 2022-09-30T04:16:42.001Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cbaad591-fdba-4aa0-8d55-fa65a6c99eac/model-vers/model-ver/d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T04:16:42.237Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cbaad591-fdba-4aa0-8d55-fa65a6c99eac/model-vers/model-ver/d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94?depth=0|INFO|500||InvokeReturn 2022-09-30T04:16:42.239Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cbaad591-fdba-4aa0-8d55-fa65a6c99eac/model-vers/model-ver/d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220930-04:16:41:134-28050], vertex-id=[147472], Content-Length=[0], Date=[Fri, 30 Sep 2022 04:16:41 GMT], Content-Type=[application/json]} 2022-09-30T04:16:42.239Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-09-30T04:16:42.242Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T04:16:42.242Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:16:42.248Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-30T04:16:42.249Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ccabb7e-a7f7-4a18-8be2-403cc033a53a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T04:16:42.250Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T04:16:42.250Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:16:42.252Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:16:42.252Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511402249, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T04:16:42.353Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T04:16:42.354Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:16:42.354Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:16:42.371Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:16:42.372Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:16:42.986Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:16:42.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T04:16:42.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511402249, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T04:16:42.988Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T04:16:43.267Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:16:43.267Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:16:43.268Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:16:47.666Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:16:47.667Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T04:16:47.667Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c99330ae-de8d-483f-ba23-e35e8c8751cc","serviceName":"basic_onboard_OCeOWU","serviceVersion":"1.0","serviceUUID":"3a8bbb62-e1c2-4329-8bfd-103262c6dd40","serviceDescription":"service","serviceInvariantUUID":"126727df-a133-47d6-a390-b60039e6f287","resources":[{"resourceInstanceName":"basic_onboard_OCeOWU 0","resourceName":"basic_onboard_OCeOWU","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3876a134-d703-4ab4-86d1-eb0463f59162","resourceInvariantUUID":"019a8031-0d6e-449b-9270-7a7de64b58d6","resourceCustomizationUUID":"c001b871-d119-4d83-855a-f47745e54181","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ3MjJmOGI1YzM1YTM2YTU0MTliYzk0ZWNmN2FhYjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad9c11d6-798c-4574-bdb7-e0f79f8d25b1","artifactVersion":"1"},{"artifactName":"basic_onboard_oceowu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json","artifactChecksum":"M2MxZDk2MjA5MzIxN2MzYzYyNTYyYWJhMzkyMWZmMDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f253ef19-af21-41be-a5f1-bd8efce18400","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a0243308-664c-46ad-8c03-8ae4cf683852","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2da4546a-d9f3-4241-9494-66044dff362f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1d574883-86bb-4c27-9157-f354d6f9079c","artifactVersion":"2","generatedFromUUID":"a0243308-664c-46ad-8c03-8ae4cf683852"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOceowu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-template.yml","artifactChecksum":"ZTFiMTU1MzIyNTU0MmM5ZTI1NzUxN2MzZjI5MjNkODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f804a1df-04a0-429c-89bd-00584fa2e90a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOceowu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar","artifactChecksum":"ZDFkMTg4OTRiOTM5NjkxZTRiOWFlYmY3OWRmM2Y0NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b402562a-657b-4443-b337-3f75ab092cf0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T04:16:47.669Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:16:47.670Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:16:47.671Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:16:47.672Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511403267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:16:47.772Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:16:47.773Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:16:47.773Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:16:47.793Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:16:47.794Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:16:48.672Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:16:48.673Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:16:48.675Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:16:48.675Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511403267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:16:48.775Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:16:48.776Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:16:48.776Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:16:48.798Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:16:48.798Z||pool-20-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:16:49.676Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:16:49.677Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:16:49.679Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:16:49.679Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511403267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-09-30T04:16:49.779Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:16:49.781Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:16:49.781Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:16:49.810Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:16:49.811Z||pool-21-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:16:50.680Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:16:50.681Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:16:50.683Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:16:50.683Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511403267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:16:50.784Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:16:50.785Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:16:50.785Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:16:50.805Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:16:50.806Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:16:51.684Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:16:51.686Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:16:51.688Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:16:51.688Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511403267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-09-30T04:16:51.788Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:16:51.789Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:16:51.789Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:16:51.806Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:16:51.806Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:16:52.688Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:16:52.689Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:16:52.691Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:16:52.691Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511403267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:16:52.791Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:16:52.792Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:16:52.792Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:16:52.809Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:16:52.810Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:16:53.692Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:16:53.693Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:16:53.695Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:16:53.695Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511403267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:16:53.795Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:16:53.796Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:16:53.797Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:16:53.819Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:16:53.819Z||pool-25-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:16:54.696Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "serviceName": "basic_onboard_OCeOWU", "serviceVersion": "1.0", "serviceUUID": "3a8bbb62-e1c2-4329-8bfd-103262c6dd40", "serviceDescription": "service", "serviceInvariantUUID": "126727df-a133-47d6-a390-b60039e6f287", "resources": [ { "resourceInstanceName": "basic_onboard_OCeOWU 0", "resourceCustomizationUUID": "c001b871-d119-4d83-855a-f47745e54181", "resourceName": "basic_onboard_OCeOWU", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3876a134-d703-4ab4-86d1-eb0463f59162", "resourceInvariantUUID": "019a8031-0d6e-449b-9270-7a7de64b58d6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_oceowu0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json", "artifactChecksum": "M2MxZDk2MjA5MzIxN2MzYzYyNTYyYWJhMzkyMWZmMDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f253ef19-af21-41be-a5f1-bd8efce18400", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a0243308-664c-46ad-8c03-8ae4cf683852", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1d574883-86bb-4c27-9157-f354d6f9079c", "generatedFromUUID": "a0243308-664c-46ad-8c03-8ae4cf683852" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1d574883-86bb-4c27-9157-f354d6f9079c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOceowu-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "artifactChecksum": "ZDFkMTg4OTRiOTM5NjkxZTRiOWFlYmY3OWRmM2Y0NjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b402562a-657b-4443-b337-3f75ab092cf0" } ], "workloadContext": "Production" } 2022-09-30T04:16:54.697Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T04:16:54.697Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a8bbb62-e1c2-4329-8bfd-103262c6dd40 ASDC 2022-09-30T04:16:54.697Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:c99330ae-de8d-483f-ba23-e35e8c8751cc ServiceName:basic_onboard_OCeOWU ServiceVersion:1.0 ServiceUUID:3a8bbb62-e1c2-4329-8bfd-103262c6dd40 ServiceInvariantUUID:126727df-a133-47d6-a390-b60039e6f287 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOceowu-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar ArtifactUUID:b402562a-657b-4443-b337-3f75ab092cf0 ArtifactChecksum:ZDFkMTg4OTRiOTM5NjkxZTRiOWFlYmY3OWRmM2Y0NjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_OCeOWU 0 ResourceCustomizationUUID:c001b871-d119-4d83-855a-f47745e54181 ResourceInvariantUUID:019a8031-0d6e-449b-9270-7a7de64b58d6 ResourceName:basic_onboard_OCeOWU ResourceType:VF ResourceUUID:3876a134-d703-4ab4-86d1-eb0463f59162 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_oceowu0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json ArtifactUUID:f253ef19-af21-41be-a5f1-bd8efce18400 ArtifactChecksum:M2MxZDk2MjA5MzIxN2MzYzYyNTYyYWJhMzkyMWZmMDI= 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/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml ArtifactUUID:a0243308-664c-46ad-8c03-8ae4cf683852 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/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env ArtifactUUID:1d574883-86bb-4c27-9157-f354d6f9079c 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/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env ArtifactUUID:1d574883-86bb-4c27-9157-f354d6f9079c ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-30T04:16:54.697Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a8bbb62-e1c2-4329-8bfd-103262c6dd40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T04:16:54.727Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T04:16:54.728Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-09-30T04:16:54.728Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-09-30T04:16:54.728Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b402562a-657b-4443-b337-3f75ab092cf0 from URL: /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar 2022-09-30T04:16:54.728Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-09-30T04:16:54.728Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar 2022-09-30T04:16:54.886Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-09-30T04:16:54.889Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar b402562a-657b-4443-b337-3f75ab092cf0 71598 2022-09-30T04:16:54.890Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar ASDC sendASDCNotification 2022-09-30T04:16:54.890Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar 2022-09-30T04:16:54.890Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:16:54.890Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:16:54.892Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:16:54.893Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511414889, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:16:54.993Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:16:54.994Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:16:54.994Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:16:55.012Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:16:55.012Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:16:55.893Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T04:16:55.894Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-09-30T04:16:55.895Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b402562a-657b-4443-b337-3f75ab092cf0, URL: /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar to file: /app/ASDC/1/service-BasicOnboardOceowu-csar.csar 2022-09-30T04:16:55.895Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOceowu-csar.csar 2022-09-30T04:16:55.896Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOceowu-csar.csar 2022-09-30T04:16:55.896Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOceowu-csar.csar 2022-09-30T04:16:56.022Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1497778596128460170/Definitions/service-BasicOnboardOceowu-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-09-30T04:16:57.174Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T04:16:57.175Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-09-30T04:16:57.175Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOceowu-csar.csar 2022-09-30T04:16:57.175Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-09-30T04:16:57.175Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardOceowu-csar.csar 2022-09-30T04:16:57.175Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||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-BasicOnboardOceowu-csar.csar 2022-09-30T04:16:57.175Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOceowu-csar.csar 2022-09-30T04:16:57.175Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||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-BasicOnboardOceowu-csar.csar 2022-09-30T04:16:57.176Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOceowu-csar.csar 2022-09-30T04:16:57.176Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOceowu-csar.csar 2022-09-30T04:16:57.176Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||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-BasicOnboardOceowu-csar.csar 2022-09-30T04:16:57.176Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||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-BasicOnboardOceowu-csar.csar 2022-09-30T04:16:57.176Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OCeOWU 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardOceowu-csar.csar 2022-09-30T04:16:57.176Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-09-30T04:16:57.176Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:16:57.177Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:16:57.177Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is matching search criteria 2022-09-30T04:16:57.177Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-09-30T04:16:57.177Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OCeOWU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T04:16:57.178Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:16:57.178Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:16:57.178Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is matching search criteria 2022-09-30T04:16:57.178Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-09-30T04:16:57.178Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OCeOWU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T04:16:57.178Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:16:57.179Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:16:57.179Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:16:57.179Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is not matching search criteria 2022-09-30T04:16:57.179Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-09-30T04:16:57.179Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-09-30T04:16:57.180Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-09-30T04:16:57.180Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-09-30T04:16:57.180Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-30T04:16:57.180Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:16:57.180Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T04:16:57.181Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:16:57.181Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is matching search criteria 2022-09-30T04:16:57.181Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OCeOWU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:16:57.181Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:16:57.181Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is matching search criteria 2022-09-30T04:16:57.182Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OCeOWU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:16:57.182Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:16:57.182Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is matching search criteria 2022-09-30T04:16:57.183Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OCeOWU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:16:57.183Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:16:57.183Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is not matching search criteria 2022-09-30T04:16:57.183Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-09-30T04:16:57.184Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-09-30T04:16:57.184Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=19ed2873-d041-44c2-a2fd-6659847ee77e 2022-09-30T04:16:57.184Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:16:57.184Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:16:57.184Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:16:57.185Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:16:57.185Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:16:57.185Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:16:57.185Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:16:57.185Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:16:57.186Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_OCeOWU Description:service Model UUID:3a8bbb62-e1c2-4329-8bfd-103262c6dd40 Model Version:NULL Model InvariantUuid:126727df-a133-47d6-a390-b60039e6f287 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_OCeOWU Model UUID:5ac6026f-151e-486b-b7bb-e04f87886da9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:019a8031-0d6e-449b-9270-7a7de64b58d6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c001b871-d119-4d83-855a-f47745e54181 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7347a11f-cdc3-4344-a90b-8880f761ea71 ModelName:BasicOnboardOceowu..base_ubuntu18..module-0 ModelUuid:0f2dbbc6-723d-4b4f-8b6d-106d68e0cfc3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:19ed2873-d041-44c2-a2fd-6659847ee77e ModelInvariantUuid:6274d686-aa61-437e-97b4-ea8e53cc2003 ModelName:basic_onboard_OCeOWU-nodes.ubuntu18Cvfc ModelUuid:c6bf6c82-3ea7-4127-87b6-ec5fe9361671 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:1854378b-95f7-4b44-9a9d-5a25a72a2c73 ModelInvariantUuid:5df621a2-20c2-4535-85cd-6d7ee8206f35 ModelName:BasicOnboardOceowu.compute.nodes.heat.ubuntu18 ModelUuid:a01ab5a8-00a3-48d4-a9b5-323b3c069c4f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-09-30T04:16:57.194Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 3876a134-d703-4ab4-86d1-eb0463f59162 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:16:57.198Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||basic_onboard_OCeOWU 0 2022-09-30T04:16:57.198Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3876a134-d703-4ab4-86d1-eb0463f59162 2022-09-30T04:16:57.198Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f253ef19-af21-41be-a5f1-bd8efce18400 from URL: /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json 2022-09-30T04:16:57.199Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-09-30T04:16:57.199Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json 2022-09-30T04:16:57.250Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-09-30T04:16:57.251Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json f253ef19-af21-41be-a5f1-bd8efce18400 798 2022-09-30T04:16:57.251Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json ASDC sendASDCNotification 2022-09-30T04:16:57.251Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json 2022-09-30T04:16:57.252Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:16:57.252Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:16:57.254Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:16:57.255Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511417251, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T04:16:57.355Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:16:57.356Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:16:57.356Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:16:57.372Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:16:57.373Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:16:58.255Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardOceowu..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "7347a11f-cdc3-4344-a90b-8880f761ea71", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0f2dbbc6-723d-4b4f-8b6d-106d68e0cfc3", "vfModuleModelCustomizationUUID": "8cc921d0-6595-4ee6-8830-27f79924cf83", "isBase": true, "artifacts": [ "a0243308-664c-46ad-8c03-8ae4cf683852", "1d574883-86bb-4c27-9157-f354d6f9079c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-09-30T04:16:58.260Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardOceowu..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0f2dbbc6-723d-4b4f-8b6d-106d68e0cfc3 VfModuleModelInvariantUUID:7347a11f-cdc3-4344-a90b-8880f761ea71 VfModuleModelDescription:NULL Artifacts UUID List:{ a0243308-664c-46ad-8c03-8ae4cf683852 , 1d574883-86bb-4c27-9157-f354d6f9079c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-09-30T04:16:58.262Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardOceowu..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "7347a11f-cdc3-4344-a90b-8880f761ea71", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0f2dbbc6-723d-4b4f-8b6d-106d68e0cfc3", "vfModuleModelCustomizationUUID": "8cc921d0-6595-4ee6-8830-27f79924cf83", "isBase": true, "artifacts": [ "a0243308-664c-46ad-8c03-8ae4cf683852", "1d574883-86bb-4c27-9157-f354d6f9079c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-09-30T04:16:58.262Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardOceowu..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0f2dbbc6-723d-4b4f-8b6d-106d68e0cfc3 VfModuleModelInvariantUUID:7347a11f-cdc3-4344-a90b-8880f761ea71 VfModuleModelDescription:NULL Artifacts UUID List:{ a0243308-664c-46ad-8c03-8ae4cf683852 , 1d574883-86bb-4c27-9157-f354d6f9079c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-09-30T04:16:58.262Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a0243308-664c-46ad-8c03-8ae4cf683852 from URL: /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml 2022-09-30T04:16:58.263Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-09-30T04:16:58.263Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml 2022-09-30T04:16:58.349Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-09-30T04:16:58.350Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml a0243308-664c-46ad-8c03-8ae4cf683852 5033 2022-09-30T04:16:58.350Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-09-30T04:16:58.351Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml 2022-09-30T04:16:58.351Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:16:58.351Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:16:58.353Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:16:58.353Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511418350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T04:16:58.453Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:16:58.454Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:16:58.455Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:16:58.476Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:16:58.477Z||pool-28-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:16:59.354Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1d574883-86bb-4c27-9157-f354d6f9079c from URL: /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env 2022-09-30T04:16:59.355Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-09-30T04:16:59.355Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env 2022-09-30T04:16:59.412Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-09-30T04:16:59.413Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env 1d574883-86bb-4c27-9157-f354d6f9079c 909 2022-09-30T04:16:59.413Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-09-30T04:16:59.414Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env 2022-09-30T04:16:59.414Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:16:59.414Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:16:59.416Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:16:59.416Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511419413, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-09-30T04:16:59.516Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:16:59.517Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:16:59.518Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:16:59.533Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:16:59.534Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:17:00.417Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3a8bbb62-e1c2-4329-8bfd-103262c6dd40 2022-09-30T04:17:00.418Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OCeOWU 0 3876a134-d703-4ab4-86d1-eb0463f59162 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:17:00.431Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4fe8f340, org.onap.sdc.toscaparser.api.parameters.Input@6690b215, org.onap.sdc.toscaparser.api.parameters.Input@727ac01, org.onap.sdc.toscaparser.api.parameters.Input@4bda3855, org.onap.sdc.toscaparser.api.parameters.Input@4320a09d] 2022-09-30T04:17:00.433Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:17:00.434Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:17:00.434Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-09-30T04:17:00.434Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= c001b871-d119-4d83-855a-f47745e54181 2022-09-30T04:17:00.434Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c001b871-d119-4d83-855a-f47745e54181 matches Tosca VF Customization UUID: c001b871-d119-4d83-855a-f47745e54181 2022-09-30T04:17:00.434Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: c001b871-d119-4d83-855a-f47745e54181 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-09-30T04:17:00.437Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:17:00.437Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:17:00.438Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id c001b871-d119-4d83-855a-f47745e54181: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-09-30T04:17:00.438Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3cded9 2022-09-30T04:17:00.438Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:17:00.438Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T04:17:00.439Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8cc921d0-6595-4ee6-8830-27f79924cf83 2022-09-30T04:17:00.439Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8cc921d0-6595-4ee6-8830-27f79924cf83 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-09-30T04:17:00.441Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:17:00.442Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is matching search criteria 2022-09-30T04:17:00.442Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OCeOWU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:17:00.442Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:17:00.442Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is matching search criteria 2022-09-30T04:17:00.443Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OCeOWU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:17:00.443Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:17:00.443Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is not matching search criteria 2022-09-30T04:17:00.443Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-09-30T04:17:00.443Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-09-30T04:17:00.443Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=19ed2873-d041-44c2-a2fd-6659847ee77e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-09-30T04:17:00.446Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:17:00.446Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is matching search criteria 2022-09-30T04:17:00.446Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OCeOWU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:17:00.447Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:17:00.447Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is matching search criteria 2022-09-30T04:17:00.448Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OCeOWU 0] matching following query criteria: sdcType=VF, customizationUUID=c001b871-d119-4d83-855a-f47745e54181 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:17:00.450Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:17:00.450Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:17:00.451Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3a8bbb62-e1c2-4329-8bfd-103262c6dd40: basic_onboard_OCeOWU 2022-09-30T04:17:00.451Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:17:00.452Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:17:00.452Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:17:00.452Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:17:00.453Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:17:00.453Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:17:00.453Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:17:00.453Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:17:00.454Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:17:00.454Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:17:00.454Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_OCeOWU Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:17:00.545Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_OCeOWU 3876a134-d703-4ab4-86d1-eb0463f59162 1 ASDC deployResourceStructure 2022-09-30T04:17:00.547Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json ASDC sendASDCNotification 2022-09-30T04:17:00.547Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json 2022-09-30T04:17:00.547Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:17:00.548Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:17:00.551Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:17:00.551Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511420547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T04:17:00.657Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-09-30T04:17:00.658Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:17:00.659Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:17:00.683Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:17:00.683Z||pool-30-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:17:01.552Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-09-30T04:17:01.552Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml 2022-09-30T04:17:01.553Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:17:01.553Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:17:01.555Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:17:01.556Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511421552, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-09-30T04:17:01.655Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T04:17:01.657Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:17:01.657Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:17:01.673Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:17:01.674Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:17:02.557Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-09-30T04:17:02.557Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env 2022-09-30T04:17:02.557Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:17:02.558Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:17:02.562Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:17:02.562Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511422557, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-09-30T04:17:02.662Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:17:02.663Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:17:02.663Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:17:02.680Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:17:02.681Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:17:03.562Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar ASDC sendASDCNotification 2022-09-30T04:17:03.563Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar 2022-09-30T04:17:03.563Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:17:03.563Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:17:03.565Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:17:03.565Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511423562, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:17:03.666Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:17:03.667Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:17:03.667Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:17:03.682Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:17:03.683Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:17:04.566Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c99330ae-de8d-483f-ba23-e35e8c8751cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:17:04.580Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c99330ae-de8d-483f-ba23-e35e8c8751cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:17:04.584Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:17:04.584Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T04:17:04.584Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T04:17:04.584Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T04:17:04.584Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:17:04.584Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:17:04.584Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:17:04.584Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:17:04.584Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:17:04.584Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:17:04.584Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:17:04.589Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T04:17:34.590Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c99330ae-de8d-483f-ba23-e35e8c8751cc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-09-30T04:17:34.597Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c99330ae-de8d-483f-ba23-e35e8c8751cc and serviceModelVersionId: 3a8bbb62-e1c2-4329-8bfd-103262c6dd40 2022-09-30T04:17:34.597Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 126727df-a133-47d6-a390-b60039e6f287 2022-09-30T04:17:34.598Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/126727df-a133-47d6-a390-b60039e6f287/model-vers/model-ver/3a8bbb62-e1c2-4329-8bfd-103262c6dd40?depth=0 2022-09-30T04:17:34.622Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T04:17:34.673Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126727df-a133-47d6-a390-b60039e6f287/model-vers/model-ver/3a8bbb62-e1c2-4329-8bfd-103262c6dd40?depth=0|INFO|500||Invoke 2022-09-30T04:17:34.674Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126727df-a133-47d6-a390-b60039e6f287/model-vers/model-ver/3a8bbb62-e1c2-4329-8bfd-103262c6dd40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126727df-a133-47d6-a390-b60039e6f287/model-vers/model-ver/3a8bbb62-e1c2-4329-8bfd-103262c6dd40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c99330ae-de8d-483f-ba23-e35e8c8751cc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2ac271e0-4031-4fda-9f30-86b37b480528], X-ECOMP-RequestID=[c99330ae-de8d-483f-ba23-e35e8c8751cc], X-TransactionId=[], X-ONAP-RequestID=[c99330ae-de8d-483f-ba23-e35e8c8751cc], Content-Type=[application/merge-patch+json]} 2022-09-30T04:17:34.702Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126727df-a133-47d6-a390-b60039e6f287/model-vers/model-ver/3a8bbb62-e1c2-4329-8bfd-103262c6dd40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T04:17:34.810Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126727df-a133-47d6-a390-b60039e6f287/model-vers/model-ver/3a8bbb62-e1c2-4329-8bfd-103262c6dd40?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/126727df-a133-47d6-a390-b60039e6f287/model-vers/model-ver/3a8bbb62-e1c2-4329-8bfd-103262c6dd40?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220930-04:17:33:821-9412], vertex-id=[213120], Content-Length=[0], Date=[Fri, 30 Sep 2022 04:17:33 GMT], Content-Type=[application/json]} 2022-09-30T04:17:34.811Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126727df-a133-47d6-a390-b60039e6f287/model-vers/model-ver/3a8bbb62-e1c2-4329-8bfd-103262c6dd40?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-30T04:17:34.811Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126727df-a133-47d6-a390-b60039e6f287/model-vers/model-ver/3a8bbb62-e1c2-4329-8bfd-103262c6dd40?depth=0|INFO|500||InvokeReturn 2022-09-30T04:17:34.812Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T04:17:34.812Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:17:34.828Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-30T04:17:34.829Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c99330ae-de8d-483f-ba23-e35e8c8751cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T04:17:34.829Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T04:17:34.829Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:17:34.831Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:17:34.831Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511454829, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T04:17:34.931Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:17:34.932Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:17:34.932Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:17:34.952Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:17:34.953Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:17:35.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:17:35.618Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:17:35.618Z||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 JdWNnJOAcZK80I2P) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T04:17:35.848Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:17:35.849Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:17:35.849Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:17:36.250Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:17:36.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T04:17:36.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511403267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:17:36.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T04:17:36.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T04:17:36.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511403267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:17:36.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T04:17:36.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T04:17:36.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511403267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-09-30T04:17:36.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T04:17:36.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T04:17:36.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511403267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:17:36.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T04:17:36.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T04:17:36.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511403267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-09-30T04:17:36.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T04:17:36.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T04:17:36.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511403267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:17:36.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T04:17:36.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T04:17:36.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511403267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:17:36.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T04:17:36.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T04:17:36.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511414889, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:17:36.254Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:17:36.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T04:17:36.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511417251, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T04:17:36.255Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:17:36.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T04:17:36.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511418350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T04:17:36.255Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:17:36.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T04:17:36.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511419413, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-09-30T04:17:36.255Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:17:36.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T04:17:36.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511420547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T04:17:36.256Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:17:36.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T04:17:36.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511421552, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-09-30T04:17:36.256Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:17:36.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T04:17:36.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511422557, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-09-30T04:17:36.256Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:17:36.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T04:17:36.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511423562, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:17:36.256Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:17:36.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T04:17:36.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511454829, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T04:17:36.257Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:17:45.394Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:17:45.395Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:17:45.396Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:17:45.396Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:17:54.946Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:17:54.947Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:17:54.947Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:17:54.948Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:18:04.497Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:18:35.606Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:18:35.608Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:18:35.608Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:18:35.617Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:18:35.618Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:18:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:18:45.169Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:18:45.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:19:35.605Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:19:35.607Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:19:35.607Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:19:35.617Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:19:35.618Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:19:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:19:45.177Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:19:45.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:20:35.605Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:20:35.606Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:20:35.606Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:20:35.617Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:20:35.618Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:20:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:20:45.194Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:20:45.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:21:35.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:21:35.607Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:21:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:21:35.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:21:35.618Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:21:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:21:45.155Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:21:45.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:22:35.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:22:35.607Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:22:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:22:35.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:22:35.618Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:22:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:22:45.167Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:22:45.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:23:35.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:23:35.606Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:23:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:23:35.617Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:23:35.618Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:23:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:23:45.161Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:23:45.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:24:35.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:24:35.606Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:24:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:24:35.617Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:24:35.618Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:24:35.618Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:24:45.152Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:24:45.158Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:25:35.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:25:35.607Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:25:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:25:35.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:25:35.618Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:25:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:25:45.156Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:25:45.195Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:26:35.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:26:35.607Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:26:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:26:35.617Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:26:35.618Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:26:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:26:36.213Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:26:36.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T04:26:36.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "cds", "timestamp": 1664511983937, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:26:36.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T04:26:36.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T04:26:36.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "ves-openapi-manager", "timestamp": 1664511981794, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:26:36.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T04:26:36.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T04:26:36.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "multicloud-k8s-id", "timestamp": 1664511985707, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:26:36.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T04:26:36.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T04:26:36.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "ves-openapi-manager", "timestamp": 1664511981794, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:26:36.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T04:26:36.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T04:26:36.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "cds", "timestamp": 1664511983937, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:26:36.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T04:26:36.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T04:26:36.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "multicloud-k8s-id", "timestamp": 1664511985707, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:26:36.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T04:26:36.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T04:26:36.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "cds", "timestamp": 1664511989065, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:26:36.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:26:36.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T04:26:36.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "cds", "timestamp": 1664511990073, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:26:36.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:26:36.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T04:26:36.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"005109e7-fad8-443d-86cf-3de7606411ce","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"115dca8f-30c5-495b-af27-120410807e1d","serviceDescription":"service","serviceInvariantUUID":"e35d2197-cc6b-40a5-8d1c-a0ae802c325b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"108661ef-6ae3-4aa8-9fb4-b0bae0cda569","resourceInvariantUUID":"ec90085c-5e43-4aa6-b4c3-a11bc029468c","resourceCustomizationUUID":"bb3fac1d-9db1-4b1e-970a-9a9a1e5236b3","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":"ZDgwYjRkMTQzMTA4NjU0ZGIwYTExODU4YmM3MDI5YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d9fead0a-29fb-4726-9576-25d66bb9f398","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzI3NTIyZGM2YzI0NmU1NmI2N2MwYjMyZDkxZDQ2YmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35cd92cf-4965-4d2e-8e72-2be82687d11b","artifactVersion":"1"}],"workloadContext":"Production"} Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:26:36.248Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:26:36.249Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:26:36.252Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:26:36.252Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511995605, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:26:36.264Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 005109e7-fad8-443d-86cf-3de7606411ce 2022-09-30T04:26:36.265Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 005109e7-fad8-443d-86cf-3de7606411ce and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:26:36.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T04:26:36.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "policy-id", "timestamp": 1664511993128, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:26:36.275Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T04:26:36.352Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:26:36.354Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:26:36.354Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:26:36.371Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:26:36.371Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:26:37.254Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:26:37.255Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:26:37.257Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:26:37.257Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511995605, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:26:37.358Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T04:26:37.359Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:26:37.359Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:26:37.376Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:26:37.377Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:26:38.264Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "115dca8f-30c5-495b-af27-120410807e1d", "serviceDescription": "service", "serviceInvariantUUID": "e35d2197-cc6b-40a5-8d1c-a0ae802c325b", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "bb3fac1d-9db1-4b1e-970a-9a9a1e5236b3", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "108661ef-6ae3-4aa8-9fb4-b0bae0cda569", "resourceInvariantUUID": "ec90085c-5e43-4aa6-b4c3-a11bc029468c", "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": "YzI3NTIyZGM2YzI0NmU1NmI2N2MwYjMyZDkxZDQ2YmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35cd92cf-4965-4d2e-8e72-2be82687d11b" } ], "workloadContext": "Production" } 2022-09-30T04:26:38.265Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T04:26:38.265Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 115dca8f-30c5-495b-af27-120410807e1d ASDC 2022-09-30T04:26:38.266Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:005109e7-fad8-443d-86cf-3de7606411ce ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:115dca8f-30c5-495b-af27-120410807e1d ServiceInvariantUUID:e35d2197-cc6b-40a5-8d1c-a0ae802c325b 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:35cd92cf-4965-4d2e-8e72-2be82687d11b ArtifactChecksum:YzI3NTIyZGM2YzI0NmU1NmI2N2MwYjMyZDkxZDQ2YmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:bb3fac1d-9db1-4b1e-970a-9a9a1e5236b3 ResourceInvariantUUID:ec90085c-5e43-4aa6-b4c3-a11bc029468c ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:108661ef-6ae3-4aa8-9fb4-b0bae0cda569 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-09-30T04:26:38.267Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 115dca8f-30c5-495b-af27-120410807e1d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T04:26:38.306Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T04:26:38.307Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:26:38.308Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:26:38.308Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 35cd92cf-4965-4d2e-8e72-2be82687d11b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-09-30T04:26:38.308Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:26:38.308Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-09-30T04:26:38.364Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:26:38.367Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 35cd92cf-4965-4d2e-8e72-2be82687d11b 52508 2022-09-30T04:26:38.367Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-09-30T04:26:38.367Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-09-30T04:26:38.367Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:26:38.368Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:26:38.370Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:26:38.370Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511998367, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:26:38.470Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:26:38.471Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:26:38.471Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:26:38.488Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:26:38.489Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:26:39.371Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T04:26:39.372Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:26:39.372Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 35cd92cf-4965-4d2e-8e72-2be82687d11b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T04:26:39.373Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-09-30T04:26:39.373Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T04:26:39.373Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T04:26:39.491Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1485984588349666908/Definitions/service-BasicNetwork-template.yml 2022-09-30T04:26:40.049Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T04:26:40.050Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-09-30T04:26:40.050Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T04:26:40.050Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-09-30T04:26:40.050Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T04:26:40.050Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T04:26:40.050Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T04:26:40.050Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T04:26:40.050Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T04:26:40.050Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T04:26:40.051Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T04:26:40.051Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T04:26:40.051Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-09-30T04:26:40.051Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:26:40.051Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:26:40.051Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-09-30T04:26:40.052Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-09-30T04:26:40.052Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T04:26:40.052Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:26:40.052Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:26:40.052Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-09-30T04:26:40.052Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-09-30T04:26:40.052Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T04:26:40.052Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:26:40.053Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:26:40.053Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:26:40.053Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:26:40.053Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:26:40.053Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:26:40.053Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:26:40.054Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:26:40.054Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:26:40.054Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:26:40.054Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:115dca8f-30c5-495b-af27-120410807e1d Model Version:NULL Model InvariantUuid:e35d2197-cc6b-40a5-8d1c-a0ae802c325b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:ec90085c-5e43-4aa6-b4c3-a11bc029468c Model UUID:40824f53-98af-4713-9a12-ba4cc70a3b3e Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:bb3fac1d-9db1-4b1e-970a-9a9a1e5236b3 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-09-30T04:26:40.065Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 108661ef-6ae3-4aa8-9fb4-b0bae0cda569 2022-09-30T04:26:40.065Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||No resources found for Service: 115dca8f-30c5-495b-af27-120410807e1d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:26:40.071Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500|| 2022-09-30T04:26:40.072Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-09-30T04:26:40.072Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 115dca8f-30c5-495b-af27-120410807e1d 2022-09-30T04:26:40.073Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 115dca8f-30c5-495b-af27-120410807e1d 2022-09-30T04:26:40.073Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-09-30T04:26:40.073Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:26:40.079Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a32eade, org.onap.sdc.toscaparser.api.parameters.Input@360e0fd3, org.onap.sdc.toscaparser.api.parameters.Input@612282b1, org.onap.sdc.toscaparser.api.parameters.Input@1da0f57, org.onap.sdc.toscaparser.api.parameters.Input@2c1361a8] 2022-09-30T04:26:40.080Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:26:40.080Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:26:40.080Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:26:40.080Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:26:40.081Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 115dca8f-30c5-495b-af27-120410807e1d: Generic NeutronNet 2022-09-30T04:26:40.081Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:26:40.081Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:26:40.081Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:26:40.081Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-09-30T04:26:40.123Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:26:40.123Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:26:40.123Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:26:40.124Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:26:40.124Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:26:40.124Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:26:40.124Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-09-30T04:26:40.181Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-09-30T04:26:40.182Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-09-30T04:26:40.182Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-09-30T04:26:40.182Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:26:40.183Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:26:40.185Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:26:40.185Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512000182, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:26:40.285Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:26:40.286Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:26:40.287Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:26:40.303Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:26:40.303Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:26:41.186Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:26:41.199Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:26:41.201Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:26:41.201Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T04:26:41.201Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T04:27:11.202Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:27:11.213Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:27:11.216Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:27:11.216Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T04:27:11.217Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T04:27:35.617Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:27:35.618Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:27:35.619Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:27:35.649Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:27:35.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T04:27:35.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "policy-id", "timestamp": 1664511993128, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:27:35.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T04:27:41.217Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:27:41.227Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:27:41.230Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:27:41.230Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T04:27:41.230Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T04:28:11.230Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:28:11.243Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:28:11.246Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:28:11.246Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T04:28:11.246Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T04:28:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:28:35.618Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:28:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:28:35.646Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:28:35.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:28:35.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511995605, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:28:35.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:28:41.247Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:28:41.257Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:28:41.263Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:28:41.263Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T04:28:41.263Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T04:29:11.265Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:29:11.278Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:29:11.281Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:29:11.281Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T04:29:11.281Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T04:29:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:29:35.618Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:29:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:29:35.655Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:29:35.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "clamp", "timestamp": 1664511995148, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "policy-id", "timestamp": 1664511995872, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:29:35.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:29:35.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511995605, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:29:35.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "clamp", "timestamp": 1664511995148, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:29:35.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "policy-id", "timestamp": 1664511996879, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:29:35.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:29:35.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664511998367, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:29:35.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:29:35.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "policy-id", "timestamp": 1664511997882, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:29:35.679Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 005109e7-fad8-443d-86cf-3de7606411ce 2022-09-30T04:29:35.679Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 005109e7-fad8-443d-86cf-3de7606411ce and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:29:35.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512000182, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:29:35.689Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:29:35.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "cds", "timestamp": 1664511998937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.689Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "cds", "timestamp": 1664511998937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.690Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "aai-ml", "timestamp": 1664511998996, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.690Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "cds", "timestamp": 1664511998937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.690Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "aai-ml", "timestamp": 1664511998996, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:29:35.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "ves-openapi-manager", "timestamp": 1664512001790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "cds", "timestamp": 1664511998937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "aai-ml", "timestamp": 1664512001732, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:29:35.692Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:29:35.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "ves-openapi-manager", "timestamp": 1664512001790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "cds", "timestamp": 1664511998937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "ves-openapi-manager", "timestamp": 1664512001790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "cds", "timestamp": 1664511998937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "clamp", "timestamp": 1664512005187, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:29:35.693Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:29:35.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "ves-openapi-manager", "timestamp": 1664512001790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "cds", "timestamp": 1664511998937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512004740, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "multicloud-k8s-id", "timestamp": 1664512005707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "ves-openapi-manager", "timestamp": 1664512001790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512004740, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:29:35.695Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "cds", "timestamp": 1664511998937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:29:35.695Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "aai-ml", "timestamp": 1664512005762, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:29:35.695Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:29:35.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "multicloud-k8s-id", "timestamp": 1664512005707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.695Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "clamp", "timestamp": 1664512007198, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:29:35.696Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:29:35.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "ves-openapi-manager", "timestamp": 1664512001790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-09-30T04:29:35.696Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "aai-ml", "timestamp": 1664512006766, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:29:35.701Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 005109e7-fad8-443d-86cf-3de7606411ce 2022-09-30T04:29:35.701Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 005109e7-fad8-443d-86cf-3de7606411ce and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:29:35.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "cds", "timestamp": 1664512007759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:29:35.710Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:29:35.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512007571, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:29:35.711Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:29:35.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "multicloud-k8s-id", "timestamp": 1664512005707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "clamp", "timestamp": 1664512008203, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:29:35.716Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 005109e7-fad8-443d-86cf-3de7606411ce 2022-09-30T04:29:35.716Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 005109e7-fad8-443d-86cf-3de7606411ce and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:29:35.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "ves-openapi-manager", "timestamp": 1664512001790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "aai-ml", "timestamp": 1664511998996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "cds", "timestamp": 1664512008765, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:29:35.739Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39a23a32-e925-49ca-8b7a-1ed583bbaea3 2022-09-30T04:29:35.739Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39a23a32-e925-49ca-8b7a-1ed583bbaea3 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:29:35.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "multicloud-k8s-id", "timestamp": 1664512005707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "clamp", "timestamp": 1664511995148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "ves-openapi-manager", "timestamp": 1664512001790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512009270, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:29:35.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:29:35.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "aai-ml", "timestamp": 1664511998996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "multicloud-k8s-id", "timestamp": 1664512005707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "clamp", "timestamp": 1664511995148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512010273, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:29:35.756Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 005109e7-fad8-443d-86cf-3de7606411ce 2022-09-30T04:29:35.757Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 005109e7-fad8-443d-86cf-3de7606411ce and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:29:35.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "ves-openapi-manager", "timestamp": 1664512010589, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T04:29:35.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:29:35.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "aai-ml", "timestamp": 1664511998996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "multicloud-k8s-id", "timestamp": 1664512005707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "clamp", "timestamp": 1664511995148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512004740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "aai-ml", "timestamp": 1664511998996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "ves-openapi-manager", "timestamp": 1664512011796, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-09-30T04:29:35.777Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:29:35.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "multicloud-k8s-id", "timestamp": 1664512005707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "clamp", "timestamp": 1664511995148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512004740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "aai-ml", "timestamp": 1664511998996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "ves-openapi-manager", "timestamp": 1664512012800, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:29:35.788Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 39a23a32-e925-49ca-8b7a-1ed583bbaea3 2022-09-30T04:29:35.788Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39a23a32-e925-49ca-8b7a-1ed583bbaea3 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:29:35.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "multicloud-k8s-id", "timestamp": 1664512005707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:29:35.800Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "clamp", "timestamp": 1664511995148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.801Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512004740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.801Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "aai-ml", "timestamp": 1664511998996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "policy-id", "timestamp": 1664512013128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "clamp", "timestamp": 1664511995148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512004740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "aai-ml", "timestamp": 1664511998996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "policy-id", "timestamp": 1664512013128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "clamp", "timestamp": 1664511995148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512004740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "aai-ml", "timestamp": 1664511998996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:29:35.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "policy-id", "timestamp": 1664512013128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "clamp", "timestamp": 1664511995148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:29:35.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512004740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "aai-ml", "timestamp": 1664512015887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:29:35.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:29:35.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "policy-id", "timestamp": 1664512013128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512004740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "policy-id", "timestamp": 1664512013128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512004740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:29:35.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "policy-id", "timestamp": 1664512013128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512019425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:29:35.816Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:29:35.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "policy-id", "timestamp": 1664512013128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "clamp", "timestamp": 1664512020188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:29:35.817Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:29:35.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "policy-id", "timestamp": 1664512013128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:29:35.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512021309, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:29:35.818Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:29:35.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "aai-ml", "timestamp": 1664512020617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:29:35.819Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:29:35.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "policy-id", "timestamp": 1664512021900, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:29:35.820Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:29:35.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "clamp", "timestamp": 1664512022198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:29:35.820Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:29:35.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512022312, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:29:35.826Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39a23a32-e925-49ca-8b7a-1ed583bbaea3 2022-09-30T04:29:35.827Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39a23a32-e925-49ca-8b7a-1ed583bbaea3 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:29:35.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "aai-ml", "timestamp": 1664512021620, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:29:35.841Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 39a23a32-e925-49ca-8b7a-1ed583bbaea3 2022-09-30T04:29:35.842Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39a23a32-e925-49ca-8b7a-1ed583bbaea3 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:29:35.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "policy-id", "timestamp": 1664512022907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:29:35.852Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:29:35.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "clamp", "timestamp": 1664512023202, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:29:35.858Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 39a23a32-e925-49ca-8b7a-1ed583bbaea3 2022-09-30T04:29:35.858Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39a23a32-e925-49ca-8b7a-1ed583bbaea3 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:29:35.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "policy-id", "timestamp": 1664512023912, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:29:35.873Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39a23a32-e925-49ca-8b7a-1ed583bbaea3 2022-09-30T04:29:35.873Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39a23a32-e925-49ca-8b7a-1ed583bbaea3 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:29:35.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "cds", "timestamp": 1664512043937, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "ves-openapi-manager", "timestamp": 1664512041791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "multicloud-k8s-id", "timestamp": 1664512045707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "cds", "timestamp": 1664512043937, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "ves-openapi-manager", "timestamp": 1664512041791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "multicloud-k8s-id", "timestamp": 1664512045707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:29:35.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "cds", "timestamp": 1664512043937, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "ves-openapi-manager", "timestamp": 1664512041791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "multicloud-k8s-id", "timestamp": 1664512045707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-30T04:29:35.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:35.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T04:29:35.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "policy-id", "timestamp": 1664512053128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:29:35.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T04:29:41.281Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:29:41.293Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:29:41.295Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:29:41.295Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T04:29:41.296Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T04:29:41.296Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T04:29:41.296Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:29:41.296Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:29:41.296Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:29:41.296Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:29:41.296Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:29:41.296Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:29:41.296Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:29:41.301Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T04:30:11.301Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-09-30T04:30:11.308Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 005109e7-fad8-443d-86cf-3de7606411ce and serviceModelVersionId: 115dca8f-30c5-495b-af27-120410807e1d 2022-09-30T04:30:11.308Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e35d2197-cc6b-40a5-8d1c-a0ae802c325b 2022-09-30T04:30:11.310Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e35d2197-cc6b-40a5-8d1c-a0ae802c325b/model-vers/model-ver/115dca8f-30c5-495b-af27-120410807e1d?depth=0 2022-09-30T04:30:11.315Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T04:30:11.378Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35d2197-cc6b-40a5-8d1c-a0ae802c325b/model-vers/model-ver/115dca8f-30c5-495b-af27-120410807e1d?depth=0|INFO|500||Invoke 2022-09-30T04:30:11.379Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35d2197-cc6b-40a5-8d1c-a0ae802c325b/model-vers/model-ver/115dca8f-30c5-495b-af27-120410807e1d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35d2197-cc6b-40a5-8d1c-a0ae802c325b/model-vers/model-ver/115dca8f-30c5-495b-af27-120410807e1d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[005109e7-fad8-443d-86cf-3de7606411ce], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4bedda69-4ba7-48bb-b1d9-c2d20f486c7a], X-ECOMP-RequestID=[005109e7-fad8-443d-86cf-3de7606411ce], X-TransactionId=[], X-ONAP-RequestID=[005109e7-fad8-443d-86cf-3de7606411ce], Content-Type=[application/merge-patch+json]} 2022-09-30T04:30:11.405Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35d2197-cc6b-40a5-8d1c-a0ae802c325b/model-vers/model-ver/115dca8f-30c5-495b-af27-120410807e1d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T04:30:11.508Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35d2197-cc6b-40a5-8d1c-a0ae802c325b/model-vers/model-ver/115dca8f-30c5-495b-af27-120410807e1d?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/e35d2197-cc6b-40a5-8d1c-a0ae802c325b/model-vers/model-ver/115dca8f-30c5-495b-af27-120410807e1d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220930-04:30:10:446-4274], vertex-id=[229504], Content-Length=[0], Date=[Fri, 30 Sep 2022 04:30:10 GMT], Content-Type=[application/json]} 2022-09-30T04:30:11.509Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35d2197-cc6b-40a5-8d1c-a0ae802c325b/model-vers/model-ver/115dca8f-30c5-495b-af27-120410807e1d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-30T04:30:11.510Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35d2197-cc6b-40a5-8d1c-a0ae802c325b/model-vers/model-ver/115dca8f-30c5-495b-af27-120410807e1d?depth=0|INFO|500||InvokeReturn 2022-09-30T04:30:11.511Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T04:30:11.511Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:30:11.518Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-30T04:30:11.518Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 005109e7-fad8-443d-86cf-3de7606411ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T04:30:11.518Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T04:30:11.519Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:30:11.521Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:30:11.522Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512211518, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T04:30:11.622Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:30:11.623Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:30:11.623Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:30:11.641Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:30:11.642Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T04:30:12.533Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:30:12.533Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:30:12.533Z|005109e7-fad8-443d-86cf-3de7606411ce|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:30:16.966Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:30:16.967Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T04:30:16.968Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"39a23a32-e925-49ca-8b7a-1ed583bbaea3","serviceName":"Demo_pNF_LSD9ENZ83PyEaDHumZZY","serviceVersion":"1.0","serviceUUID":"e6a641c4-0b96-4970-9193-01b9ecf64164","serviceDescription":"catalog service description","serviceInvariantUUID":"596d1d78-0b5c-478a-bc66-6c38551e5228","resources":[{"resourceInstanceName":"pNF b742cd7a-5762 0","resourceName":"pNF b742cd7a-5762","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c5c04afa-febd-431f-91da-0bb193b6860f","resourceInvariantUUID":"06dde4b4-3899-41f1-9617-35549a7a42f0","resourceCustomizationUUID":"77aa12df-2402-4be2-84bc-9eec4196c80e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vf-license-model.xml","artifactChecksum":"MWRmZDY2ZjEwN2Q3ZTkwNGM3NWRiYTU3ZDM4ZDZjNmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a6a90188-2f57-49fc-bf96-6894cf64669c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/pNF.csar","artifactChecksum":"ZjQ2M2VkMWIzMGRiMGU1OTk1MjM5MDM3YWU2MmIzYTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4c82fba9-aa1d-42bf-92e2-416b8dbed56e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"edeceadc-b21f-4daa-a4cb-63bd864d6fa8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vendor-license-model.xml","artifactChecksum":"OGFmZjgzOGExZWNhODJkNjIxNTM0MGEyY2M0NGZkNjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0c9590b-14ed-4271-87e6-8c2abe9bfb0b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"519568d6-73e8-47b0-b487-40f391ec33ae","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a6d2c2e7-f72a-4ce4-884a-cb4d9c5abe1e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLsd9enz83pyeadhumzzy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-template.yml","artifactChecksum":"YTFiNGE2YjEwY2Q3MmFkZTU0NDI4YzFkNDcxMGJhMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6af3d8c3-89bc-4ae9-b077-21ef21a8635b","artifactVersion":"1"},{"artifactName":"service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar","artifactChecksum":"Mzg1MThjOTUxNjQ3MjE5NjEyNTc5M2E2ZDA5YmU4NTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4f7ef57a-b18f-40c5-a6b4-b47907fde0f7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T04:30:16.970Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:30:16.970Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:30:16.972Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:30:16.972Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:17.072Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T04:30:17.073Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:30:17.074Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:30:17.091Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:30:17.092Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:30:17.973Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:30:17.974Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:30:17.976Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:30:17.976Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:18.076Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:30:18.077Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:30:18.078Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:30:18.093Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:30:18.094Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:30:18.977Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:30:18.978Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:30:18.979Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:30:18.980Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:19.083Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-09-30T04:30:19.085Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:30:19.085Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:30:19.100Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:30:19.100Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:30:19.980Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:30:19.981Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:30:19.983Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:30:19.983Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:20.083Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:30:20.085Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:30:20.085Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:30:20.101Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:30:20.102Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:30:20.984Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:30:20.985Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:30:20.988Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:30:20.988Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:21.088Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:30:21.089Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:30:21.089Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:30:21.104Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:30:21.105Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:30:21.989Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:30:21.990Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:30:21.992Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:30:21.992Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:22.092Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T04:30:22.093Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:30:22.093Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:30:22.107Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:30:22.108Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:30:22.993Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:30:22.994Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:30:22.996Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:30:22.996Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:23.097Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T04:30:23.098Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:30:23.098Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:30:23.113Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:30:23.113Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:30:23.997Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:30:23.998Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:30:24.000Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:30:24.000Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:30:24.100Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:30:24.101Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:30:24.102Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:30:24.204Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:30:24.205Z||pool-47-thread-1|||||INFO|500||cambria reply ok (104 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:30:25.002Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "serviceName": "Demo_pNF_LSD9ENZ83PyEaDHumZZY", "serviceVersion": "1.0", "serviceUUID": "e6a641c4-0b96-4970-9193-01b9ecf64164", "serviceDescription": "catalog service description", "serviceInvariantUUID": "596d1d78-0b5c-478a-bc66-6c38551e5228", "resources": [ { "resourceInstanceName": "pNF b742cd7a-5762 0", "resourceCustomizationUUID": "77aa12df-2402-4be2-84bc-9eec4196c80e", "resourceName": "pNF b742cd7a-5762", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c5c04afa-febd-431f-91da-0bb193b6860f", "resourceInvariantUUID": "06dde4b4-3899-41f1-9617-35549a7a42f0", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "artifactChecksum": "Mzg1MThjOTUxNjQ3MjE5NjEyNTc5M2E2ZDA5YmU4NTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4f7ef57a-b18f-40c5-a6b4-b47907fde0f7" } ], "workloadContext": "Production" } 2022-09-30T04:30:25.002Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T04:30:25.002Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e6a641c4-0b96-4970-9193-01b9ecf64164 ASDC 2022-09-30T04:30:25.003Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:39a23a32-e925-49ca-8b7a-1ed583bbaea3 ServiceName:Demo_pNF_LSD9ENZ83PyEaDHumZZY ServiceVersion:1.0 ServiceUUID:e6a641c4-0b96-4970-9193-01b9ecf64164 ServiceInvariantUUID:596d1d78-0b5c-478a-bc66-6c38551e5228 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar ArtifactUUID:4f7ef57a-b18f-40c5-a6b4-b47907fde0f7 ArtifactChecksum:Mzg1MThjOTUxNjQ3MjE5NjEyNTc5M2E2ZDA5YmU4NTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF b742cd7a-5762 0 ResourceCustomizationUUID:77aa12df-2402-4be2-84bc-9eec4196c80e ResourceInvariantUUID:06dde4b4-3899-41f1-9617-35549a7a42f0 ResourceName:pNF b742cd7a-5762 ResourceType:PNF ResourceUUID:c5c04afa-febd-431f-91da-0bb193b6860f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-09-30T04:30:25.003Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6a641c4-0b96-4970-9193-01b9ecf64164 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T04:30:25.031Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T04:30:25.032Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:30:25.032Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:30:25.032Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4f7ef57a-b18f-40c5-a6b4-b47907fde0f7 from URL: /sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar 2022-09-30T04:30:25.032Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:30:25.033Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar 2022-09-30T04:30:25.162Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:30:25.166Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar 4f7ef57a-b18f-40c5-a6b4-b47907fde0f7 82651 2022-09-30T04:30:25.166Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar ASDC sendASDCNotification 2022-09-30T04:30:25.166Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar 2022-09-30T04:30:25.167Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:30:25.167Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:30:25.169Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:30:25.169Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512225166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:30:25.269Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:30:25.271Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:30:25.271Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:30:25.285Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:30:25.286Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:30:26.170Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T04:30:26.171Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:30:26.172Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4f7ef57a-b18f-40c5-a6b4-b47907fde0f7, URL: /sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar to file: /app/ASDC/1/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar 2022-09-30T04:30:26.172Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar 2022-09-30T04:30:26.173Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar 2022-09-30T04:30:26.173Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar 2022-09-30T04:30:26.326Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1536234742465237831/Definitions/service-DemoPnfLsd9enz83pyeadhumzzy-template.yml 2022-09-30T04:30:27.051Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T04:30:27.051Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-09-30T04:30:27.051Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar 2022-09-30T04:30:27.051Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-30T04:30:27.052Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b742cd7a-5762 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-DemoPnfLsd9enz83pyeadhumzzy-csar.csar 2022-09-30T04:30:27.052Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar 2022-09-30T04:30:27.052Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar 2022-09-30T04:30:27.052Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar 2022-09-30T04:30:27.052Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar 2022-09-30T04:30:27.052Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar 2022-09-30T04:30:27.052Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar 2022-09-30T04:30:27.052Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-09-30T04:30:27.052Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:30:27.053Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LSD9ENZ83PyEaDHumZZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:30:27.053Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Node template pNF b742cd7a-5762 0 is matching search criteria 2022-09-30T04:30:27.053Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-09-30T04:30:27.053Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF b742cd7a-5762 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T04:30:27.053Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:30:27.053Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LSD9ENZ83PyEaDHumZZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:30:27.054Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Node template pNF b742cd7a-5762 0 is matching search criteria 2022-09-30T04:30:27.054Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-09-30T04:30:27.054Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF b742cd7a-5762 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T04:30:27.054Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:30:27.054Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LSD9ENZ83PyEaDHumZZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:30:27.054Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:30:27.054Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LSD9ENZ83PyEaDHumZZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:30:27.055Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:30:27.055Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LSD9ENZ83PyEaDHumZZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:30:27.055Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:30:27.055Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LSD9ENZ83PyEaDHumZZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:30:27.055Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:30:27.055Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LSD9ENZ83PyEaDHumZZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:30:27.056Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_LSD9ENZ83PyEaDHumZZY Description:catalog service description Model UUID:e6a641c4-0b96-4970-9193-01b9ecf64164 Model Version:NULL Model InvariantUuid:596d1d78-0b5c-478a-bc66-6c38551e5228 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-09-30T04:30:27.062Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: c5c04afa-febd-431f-91da-0bb193b6860f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:30:27.066Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||pNF b742cd7a-5762 0 2022-09-30T04:30:27.066Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c5c04afa-febd-431f-91da-0bb193b6860f 2022-09-30T04:30:27.066Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||No resources found for Service: e6a641c4-0b96-4970-9193-01b9ecf64164 2022-09-30T04:30:27.066Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e6a641c4-0b96-4970-9193-01b9ecf64164 2022-09-30T04:30:27.066Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b742cd7a-5762 0 c5c04afa-febd-431f-91da-0bb193b6860f ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:30:27.070Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5de0dfa6, org.onap.sdc.toscaparser.api.parameters.Input@8fe0f17, org.onap.sdc.toscaparser.api.parameters.Input@43aeeca, org.onap.sdc.toscaparser.api.parameters.Input@1e3c18bb, org.onap.sdc.toscaparser.api.parameters.Input@45fae935] 2022-09-30T04:30:27.071Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:30:27.071Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LSD9ENZ83PyEaDHumZZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:30:27.071Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e6a641c4-0b96-4970-9193-01b9ecf64164: pNF b742cd7a-5762 2022-09-30T04:30:27.071Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||Processing PNF resource: c5c04afa-febd-431f-91da-0bb193b6860f 2022-09-30T04:30:27.071Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:30:27.072Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LSD9ENZ83PyEaDHumZZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:30:27.072Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||Resource customization UUID: 77aa12df-2402-4be2-84bc-9eec4196c80e is the same as notified resource customizationUUID: 77aa12df-2402-4be2-84bc-9eec4196c80e Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-09-30T04:30:27.112Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b742cd7a-5762 c5c04afa-febd-431f-91da-0bb193b6860f 0 ASDC deployResourceStructure 2022-09-30T04:30:27.112Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar ASDC sendASDCNotification 2022-09-30T04:30:27.112Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar 2022-09-30T04:30:27.113Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:30:27.113Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:30:27.115Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:30:27.115Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512227112, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:30:27.215Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:30:27.216Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:30:27.217Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:30:27.251Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:30:27.252Z||pool-49-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:30:28.116Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39a23a32-e925-49ca-8b7a-1ed583bbaea3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:30:28.127Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39a23a32-e925-49ca-8b7a-1ed583bbaea3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:30:28.130Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:30:28.130Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T04:30:28.130Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T04:30:28.130Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T04:30:28.130Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:30:28.131Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:30:28.131Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:30:28.131Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:30:28.131Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:30:28.131Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:30:28.131Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:30:28.131Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:30:28.137Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T04:30:35.617Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:30:35.621Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:30:35.621Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:30:35.643Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:30:35.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "cds", "timestamp": 1664512043937, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "ves-openapi-manager", "timestamp": 1664512041791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "multicloud-k8s-id", "timestamp": 1664512045707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "policy-id", "timestamp": 1664512053128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "cds", "timestamp": 1664512043937, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "ves-openapi-manager", "timestamp": 1664512041791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "multicloud-k8s-id", "timestamp": 1664512045707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-30T04:30:35.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "clamp", "timestamp": 1664512055148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "policy-id", "timestamp": 1664512053128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-30T04:30:35.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "cds", "timestamp": 1664512043937, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "ves-openapi-manager", "timestamp": 1664512041791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "multicloud-k8s-id", "timestamp": 1664512045707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "clamp", "timestamp": 1664512055148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:30:35.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "policy-id", "timestamp": 1664512053128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "cds", "timestamp": 1664512043937, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:30:35.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "ves-openapi-manager", "timestamp": 1664512041791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "multicloud-k8s-id", "timestamp": 1664512045707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:30:35.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "clamp", "timestamp": 1664512055148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "policy-id", "timestamp": 1664512053128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "cds", "timestamp": 1664512058571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:30:35.667Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "multicloud-k8s-id", "timestamp": 1664512058906, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T04:30:35.667Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "clamp", "timestamp": 1664512055148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "policy-id", "timestamp": 1664512053128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "cds", "timestamp": 1664512059577, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:30:35.686Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c7e72ec5-98b7-4c18-97b1-6d421cc52eef 2022-09-30T04:30:35.686Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7e72ec5-98b7-4c18-97b1-6d421cc52eef and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:30:35.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "multicloud-k8s-id", "timestamp": 1664512059965, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T04:30:35.696Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "clamp", "timestamp": 1664512055148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "policy-id", "timestamp": 1664512053128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:30:35.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "aai-ml", "timestamp": 1664512058996, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "multicloud-k8s-id", "timestamp": 1664512061042, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-30T04:30:35.697Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "clamp", "timestamp": 1664512055148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "policy-id", "timestamp": 1664512060860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:30:35.698Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "aai-ml", "timestamp": 1664512058996, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "multicloud-k8s-id", "timestamp": 1664512062069, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:30:35.703Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7e72ec5-98b7-4c18-97b1-6d421cc52eef 2022-09-30T04:30:35.703Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7e72ec5-98b7-4c18-97b1-6d421cc52eef and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:30:35.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "clamp", "timestamp": 1664512055148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:30:35.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "policy-id", "timestamp": 1664512061867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:30:35.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "aai-ml", "timestamp": 1664512058996, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "multicloud-k8s-id", "timestamp": 1664512063073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T04:30:35.713Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "policy-id", "timestamp": 1664512062876, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:30:35.719Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7e72ec5-98b7-4c18-97b1-6d421cc52eef 2022-09-30T04:30:35.719Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7e72ec5-98b7-4c18-97b1-6d421cc52eef and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-09-30T04:30:35.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "aai-ml", "timestamp": 1664512058996, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "cds", "timestamp": 1664512060591, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "ves-openapi-manager", "timestamp": 1664512061791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "aai-ml", "timestamp": 1664512058996, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "cds", "timestamp": 1664512060591, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "ves-openapi-manager", "timestamp": 1664512061791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "aai-ml", "timestamp": 1664512058996, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512064740, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "cds", "timestamp": 1664512060591, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "ves-openapi-manager", "timestamp": 1664512061791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "multicloud-k8s-id", "timestamp": 1664512065707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "aai-ml", "timestamp": 1664512058996, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:30:35.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512064740, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "cds", "timestamp": 1664512060591, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "ves-openapi-manager", "timestamp": 1664512061791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "multicloud-k8s-id", "timestamp": 1664512065707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-09-30T04:30:35.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "cds", "timestamp": 1664512060591, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "aai-ml", "timestamp": 1664512066719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:30:35.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512064740, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "ves-openapi-manager", "timestamp": 1664512061791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "multicloud-k8s-id", "timestamp": 1664512065707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-09-30T04:30:35.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512064740, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "cds", "timestamp": 1664512060591, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "ves-openapi-manager", "timestamp": 1664512061791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "multicloud-k8s-id", "timestamp": 1664512065707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:30:35.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512064740, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "cds", "timestamp": 1664512060591, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "ves-openapi-manager", "timestamp": 1664512061791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "multicloud-k8s-id", "timestamp": 1664512065707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-09-30T04:30:35.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512064740, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "cds", "timestamp": 1664512060591, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "ves-openapi-manager", "timestamp": 1664512061791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "multicloud-k8s-id", "timestamp": 1664512065707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512064740, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:30:35.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "cds", "timestamp": 1664512060591, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:30:35.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "ves-openapi-manager", "timestamp": 1664512061791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "multicloud-k8s-id", "timestamp": 1664512065707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-09-30T04:30:35.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512072509, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:30:35.742Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "cds", "timestamp": 1664512072782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:30:35.743Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "multicloud-k8s-id", "timestamp": 1664512065707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "cds", "timestamp": 1664512073788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:30:35.768Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3e924114-8993-40f7-846f-7567f9dcbb06 2022-09-30T04:30:35.769Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e924114-8993-40f7-846f-7567f9dcbb06 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:30:35.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "policy-id", "timestamp": 1664512073130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "multicloud-k8s-id", "timestamp": 1664512065707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:30:35.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "clamp", "timestamp": 1664512074199, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:30:35.785Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "aai-ml", "timestamp": 1664512073630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:30:35.785Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "policy-id", "timestamp": 1664512073130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512074851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:30:35.785Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "multicloud-k8s-id", "timestamp": 1664512075449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T04:30:35.785Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "aai-ml", "timestamp": 1664512074635, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:30:35.791Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c7e72ec5-98b7-4c18-97b1-6d421cc52eef 2022-09-30T04:30:35.791Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7e72ec5-98b7-4c18-97b1-6d421cc52eef and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:30:35.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "policy-id", "timestamp": 1664512073130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512075855, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:30:35.810Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c7e72ec5-98b7-4c18-97b1-6d421cc52eef 2022-09-30T04:30:35.811Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7e72ec5-98b7-4c18-97b1-6d421cc52eef and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:30:35.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "clamp", "timestamp": 1664512076209, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:30:35.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "multicloud-k8s-id", "timestamp": 1664512076512, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-09-30T04:30:35.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "policy-id", "timestamp": 1664512073130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512064740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.825Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "clamp", "timestamp": 1664512077214, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:30:35.831Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c7e72ec5-98b7-4c18-97b1-6d421cc52eef 2022-09-30T04:30:35.831Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7e72ec5-98b7-4c18-97b1-6d421cc52eef and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:30:35.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "multicloud-k8s-id", "timestamp": 1664512077564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T04:30:35.845Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "policy-id", "timestamp": 1664512073130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-09-30T04:30:35.845Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512064740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.846Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "multicloud-k8s-id", "timestamp": 1664512078619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-09-30T04:30:35.846Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "policy-id", "timestamp": 1664512073130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.846Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512064740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.846Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "multicloud-k8s-id", "timestamp": 1664512079673, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:30:35.851Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e924114-8993-40f7-846f-7567f9dcbb06 2022-09-30T04:30:35.851Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e924114-8993-40f7-846f-7567f9dcbb06 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:30:35.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "policy-id", "timestamp": 1664512073130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512064740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "multicloud-k8s-id", "timestamp": 1664512080676, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T04:30:35.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "policy-id", "timestamp": 1664512073130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512064740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "policy-id", "timestamp": 1664512073130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:30:35.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512064740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "policy-id", "timestamp": 1664512082863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:30:35.870Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512064740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.871Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "policy-id", "timestamp": 1664512083868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:30:35.871Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512064740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.872Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "policy-id", "timestamp": 1664512084871, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:30:35.877Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e924114-8993-40f7-846f-7567f9dcbb06 2022-09-30T04:30:35.878Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e924114-8993-40f7-846f-7567f9dcbb06 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-09-30T04:30:35.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512064740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:30:35.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "clamp", "timestamp": 1664512085148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512085944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:30:35.886Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "clamp", "timestamp": 1664512085148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "clamp", "timestamp": 1664512085148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512088214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:30:35.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "clamp", "timestamp": 1664512085148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:30:35.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512089217, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:30:35.894Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3e924114-8993-40f7-846f-7567f9dcbb06 2022-09-30T04:30:35.894Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e924114-8993-40f7-846f-7567f9dcbb06 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:30:35.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "clamp", "timestamp": 1664512085148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "aai-ml", "timestamp": 1664512088996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "clamp", "timestamp": 1664512085148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "aai-ml", "timestamp": 1664512088996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "clamp", "timestamp": 1664512085148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "aai-ml", "timestamp": 1664512088996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "clamp", "timestamp": 1664512085148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "aai-ml", "timestamp": 1664512088996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "clamp", "timestamp": 1664512085148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:30:35.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "aai-ml", "timestamp": 1664512088996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "aai-ml", "timestamp": 1664512088996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "aai-ml", "timestamp": 1664512088996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "aai-ml", "timestamp": 1664512088996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:35.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "aai-ml", "timestamp": 1664512088996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:30:35.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:30:35.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "aai-ml", "timestamp": 1664512098740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:30:35.909Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "clamp", "timestamp": 1664512103203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:30:35.910Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "clamp", "timestamp": 1664512105220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:30:35.910Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "aai-ml", "timestamp": 1664512105219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:30:35.911Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:30:35.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "clamp", "timestamp": 1664512106224, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:30:35.916Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3e924114-8993-40f7-846f-7567f9dcbb06 2022-09-30T04:30:35.916Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e924114-8993-40f7-846f-7567f9dcbb06 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:30:35.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:30:35.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "aai-ml", "timestamp": 1664512106224, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:30:35.930Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3e924114-8993-40f7-846f-7567f9dcbb06 2022-09-30T04:30:35.931Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e924114-8993-40f7-846f-7567f9dcbb06 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:30:58.137Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39a23a32-e925-49ca-8b7a-1ed583bbaea3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-09-30T04:30:58.142Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39a23a32-e925-49ca-8b7a-1ed583bbaea3 and serviceModelVersionId: e6a641c4-0b96-4970-9193-01b9ecf64164 2022-09-30T04:30:58.142Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 596d1d78-0b5c-478a-bc66-6c38551e5228 2022-09-30T04:30:58.143Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/596d1d78-0b5c-478a-bc66-6c38551e5228/model-vers/model-ver/e6a641c4-0b96-4970-9193-01b9ecf64164?depth=0 2022-09-30T04:30:58.148Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T04:30:58.193Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/596d1d78-0b5c-478a-bc66-6c38551e5228/model-vers/model-ver/e6a641c4-0b96-4970-9193-01b9ecf64164?depth=0|INFO|500||Invoke 2022-09-30T04:30:58.193Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/596d1d78-0b5c-478a-bc66-6c38551e5228/model-vers/model-ver/e6a641c4-0b96-4970-9193-01b9ecf64164?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/596d1d78-0b5c-478a-bc66-6c38551e5228/model-vers/model-ver/e6a641c4-0b96-4970-9193-01b9ecf64164?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39a23a32-e925-49ca-8b7a-1ed583bbaea3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a94df38e-0752-4866-83b8-6a17518750f8], X-ECOMP-RequestID=[39a23a32-e925-49ca-8b7a-1ed583bbaea3], X-TransactionId=[], X-ONAP-RequestID=[39a23a32-e925-49ca-8b7a-1ed583bbaea3], Content-Type=[application/merge-patch+json]} 2022-09-30T04:30:58.213Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/596d1d78-0b5c-478a-bc66-6c38551e5228/model-vers/model-ver/e6a641c4-0b96-4970-9193-01b9ecf64164?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T04:30:58.317Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/596d1d78-0b5c-478a-bc66-6c38551e5228/model-vers/model-ver/e6a641c4-0b96-4970-9193-01b9ecf64164?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/596d1d78-0b5c-478a-bc66-6c38551e5228/model-vers/model-ver/e6a641c4-0b96-4970-9193-01b9ecf64164?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220930-04:30:57:250-2630], vertex-id=[192760], Content-Length=[0], Date=[Fri, 30 Sep 2022 04:30:57 GMT], Content-Type=[application/json]} 2022-09-30T04:30:58.317Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/596d1d78-0b5c-478a-bc66-6c38551e5228/model-vers/model-ver/e6a641c4-0b96-4970-9193-01b9ecf64164?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-30T04:30:58.318Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/596d1d78-0b5c-478a-bc66-6c38551e5228/model-vers/model-ver/e6a641c4-0b96-4970-9193-01b9ecf64164?depth=0|INFO|500||InvokeReturn 2022-09-30T04:30:58.318Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T04:30:58.318Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:30:58.325Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-30T04:30:58.325Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39a23a32-e925-49ca-8b7a-1ed583bbaea3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T04:30:58.325Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T04:30:58.325Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:30:58.327Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:30:58.327Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512258325, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T04:30:58.427Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:30:58.428Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:30:58.428Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:30:58.447Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:30:58.448Z||pool-50-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T04:30:59.342Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T04:30:59.343Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c7e72ec5-98b7-4c18-97b1-6d421cc52eef","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e93ef0ea-7df0-4e17-95ec-f38ffe2d587f","serviceDescription":"service","serviceInvariantUUID":"f7905f3f-6052-4d09-94e3-0bb39ca5c627","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4ddd3b6-db87-454c-983b-9b6c443d8201","resourceInvariantUUID":"0165e882-b71f-4813-87df-a02652756ab0","resourceCustomizationUUID":"1753de9c-bfef-4055-b071-857dbe61caac","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":"MWFiYzk4ZDlhMmQwYmY1OThkYWFkNWE3ZWJkOGRkNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e186166b-13c5-4f0c-a13b-a02e53077a1f","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":"OGQzZjE3YWQ2M2I5Njc0ZjU5M2QyNjdmNGIwYWMzMWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"371d7a09-aeb3-4f0c-9986-e6c67a1233d9","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":"201c221c-38bb-4e57-8e40-1eb928bc187d","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":"8fe3550a-1218-48e6-9a4d-8dbedb27fc0e","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":"87849cca-32bf-45fd-b5e0-47759d7c8591","artifactVersion":"2","generatedFromUUID":"201c221c-38bb-4e57-8e40-1eb928bc187d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OWIyNDRjMjZjZGMzYzc0N2YxOTkxZmViZWI1NWQwMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"739db8f0-5cbd-472e-85a5-dbee76f798b2","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWZmNmRlNDA3MzUyMDA5YTM0ZDZkZjRkMmQzMDEwZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb94f4d4-0abc-4961-895e-f691b8099a66","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T04:30:59.343Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:30:59.343Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:30:59.345Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:30:59.345Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:30:59.446Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:30:59.447Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:30:59.447Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:30:59.464Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:30:59.465Z||pool-51-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:31:00.346Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:31:00.346Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:00.348Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:00.349Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:31:00.449Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T04:31:00.449Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:00.450Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:00.469Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:00.470Z||pool-52-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:31:01.349Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:31:01.350Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:01.352Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:01.352Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-30T04:31:01.454Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-09-30T04:31:01.455Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:01.456Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:01.475Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:01.475Z||pool-53-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:31:02.359Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:31:02.361Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:02.366Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:02.366Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:31:02.473Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-09-30T04:31:02.474Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:02.474Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:02.489Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:02.490Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:31:03.366Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:31:03.367Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:03.370Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:03.370Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-30T04:31:03.470Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:31:03.471Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:03.471Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:03.487Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:03.488Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:31:04.371Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:31:04.371Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:04.373Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:04.374Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:31:04.474Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:31:04.475Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:04.475Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:04.491Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:04.492Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:31:05.374Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:31:05.375Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:05.377Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:05.377Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:31:05.478Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:31:05.479Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:05.479Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:05.494Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:05.494Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:31:06.379Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "e93ef0ea-7df0-4e17-95ec-f38ffe2d587f", "serviceDescription": "service", "serviceInvariantUUID": "f7905f3f-6052-4d09-94e3-0bb39ca5c627", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "1753de9c-bfef-4055-b071-857dbe61caac", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c4ddd3b6-db87-454c-983b-9b6c443d8201", "resourceInvariantUUID": "0165e882-b71f-4813-87df-a02652756ab0", "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": "OGQzZjE3YWQ2M2I5Njc0ZjU5M2QyNjdmNGIwYWMzMWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "371d7a09-aeb3-4f0c-9986-e6c67a1233d9", "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": "201c221c-38bb-4e57-8e40-1eb928bc187d", "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": "87849cca-32bf-45fd-b5e0-47759d7c8591", "generatedFromUUID": "201c221c-38bb-4e57-8e40-1eb928bc187d" }, "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": "87849cca-32bf-45fd-b5e0-47759d7c8591", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWZmNmRlNDA3MzUyMDA5YTM0ZDZkZjRkMmQzMDEwZmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eb94f4d4-0abc-4961-895e-f691b8099a66" } ], "workloadContext": "Production" } 2022-09-30T04:31:06.379Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T04:31:06.379Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e93ef0ea-7df0-4e17-95ec-f38ffe2d587f ASDC 2022-09-30T04:31:06.380Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:c7e72ec5-98b7-4c18-97b1-6d421cc52eef ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:e93ef0ea-7df0-4e17-95ec-f38ffe2d587f ServiceInvariantUUID:f7905f3f-6052-4d09-94e3-0bb39ca5c627 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:eb94f4d4-0abc-4961-895e-f691b8099a66 ArtifactChecksum:OWZmNmRlNDA3MzUyMDA5YTM0ZDZkZjRkMmQzMDEwZmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:1753de9c-bfef-4055-b071-857dbe61caac ResourceInvariantUUID:0165e882-b71f-4813-87df-a02652756ab0 ResourceName:basic_vm ResourceType:VF ResourceUUID:c4ddd3b6-db87-454c-983b-9b6c443d8201 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:371d7a09-aeb3-4f0c-9986-e6c67a1233d9 ArtifactChecksum:OGQzZjE3YWQ2M2I5Njc0ZjU5M2QyNjdmNGIwYWMzMWQ= 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:201c221c-38bb-4e57-8e40-1eb928bc187d 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:87849cca-32bf-45fd-b5e0-47759d7c8591 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:87849cca-32bf-45fd-b5e0-47759d7c8591 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-30T04:31:06.380Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e93ef0ea-7df0-4e17-95ec-f38ffe2d587f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T04:31:06.417Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T04:31:06.418Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:31:06.418Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:31:06.418Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: eb94f4d4-0abc-4961-895e-f691b8099a66 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-09-30T04:31:06.418Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:31:06.418Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-09-30T04:31:06.571Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:31:06.575Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar eb94f4d4-0abc-4961-895e-f691b8099a66 71060 2022-09-30T04:31:06.575Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-09-30T04:31:06.575Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-09-30T04:31:06.575Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:31:06.575Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:06.577Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:06.577Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512266575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:31:06.677Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-09-30T04:31:06.679Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:06.679Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:06.698Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:06.698Z||pool-58-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:31:07.580Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T04:31:07.581Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:31:07.581Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: eb94f4d4-0abc-4961-895e-f691b8099a66, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T04:31:07.582Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-09-30T04:31:07.582Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T04:31:07.583Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T04:31:07.699Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7053914209969430462/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-09-30T04:31:08.795Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T04:31:08.795Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-09-30T04:31:08.795Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T04:31:08.795Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-09-30T04:31:08.795Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T04:31:08.796Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T04:31:08.797Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T04:31:08.797Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T04:31:08.798Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T04:31:08.798Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T04:31:08.798Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T04:31:08.798Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T04:31:08.798Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T04:31:08.798Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-09-30T04:31:08.798Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:08.798Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:31:08.799Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T04:31:08.799Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-09-30T04:31:08.799Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T04:31:08.799Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:08.799Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:31:08.800Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T04:31:08.800Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-09-30T04:31:08.800Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T04:31:08.800Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:08.800Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:31:08.800Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:08.800Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-09-30T04:31:08.801Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-09-30T04:31:08.801Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-09-30T04:31:08.801Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-09-30T04:31:08.801Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-30T04:31:08.801Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-30T04:31:08.801Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:08.801Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T04:31:08.802Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:08.802Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T04:31:08.802Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:31:08.802Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:08.803Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T04:31:08.803Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:31:08.803Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:08.803Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T04:31:08.803Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:31:08.803Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:08.804Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-09-30T04:31:08.804Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-09-30T04:31:08.804Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-30T04:31:08.804Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4504766f-adae-4832-b213-4d7aef4a3a6a 2022-09-30T04:31:08.804Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:08.804Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:31:08.804Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:08.805Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:31:08.805Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:08.805Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:31:08.805Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:08.806Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:31:08.806Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:e93ef0ea-7df0-4e17-95ec-f38ffe2d587f Model Version:NULL Model InvariantUuid:f7905f3f-6052-4d09-94e3-0bb39ca5c627 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:08a752ee-b2db-43b1-8a61-914686ba3aa1 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0165e882-b71f-4813-87df-a02652756ab0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1753de9c-bfef-4055-b071-857dbe61caac NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:11f9448f-29b2-4fda-84e9-e9c8dc760938 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:0a3a473e-a0ef-44d2-baf5-9fd5aaf4e5ca ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4504766f-adae-4832-b213-4d7aef4a3a6a ModelInvariantUuid:1849457e-ac48-42a8-abb5-f611191f74aa ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:6e235be1-b97c-411d-a92a-0e001fa81667 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:c846d956-048b-47dd-b513-1c695a5e5f44 ModelInvariantUuid:52352e7c-732b-456d-bc2a-7cc9bc2da354 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:30da6a68-1c2e-478a-95f8-af8856b765ae ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-09-30T04:31:08.815Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: c4ddd3b6-db87-454c-983b-9b6c443d8201 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:31:08.818Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||basic_vm 0 2022-09-30T04:31:08.818Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c4ddd3b6-db87-454c-983b-9b6c443d8201 2022-09-30T04:31:08.819Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 371d7a09-aeb3-4f0c-9986-e6c67a1233d9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-09-30T04:31:08.819Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:31:08.819Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-09-30T04:31:08.942Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:31:08.943Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 371d7a09-aeb3-4f0c-9986-e6c67a1233d9 787 2022-09-30T04:31:08.943Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-09-30T04:31:08.943Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-09-30T04:31:08.943Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:31:08.943Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:08.945Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:08.945Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512268943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T04:31:09.046Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:31:09.047Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:09.047Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:09.062Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:09.073Z||pool-59-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:31:09.946Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "11f9448f-29b2-4fda-84e9-e9c8dc760938", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0a3a473e-a0ef-44d2-baf5-9fd5aaf4e5ca", "vfModuleModelCustomizationUUID": "a7faa22d-1504-4ad0-94f5-8c8c6b509db5", "isBase": true, "artifacts": [ "201c221c-38bb-4e57-8e40-1eb928bc187d", "87849cca-32bf-45fd-b5e0-47759d7c8591" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-09-30T04:31:09.950Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0a3a473e-a0ef-44d2-baf5-9fd5aaf4e5ca VfModuleModelInvariantUUID:11f9448f-29b2-4fda-84e9-e9c8dc760938 VfModuleModelDescription:NULL Artifacts UUID List:{ 201c221c-38bb-4e57-8e40-1eb928bc187d , 87849cca-32bf-45fd-b5e0-47759d7c8591 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-09-30T04:31:09.952Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "11f9448f-29b2-4fda-84e9-e9c8dc760938", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0a3a473e-a0ef-44d2-baf5-9fd5aaf4e5ca", "vfModuleModelCustomizationUUID": "a7faa22d-1504-4ad0-94f5-8c8c6b509db5", "isBase": true, "artifacts": [ "201c221c-38bb-4e57-8e40-1eb928bc187d", "87849cca-32bf-45fd-b5e0-47759d7c8591" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-09-30T04:31:09.952Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0a3a473e-a0ef-44d2-baf5-9fd5aaf4e5ca VfModuleModelInvariantUUID:11f9448f-29b2-4fda-84e9-e9c8dc760938 VfModuleModelDescription:NULL Artifacts UUID List:{ 201c221c-38bb-4e57-8e40-1eb928bc187d , 87849cca-32bf-45fd-b5e0-47759d7c8591 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-09-30T04:31:09.952Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 201c221c-38bb-4e57-8e40-1eb928bc187d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-09-30T04:31:09.952Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:31:09.952Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-09-30T04:31:10.004Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:31:10.005Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 201c221c-38bb-4e57-8e40-1eb928bc187d 5033 2022-09-30T04:31:10.005Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-09-30T04:31:10.005Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-09-30T04:31:10.005Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:31:10.005Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:10.007Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:10.007Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512270005, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T04:31:10.108Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:31:10.109Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:10.110Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:10.127Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:10.128Z||pool-60-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:31:11.008Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87849cca-32bf-45fd-b5e0-47759d7c8591 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-09-30T04:31:11.008Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:31:11.009Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-09-30T04:31:11.076Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:31:11.077Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 87849cca-32bf-45fd-b5e0-47759d7c8591 903 2022-09-30T04:31:11.077Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-09-30T04:31:11.078Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-09-30T04:31:11.078Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:31:11.078Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:11.080Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:11.080Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512271077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-30T04:31:11.181Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:31:11.182Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:11.182Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:11.204Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:11.205Z||pool-61-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:31:12.081Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e93ef0ea-7df0-4e17-95ec-f38ffe2d587f 2022-09-30T04:31:12.082Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c4ddd3b6-db87-454c-983b-9b6c443d8201 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:31:12.095Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@601536f1, org.onap.sdc.toscaparser.api.parameters.Input@3def8e00, org.onap.sdc.toscaparser.api.parameters.Input@18e50cb, org.onap.sdc.toscaparser.api.parameters.Input@59c2e1f6, org.onap.sdc.toscaparser.api.parameters.Input@10a9e681] 2022-09-30T04:31:12.097Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:12.097Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:31:12.097Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-09-30T04:31:12.098Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 1753de9c-bfef-4055-b071-857dbe61caac 2022-09-30T04:31:12.098Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1753de9c-bfef-4055-b071-857dbe61caac matches Tosca VF Customization UUID: 1753de9c-bfef-4055-b071-857dbe61caac 2022-09-30T04:31:12.098Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 1753de9c-bfef-4055-b071-857dbe61caac matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-09-30T04:31:12.100Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:12.100Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:31:12.101Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 1753de9c-bfef-4055-b071-857dbe61caac: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-09-30T04:31:12.101Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c0f7701 2022-09-30T04:31:12.101Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:12.101Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T04:31:12.101Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a7faa22d-1504-4ad0-94f5-8c8c6b509db5 2022-09-30T04:31:12.102Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a7faa22d-1504-4ad0-94f5-8c8c6b509db5 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-09-30T04:31:12.104Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:12.104Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T04:31:12.104Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:31:12.105Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:12.105Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T04:31:12.105Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:31:12.105Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:12.105Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-09-30T04:31:12.105Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-09-30T04:31:12.106Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-30T04:31:12.106Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4504766f-adae-4832-b213-4d7aef4a3a6a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-09-30T04:31:12.109Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:12.109Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T04:31:12.109Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:31:12.109Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:12.110Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T04:31:12.110Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=1753de9c-bfef-4055-b071-857dbe61caac Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:31:12.111Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:12.111Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:31:12.112Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e93ef0ea-7df0-4e17-95ec-f38ffe2d587f: basic_vm 2022-09-30T04:31:12.112Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:12.112Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:31:12.112Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:12.112Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:31:12.112Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:12.113Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:31:12.113Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:12.113Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:31:12.113Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:12.113Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:31:12.114Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:31:12.189Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c4ddd3b6-db87-454c-983b-9b6c443d8201 1 ASDC deployResourceStructure 2022-09-30T04:31:12.190Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-09-30T04:31:12.190Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-09-30T04:31:12.190Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:31:12.190Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:12.192Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:12.193Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512272190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T04:31:12.293Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:31:12.294Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:12.294Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:12.325Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:12.325Z||pool-62-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:31:13.194Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-09-30T04:31:13.194Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-09-30T04:31:13.195Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:31:13.195Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:13.197Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:13.197Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512273194, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-09-30T04:31:13.298Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T04:31:13.299Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:13.299Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:13.317Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:13.318Z||pool-63-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:31:14.198Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-09-30T04:31:14.199Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-09-30T04:31:14.199Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:31:14.200Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:14.202Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:14.202Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512274198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-09-30T04:31:14.302Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:31:14.303Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:14.303Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:14.320Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:14.321Z||pool-64-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:31:15.202Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-09-30T04:31:15.203Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-09-30T04:31:15.203Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:31:15.204Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:15.205Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:15.205Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512275202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:31:15.306Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:31:15.307Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:15.307Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:15.333Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:15.334Z||pool-65-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:31:16.207Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7e72ec5-98b7-4c18-97b1-6d421cc52eef Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:31:16.218Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7e72ec5-98b7-4c18-97b1-6d421cc52eef Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:31:16.222Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:31:16.222Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T04:31:16.223Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T04:31:16.223Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T04:31:16.223Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:31:16.223Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:31:16.223Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:31:16.223Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:31:16.223Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:31:16.223Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:31:16.224Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:31:16.228Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T04:31:35.617Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:31:35.619Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:31:35.619Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:35.656Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:35.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:31:35.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "005109e7-fad8-443d-86cf-3de7606411ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512211518, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T04:31:35.658Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:31:35.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:31:35.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:31:35.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:31:35.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:31:35.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:31:35.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:31:35.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:31:35.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:31:35.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:31:35.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:31:35.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:31:35.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:31:35.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:31:35.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:31:35.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:31:35.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:31:35.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:31:35.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:31:35.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:31:35.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:31:35.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:31:35.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:31:35.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:31:35.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:31:35.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:31:35.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512225166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:31:35.661Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:31:35.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:31:35.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512227112, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:31:35.661Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:31:46.229Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7e72ec5-98b7-4c18-97b1-6d421cc52eef and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-09-30T04:31:46.244Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7e72ec5-98b7-4c18-97b1-6d421cc52eef and serviceModelVersionId: e93ef0ea-7df0-4e17-95ec-f38ffe2d587f 2022-09-30T04:31:46.245Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f7905f3f-6052-4d09-94e3-0bb39ca5c627 2022-09-30T04:31:46.246Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f7905f3f-6052-4d09-94e3-0bb39ca5c627/model-vers/model-ver/e93ef0ea-7df0-4e17-95ec-f38ffe2d587f?depth=0 2022-09-30T04:31:46.253Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T04:31:46.298Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7905f3f-6052-4d09-94e3-0bb39ca5c627/model-vers/model-ver/e93ef0ea-7df0-4e17-95ec-f38ffe2d587f?depth=0|INFO|500||Invoke 2022-09-30T04:31:46.299Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7905f3f-6052-4d09-94e3-0bb39ca5c627/model-vers/model-ver/e93ef0ea-7df0-4e17-95ec-f38ffe2d587f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7905f3f-6052-4d09-94e3-0bb39ca5c627/model-vers/model-ver/e93ef0ea-7df0-4e17-95ec-f38ffe2d587f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c7e72ec5-98b7-4c18-97b1-6d421cc52eef], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[acf2013b-8429-4d44-ad14-87380bff40a4], X-ECOMP-RequestID=[c7e72ec5-98b7-4c18-97b1-6d421cc52eef], X-TransactionId=[], X-ONAP-RequestID=[c7e72ec5-98b7-4c18-97b1-6d421cc52eef], Content-Type=[application/merge-patch+json]} 2022-09-30T04:31:46.321Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7905f3f-6052-4d09-94e3-0bb39ca5c627/model-vers/model-ver/e93ef0ea-7df0-4e17-95ec-f38ffe2d587f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T04:31:46.406Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7905f3f-6052-4d09-94e3-0bb39ca5c627/model-vers/model-ver/e93ef0ea-7df0-4e17-95ec-f38ffe2d587f?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/f7905f3f-6052-4d09-94e3-0bb39ca5c627/model-vers/model-ver/e93ef0ea-7df0-4e17-95ec-f38ffe2d587f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220930-04:31:45:352-64981], vertex-id=[172152], Content-Length=[0], Date=[Fri, 30 Sep 2022 04:31:45 GMT], Content-Type=[application/json]} 2022-09-30T04:31:46.407Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7905f3f-6052-4d09-94e3-0bb39ca5c627/model-vers/model-ver/e93ef0ea-7df0-4e17-95ec-f38ffe2d587f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-30T04:31:46.407Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7905f3f-6052-4d09-94e3-0bb39ca5c627/model-vers/model-ver/e93ef0ea-7df0-4e17-95ec-f38ffe2d587f?depth=0|INFO|500||InvokeReturn 2022-09-30T04:31:46.407Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T04:31:46.407Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:31:46.412Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-30T04:31:46.413Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7e72ec5-98b7-4c18-97b1-6d421cc52eef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T04:31:46.413Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T04:31:46.413Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:46.415Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:46.415Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512306413, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T04:31:46.516Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-30T04:31:46.517Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:46.517Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:46.536Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:46.537Z||pool-66-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T04:31:47.430Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T04:31:47.430Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3e924114-8993-40f7-846f-7567f9dcbb06","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"e1400396-ba71-4870-a284-c2d5bd759a3a","serviceDescription":"service","serviceInvariantUUID":"c62213da-e62e-4fc9-9352-0313d990e37b","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe3f34c1-7b9b-448c-8983-5e6b26afddb3","resourceInvariantUUID":"823fb201-e7b6-4302-a848-befe1f030447","resourceCustomizationUUID":"790a2a8a-7eb7-4550-b8d6-6f454d8965b8","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":"NmNiY2I2MDc4MTY4NGE0YzkwODQwYTc3ZDlkYzVhOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"915d0e7c-91f4-414a-9ad4-2b077b889291","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":"5decd7ef-6ca2-46c6-b927-4f08aa8cab52","artifactVersion":"2","generatedFromUUID":"af345e21-d0a7-4fc4-ac60-48736bb23874"},{"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":"af345e21-d0a7-4fc4-ac60-48736bb23874","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":"MjFjOGM5Yjc0ZTBiYzY1YzUyNmQ0Yzc2YTU0ZjUyYmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"59c496d2-e4de-4b85-8464-6e5037a151dc","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":"21644309-f792-48aa-92c7-6bf2d9a69484","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":"e9f0c36a-efee-4abd-b8dc-f07760c23467","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":"736b4238-5c12-4882-9a6e-abc2d6e725ba","artifactVersion":"2","generatedFromUUID":"21644309-f792-48aa-92c7-6bf2d9a69484"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Y2FjZDk4M2YxYzliZTcwNjI4YjI1YWY0YTY4NTg0MjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c92bece-6535-44dc-919f-08fca9186630","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Y2VhNGRhM2ZjYmQzOTkzYzE5YzgyZmM4NGYwN2I3ZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79d5edea-ddd6-4760-a00c-1cc5c4678908","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T04:31:47.431Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:31:47.431Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:47.434Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:47.434Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:31:47.534Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:31:47.537Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:47.537Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:47.560Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:47.560Z||pool-67-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:31:48.435Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:31:48.436Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:48.438Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:48.439Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-09-30T04:31:48.539Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T04:31:48.540Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:48.540Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:48.556Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:48.557Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:31:49.439Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:31:49.440Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:49.443Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:49.443Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-09-30T04:31:49.543Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:31:49.544Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:49.544Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:49.561Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:49.562Z||pool-69-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:31:50.444Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:31:50.445Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:50.447Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:50.447Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:31:50.547Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T04:31:50.548Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:50.548Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:50.567Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:50.568Z||pool-70-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:31:51.448Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:31:51.449Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:51.455Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:51.455Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-09-30T04:31:51.556Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-30T04:31:51.557Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:51.557Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:51.574Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:51.575Z||pool-71-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:31:52.456Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:31:52.457Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:52.459Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:52.459Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:31:52.559Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:31:52.560Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:52.561Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:52.579Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:52.580Z||pool-72-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:31:53.459Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:31:53.461Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:53.463Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:53.463Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-09-30T04:31:53.563Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:31:53.565Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:53.566Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:53.586Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:53.586Z||pool-73-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:31:54.464Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:31:54.465Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:54.467Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:54.467Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:31:54.567Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:31:54.568Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:54.568Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:54.586Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:54.586Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:31:55.468Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:31:55.469Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:55.472Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:55.472Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:31:55.572Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:31:55.573Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:55.573Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:55.594Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:55.595Z||pool-75-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:31:56.473Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "e1400396-ba71-4870-a284-c2d5bd759a3a", "serviceDescription": "service", "serviceInvariantUUID": "c62213da-e62e-4fc9-9352-0313d990e37b", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "790a2a8a-7eb7-4550-b8d6-6f454d8965b8", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fe3f34c1-7b9b-448c-8983-5e6b26afddb3", "resourceInvariantUUID": "823fb201-e7b6-4302-a848-befe1f030447", "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": "5decd7ef-6ca2-46c6-b927-4f08aa8cab52", "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": "af345e21-d0a7-4fc4-ac60-48736bb23874", "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": "MjFjOGM5Yjc0ZTBiYzY1YzUyNmQ0Yzc2YTU0ZjUyYmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "59c496d2-e4de-4b85-8464-6e5037a151dc", "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": "21644309-f792-48aa-92c7-6bf2d9a69484", "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": "736b4238-5c12-4882-9a6e-abc2d6e725ba", "generatedFromUUID": "21644309-f792-48aa-92c7-6bf2d9a69484" }, "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": "736b4238-5c12-4882-9a6e-abc2d6e725ba", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "Y2VhNGRhM2ZjYmQzOTkzYzE5YzgyZmM4NGYwN2I3ZDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "79d5edea-ddd6-4760-a00c-1cc5c4678908" } ], "workloadContext": "Production" } 2022-09-30T04:31:56.473Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T04:31:56.474Z|c7e72ec5-98b7-4c18-97b1-6d421cc52eef|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e1400396-ba71-4870-a284-c2d5bd759a3a ASDC 2022-09-30T04:31:56.474Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:3e924114-8993-40f7-846f-7567f9dcbb06 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:e1400396-ba71-4870-a284-c2d5bd759a3a ServiceInvariantUUID:c62213da-e62e-4fc9-9352-0313d990e37b 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:79d5edea-ddd6-4760-a00c-1cc5c4678908 ArtifactChecksum:Y2VhNGRhM2ZjYmQzOTkzYzE5YzgyZmM4NGYwN2I3ZDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:790a2a8a-7eb7-4550-b8d6-6f454d8965b8 ResourceInvariantUUID:823fb201-e7b6-4302-a848-befe1f030447 ResourceName:basic_cnf ResourceType:VF ResourceUUID:fe3f34c1-7b9b-448c-8983-5e6b26afddb3 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:5decd7ef-6ca2-46c6-b927-4f08aa8cab52 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:af345e21-d0a7-4fc4-ac60-48736bb23874 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:59c496d2-e4de-4b85-8464-6e5037a151dc ArtifactChecksum:MjFjOGM5Yjc0ZTBiYzY1YzUyNmQ0Yzc2YTU0ZjUyYmU= 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:21644309-f792-48aa-92c7-6bf2d9a69484 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:736b4238-5c12-4882-9a6e-abc2d6e725ba 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:736b4238-5c12-4882-9a6e-abc2d6e725ba ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-30T04:31:56.474Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e1400396-ba71-4870-a284-c2d5bd759a3a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T04:31:56.523Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T04:31:56.524Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:31:56.524Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:31:56.524Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 79d5edea-ddd6-4760-a00c-1cc5c4678908 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-09-30T04:31:56.524Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:31:56.524Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-09-30T04:31:56.793Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:31:56.796Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 79d5edea-ddd6-4760-a00c-1cc5c4678908 68945 2022-09-30T04:31:56.797Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-09-30T04:31:56.797Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-09-30T04:31:56.797Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:31:56.797Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:56.799Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:56.800Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512316796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:31:56.900Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T04:31:56.900Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:56.901Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:56.917Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:56.918Z||pool-76-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:31:57.800Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T04:31:57.803Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:31:57.804Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 79d5edea-ddd6-4760-a00c-1cc5c4678908, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-30T04:31:57.829Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-09-30T04:31:57.830Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-30T04:31:57.830Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-30T04:31:57.945Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP613072943362716278/Definitions/service-BasicCnf-template.yml 2022-09-30T04:31:59.063Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T04:31:59.063Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-09-30T04:31:59.063Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-30T04:31:59.063Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-09-30T04:31:59.063Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-30T04:31:59.064Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-30T04:31:59.064Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-30T04:31:59.064Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-30T04:31:59.064Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-09-30T04:31:59.064Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:59.064Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:31:59.064Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T04:31:59.065Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-09-30T04:31:59.065Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T04:31:59.065Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:59.065Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:31:59.065Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T04:31:59.065Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-09-30T04:31:59.065Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T04:31:59.066Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:59.066Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:31:59.066Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:59.066Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-09-30T04:31:59.066Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-09-30T04:31:59.066Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria 2022-09-30T04:31:59.067Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-30T04:31:59.067Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:59.067Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T04:31:59.067Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:59.067Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T04:31:59.067Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:31:59.068Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:59.068Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T04:31:59.068Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:31:59.068Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:59.068Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T04:31:59.068Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:31:59.069Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:59.069Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-09-30T04:31:59.069Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-09-30T04:31:59.069Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=687f9f75-fda3-4493-9d3e-5f2fd16a04d8 2022-09-30T04:31:59.070Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:59.070Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:31:59.070Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:59.070Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:31:59.070Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:59.070Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:31:59.071Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:31:59.071Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:31:59.071Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:e1400396-ba71-4870-a284-c2d5bd759a3a Model Version:NULL Model InvariantUuid:c62213da-e62e-4fc9-9352-0313d990e37b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:8c0594e0-fd9f-4163-82ee-b7831a6b008c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:823fb201-e7b6-4302-a848-befe1f030447 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:790a2a8a-7eb7-4550-b8d6-6f454d8965b8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fce0e606-1ec5-4dad-a403-93df133adcf9 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:480aa77c-8cfa-4823-8763-23c7cfff6d79 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:687f9f75-fda3-4493-9d3e-5f2fd16a04d8 ModelInvariantUuid:f5b787ba-cc36-4df1-a12a-3c6af1c1a250 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:e3eec336-a772-4c7d-b314-a253e4827d89 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:a19a9103-67dc-48d2-8f25-b2ddcb877d2b ModelInvariantUuid:4e54249d-cc6a-4e64-b30a-2dee25f91717 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:c7784736-b9cf-4e21-a8a8-a7b60d5af596 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-09-30T04:31:59.078Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: fe3f34c1-7b9b-448c-8983-5e6b26afddb3 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:31:59.082Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||basic_cnf 0 2022-09-30T04:31:59.083Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe3f34c1-7b9b-448c-8983-5e6b26afddb3 2022-09-30T04:31:59.083Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5decd7ef-6ca2-46c6-b927-4f08aa8cab52 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-09-30T04:31:59.083Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:31:59.084Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-09-30T04:31:59.152Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:31:59.153Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 5decd7ef-6ca2-46c6-b927-4f08aa8cab52 12 2022-09-30T04:31:59.153Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-09-30T04:31:59.153Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-09-30T04:31:59.154Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:31:59.154Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:31:59.156Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:31:59.156Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512319153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-09-30T04:31:59.257Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:31:59.258Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:31:59.258Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:31:59.274Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:31:59.275Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:32:00.157Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: af345e21-d0a7-4fc4-ac60-48736bb23874 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-09-30T04:32:00.157Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:32:00.158Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-09-30T04:32:00.225Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:32:00.226Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz af345e21-d0a7-4fc4-ac60-48736bb23874 2688 2022-09-30T04:32:00.226Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-09-30T04:32:00.226Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-09-30T04:32:00.227Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:32:00.227Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:32:00.229Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:32:00.229Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512320226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-09-30T04:32:00.329Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:32:00.330Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:32:00.330Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:32:00.347Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:32:00.348Z||pool-78-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:32:01.230Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 59c496d2-e4de-4b85-8464-6e5037a151dc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-09-30T04:32:01.231Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:32:01.231Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-09-30T04:32:01.288Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:32:01.289Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 59c496d2-e4de-4b85-8464-6e5037a151dc 828 2022-09-30T04:32:01.289Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-09-30T04:32:01.289Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-09-30T04:32:01.289Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:32:01.290Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:32:01.291Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:32:01.291Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512321289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T04:32:01.392Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:32:01.393Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:32:01.393Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:32:01.408Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:32:01.409Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:32:02.292Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "fce0e606-1ec5-4dad-a403-93df133adcf9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "480aa77c-8cfa-4823-8763-23c7cfff6d79", "vfModuleModelCustomizationUUID": "0a0ae8a9-2d6e-40c3-a695-e52955867e39", "isBase": true, "artifacts": [ "af345e21-d0a7-4fc4-ac60-48736bb23874", "21644309-f792-48aa-92c7-6bf2d9a69484", "736b4238-5c12-4882-9a6e-abc2d6e725ba" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-09-30T04:32:02.297Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:480aa77c-8cfa-4823-8763-23c7cfff6d79 VfModuleModelInvariantUUID:fce0e606-1ec5-4dad-a403-93df133adcf9 VfModuleModelDescription:NULL Artifacts UUID List:{ af345e21-d0a7-4fc4-ac60-48736bb23874 , 21644309-f792-48aa-92c7-6bf2d9a69484 , 736b4238-5c12-4882-9a6e-abc2d6e725ba } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-09-30T04:32:02.299Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "fce0e606-1ec5-4dad-a403-93df133adcf9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "480aa77c-8cfa-4823-8763-23c7cfff6d79", "vfModuleModelCustomizationUUID": "0a0ae8a9-2d6e-40c3-a695-e52955867e39", "isBase": true, "artifacts": [ "af345e21-d0a7-4fc4-ac60-48736bb23874", "21644309-f792-48aa-92c7-6bf2d9a69484", "736b4238-5c12-4882-9a6e-abc2d6e725ba" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-09-30T04:32:02.299Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:480aa77c-8cfa-4823-8763-23c7cfff6d79 VfModuleModelInvariantUUID:fce0e606-1ec5-4dad-a403-93df133adcf9 VfModuleModelDescription:NULL Artifacts UUID List:{ af345e21-d0a7-4fc4-ac60-48736bb23874 , 21644309-f792-48aa-92c7-6bf2d9a69484 , 736b4238-5c12-4882-9a6e-abc2d6e725ba } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-09-30T04:32:02.299Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 21644309-f792-48aa-92c7-6bf2d9a69484 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-09-30T04:32:02.300Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:32:02.300Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-09-30T04:32:02.369Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:32:02.370Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 21644309-f792-48aa-92c7-6bf2d9a69484 1164 2022-09-30T04:32:02.370Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-09-30T04:32:02.370Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-09-30T04:32:02.370Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:32:02.371Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:32:02.373Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:32:02.373Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512322370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T04:32:02.473Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:32:02.475Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:32:02.475Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:32:02.490Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:32:02.492Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:32:03.374Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 736b4238-5c12-4882-9a6e-abc2d6e725ba from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-09-30T04:32:03.374Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:32:03.374Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-09-30T04:32:03.444Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:32:03.444Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 736b4238-5c12-4882-9a6e-abc2d6e725ba 200 2022-09-30T04:32:03.445Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-09-30T04:32:03.445Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-09-30T04:32:03.445Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:32:03.445Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:32:03.448Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:32:03.448Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512323445, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-09-30T04:32:03.548Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:32:03.549Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:32:03.549Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:32:03.565Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:32:03.565Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:32:04.448Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e1400396-ba71-4870-a284-c2d5bd759a3a 2022-09-30T04:32:04.449Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 fe3f34c1-7b9b-448c-8983-5e6b26afddb3 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 2022-09-30T04:32:04.466Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:32:04.473Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@841462c, org.onap.sdc.toscaparser.api.parameters.Input@30bc5d0f, org.onap.sdc.toscaparser.api.parameters.Input@591cb005, org.onap.sdc.toscaparser.api.parameters.Input@2784ac78, org.onap.sdc.toscaparser.api.parameters.Input@2576ee82] 2022-09-30T04:32:04.474Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:32:04.474Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:32:04.474Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-09-30T04:32:04.474Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 790a2a8a-7eb7-4550-b8d6-6f454d8965b8 2022-09-30T04:32:04.474Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 790a2a8a-7eb7-4550-b8d6-6f454d8965b8 matches Tosca VF Customization UUID: 790a2a8a-7eb7-4550-b8d6-6f454d8965b8 2022-09-30T04:32:04.475Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 790a2a8a-7eb7-4550-b8d6-6f454d8965b8 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-09-30T04:32:04.477Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:32:04.477Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:32:04.477Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 790a2a8a-7eb7-4550-b8d6-6f454d8965b8: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-09-30T04:32:04.477Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@49b5030b 2022-09-30T04:32:04.477Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:32:04.478Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T04:32:04.478Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0a0ae8a9-2d6e-40c3-a695-e52955867e39 2022-09-30T04:32:04.478Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0a0ae8a9-2d6e-40c3-a695-e52955867e39 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-09-30T04:32:04.480Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:32:04.480Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T04:32:04.480Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:32:04.480Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:32:04.481Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T04:32:04.481Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:32:04.481Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:32:04.481Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-09-30T04:32:04.481Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-09-30T04:32:04.481Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=687f9f75-fda3-4493-9d3e-5f2fd16a04d8 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-09-30T04:32:04.483Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:32:04.483Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T04:32:04.483Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:32:04.484Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:32:04.484Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T04:32:04.484Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=790a2a8a-7eb7-4550-b8d6-6f454d8965b8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:32:04.486Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:32:04.486Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:32:04.486Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e1400396-ba71-4870-a284-c2d5bd759a3a: basic_cnf 2022-09-30T04:32:04.486Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:32:04.486Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:32:04.486Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:32:04.486Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:32:04.487Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:32:04.487Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:32:04.487Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:32:04.487Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:32:04.487Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:32:04.487Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:32:04.487Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:32:04.554Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf fe3f34c1-7b9b-448c-8983-5e6b26afddb3 1 ASDC deployResourceStructure 2022-09-30T04:32:04.555Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-09-30T04:32:04.555Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-09-30T04:32:04.555Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-09-30T04:32:04.556Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:32:04.557Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:32:04.557Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512324555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-09-30T04:32:04.658Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:32:04.659Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:32:04.659Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:32:04.675Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:32:04.675Z||pool-82-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:32:05.558Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-09-30T04:32:05.558Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-09-30T04:32:05.558Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-09-30T04:32:05.559Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:32:05.566Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:32:05.566Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512325558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-09-30T04:32:05.662Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-09-30T04:32:05.663Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:32:05.664Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:32:05.690Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:32:05.691Z||pool-83-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:32:06.568Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-09-30T04:32:06.568Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-09-30T04:32:06.568Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:32:06.569Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:32:06.571Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:32:06.571Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512326568, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T04:32:06.671Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:32:06.672Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:32:06.672Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:32:06.690Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:32:06.690Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:32:07.574Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-09-30T04:32:07.574Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-09-30T04:32:07.574Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:32:07.574Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:32:07.576Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:32:07.576Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512327573, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-09-30T04:32:07.677Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-30T04:32:07.678Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:32:07.678Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:32:07.691Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:32:07.692Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:32:08.578Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-09-30T04:32:08.578Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-09-30T04:32:08.578Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:32:08.579Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:32:08.581Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:32:08.581Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512328578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-09-30T04:32:08.681Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:32:08.682Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:32:08.682Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:32:08.722Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:32:08.722Z||pool-86-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:32:09.582Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-09-30T04:32:09.582Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-09-30T04:32:09.583Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:32:09.583Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:32:09.584Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:32:09.585Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512329582, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:32:09.685Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:32:09.686Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:32:09.686Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:32:09.712Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:32:09.712Z||pool-87-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:32:10.586Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e924114-8993-40f7-846f-7567f9dcbb06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:32:10.597Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e924114-8993-40f7-846f-7567f9dcbb06 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:32:10.602Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:32:10.602Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T04:32:10.602Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T04:32:10.602Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T04:32:10.603Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:32:10.603Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:32:10.603Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:32:10.603Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:32:10.603Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:32:10.603Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:32:10.603Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:32:10.608Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T04:32:35.617Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:32:35.618Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:32:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:32:35.646Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:32:35.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:32:35.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512258325, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T04:32:35.648Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:32:35.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:32:35.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:32:35.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:32:35.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:32:35.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:32:35.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:32:35.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:32:35.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-30T04:32:35.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:32:35.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:32:35.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:32:35.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:32:35.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:32:35.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-30T04:32:35.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:32:35.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:32:35.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:32:35.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:32:35.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:32:35.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:32:35.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:32:35.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:32:35.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512266575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:32:35.651Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:32:35.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:32:35.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512268943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T04:32:35.651Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:32:35.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:32:35.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512270005, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T04:32:35.651Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:32:35.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:32:35.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512271077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-30T04:32:35.652Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:32:35.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:32:35.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512272190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T04:32:35.652Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:32:35.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:32:35.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512273194, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-09-30T04:32:35.652Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:32:35.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:32:35.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512274198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-09-30T04:32:35.653Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:32:35.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:32:35.653Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512275202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:32:35.653Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:32:40.609Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3e924114-8993-40f7-846f-7567f9dcbb06 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-09-30T04:32:40.614Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3e924114-8993-40f7-846f-7567f9dcbb06 and serviceModelVersionId: e1400396-ba71-4870-a284-c2d5bd759a3a 2022-09-30T04:32:40.615Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c62213da-e62e-4fc9-9352-0313d990e37b 2022-09-30T04:32:40.615Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c62213da-e62e-4fc9-9352-0313d990e37b/model-vers/model-ver/e1400396-ba71-4870-a284-c2d5bd759a3a?depth=0 2022-09-30T04:32:40.620Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T04:32:40.665Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c62213da-e62e-4fc9-9352-0313d990e37b/model-vers/model-ver/e1400396-ba71-4870-a284-c2d5bd759a3a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-09-30T04:32:40.667Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c62213da-e62e-4fc9-9352-0313d990e37b/model-vers/model-ver/e1400396-ba71-4870-a284-c2d5bd759a3a?depth=0|INFO|500||Invoke 2022-09-30T04:32:40.689Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c62213da-e62e-4fc9-9352-0313d990e37b/model-vers/model-ver/e1400396-ba71-4870-a284-c2d5bd759a3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T04:32:40.774Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c62213da-e62e-4fc9-9352-0313d990e37b/model-vers/model-ver/e1400396-ba71-4870-a284-c2d5bd759a3a?depth=0|INFO|500||InvokeReturn 2022-09-30T04:32:40.774Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c62213da-e62e-4fc9-9352-0313d990e37b/model-vers/model-ver/e1400396-ba71-4870-a284-c2d5bd759a3a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220930-04:32:39:715-44336], vertex-id=[213240], Content-Length=[0], Date=[Fri, 30 Sep 2022 04:32:39 GMT], Content-Type=[application/json]} 2022-09-30T04:32:40.775Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-09-30T04:32:40.775Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T04:32:40.775Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:32:40.780Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-30T04:32:40.781Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3e924114-8993-40f7-846f-7567f9dcbb06 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T04:32:40.781Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T04:32:40.781Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:32:40.783Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:32:40.783Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512360781, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T04:32:40.883Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:32:40.885Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:32:40.885Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:32:40.902Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:32:40.903Z||pool-88-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T04:32:41.796Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:32:41.797Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:32:41.797Z|3e924114-8993-40f7-846f-7567f9dcbb06|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:32:52.092Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:32:52.093Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:32:52.093Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:32:52.093Z|3e924114-8993-40f7-846f-7567f9dcbb06|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:33:01.651Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:33:01.651Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:33:01.652Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:33:01.652Z|3e924114-8993-40f7-846f-7567f9dcbb06|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:33:11.192Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:33:11.192Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:33:11.193Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:33:11.193Z|3e924114-8993-40f7-846f-7567f9dcbb06|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:33:20.742Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:33:20.743Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:33:20.743Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:33:20.743Z|3e924114-8993-40f7-846f-7567f9dcbb06|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:33:30.287Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:33:35.605Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:33:35.606Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:33:35.606Z|3e924114-8993-40f7-846f-7567f9dcbb06|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:33:35.617Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:33:35.618Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:33:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:33:35.652Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:33:35.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:33:35.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512306413, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T04:33:35.654Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:33:35.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:33:35.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:33:35.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T04:33:35.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:33:35.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-09-30T04:33:35.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T04:33:35.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:33:35.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-09-30T04:33:35.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T04:33:35.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:33:35.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:33:35.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T04:33:35.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:33:35.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-09-30T04:33:35.656Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T04:33:35.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:33:35.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:33:35.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T04:33:35.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:33:35.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-09-30T04:33:35.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T04:33:35.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:33:35.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:33:35.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T04:33:35.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:33:35.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512212533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:33:35.658Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T04:33:35.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:33:35.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512316796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:33:35.658Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:33:35.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:33:35.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512319153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-09-30T04:33:35.659Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:33:35.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:33:35.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512320226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-09-30T04:33:35.659Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:33:35.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:33:35.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512321289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T04:33:35.659Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:33:35.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:33:35.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512322370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T04:33:35.660Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:33:35.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:33:35.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512323445, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-09-30T04:33:35.660Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:33:35.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:33:35.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512324555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-09-30T04:33:35.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:33:35.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:33:35.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512325558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-09-30T04:33:35.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:33:35.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:33:35.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512326568, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T04:33:35.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:33:35.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:33:35.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512327573, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-09-30T04:33:35.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:33:35.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:33:35.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512328578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-09-30T04:33:35.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:33:35.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:33:35.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512329582, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:33:35.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:33:45.154Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:34:35.605Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:34:35.606Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:34:35.606Z|3e924114-8993-40f7-846f-7567f9dcbb06|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:34:35.617Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:34:35.618Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:34:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:34:36.145Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:34:36.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:34:36.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e924114-8993-40f7-846f-7567f9dcbb06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512360781, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T04:34:36.146Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:34:45.172Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:35:35.605Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:35:35.606Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:35:35.606Z|3e924114-8993-40f7-846f-7567f9dcbb06|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:35:35.617Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:35:35.618Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:35:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:35:45.172Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:35:45.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:36:35.605Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:36:35.606Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:36:35.606Z|3e924114-8993-40f7-846f-7567f9dcbb06|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:36:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:36:35.618Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:36:35.619Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:36:45.188Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:36:45.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:37:35.605Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:37:35.606Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:37:35.606Z|3e924114-8993-40f7-846f-7567f9dcbb06|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:37:35.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:37:35.618Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:37:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:37:36.236Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:37:36.236Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.237Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3","serviceName":"Demo_pNF_EaJeKT6abqioGkYpKaso","serviceVersion":"1.0","serviceUUID":"a6d3c544-1750-4b22-8cb8-fe0671d5031d","serviceDescription":"catalog service description","serviceInvariantUUID":"2086557d-0105-4a1c-b1e8-3f5ea941fb0e","resources":[{"resourceInstanceName":"pNF fa753534-db10 0","resourceName":"pNF fa753534-db10","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fe26d57c-b907-4c29-8190-e81ead04ec84","resourceInvariantUUID":"e74ec2b5-1c5f-41cd-b460-54a36bcc8d9c","resourceCustomizationUUID":"39b3f83b-cf6c-4215-9f0c-85d1cf8d79da","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/vf-license-model.xml","artifactChecksum":"ODQ3ZWYyZjNhZjAxMmVlMjEzODNjMWQ2ZWM4MGU5MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4c7db128-9f70-4785-8fb8-e257f2e83fb9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/pNF.csar","artifactChecksum":"ZjQ2M2VkMWIzMGRiMGU1OTk1MjM5MDM3YWU2MmIzYTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ad521b4-1f61-4fed-805b-3e2c8dbd149d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc220c4b-1e14-4c72-a763-cf6cf92408bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/vendor-license-model.xml","artifactChecksum":"YTQ4M2Q5NDUwYjNlNGViNTBlYjhjMDI2MjQwOWFhZWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6ef1f709-46a0-41e0-9c52-fff8efe84121","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b2f6f1dc-57d8-465d-809d-0978fb2f17d1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"938559f6-994a-4e72-bf4f-179783440442","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEajekt6abqiogkypkaso-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-template.yml","artifactChecksum":"YmJiODRkYWE3MGZkODJiZDY1ZDZkNzg4NzIxNTU1YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ab4ae9d7-5b5d-40f7-9862-581fddd01ab8","artifactVersion":"1"},{"artifactName":"service-DemoPnfEajekt6abqiogkypkaso-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar","artifactChecksum":"ZDFkNzEyOTY5Y2E2YjM5OTY0ZTg5ZDE4YTY2NTA1OTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a1d7db2f-9184-402d-9d19-b0efb042670f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T04:37:36.239Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:37:36.240Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:37:36.242Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:37:36.242Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512655605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.258Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:37:36.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "multicloud-k8s-id", "timestamp": 1664512605707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512604737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "policy-id", "timestamp": 1664512613128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "cds", "timestamp": 1664512613937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512604737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "multicloud-k8s-id", "timestamp": 1664512605707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "policy-id", "timestamp": 1664512613128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "cds", "timestamp": 1664512613937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512604737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "multicloud-k8s-id", "timestamp": 1664512605707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "policy-id", "timestamp": 1664512613128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "cds", "timestamp": 1664512613937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512604737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "multicloud-k8s-id", "timestamp": 1664512605707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "cds", "timestamp": 1664512613937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "policy-id", "timestamp": 1664512613128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512604737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "multicloud-k8s-id", "timestamp": 1664512605707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "policy-id", "timestamp": 1664512613128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "cds", "timestamp": 1664512613937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512604737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "multicloud-k8s-id", "timestamp": 1664512605707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "policy-id", "timestamp": 1664512613128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "cds", "timestamp": 1664512613937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512604737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "multicloud-k8s-id", "timestamp": 1664512605707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "policy-id", "timestamp": 1664512613128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "cds", "timestamp": 1664512613937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512604737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:37:36.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "multicloud-k8s-id", "timestamp": 1664512605707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:37:36.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "policy-id", "timestamp": 1664512613128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:37:36.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "cds", "timestamp": 1664512613937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:37:36.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "ves-openapi-manager", "timestamp": 1664512621791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512622432, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:37:36.275Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:37:36.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "cds", "timestamp": 1664512622671, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:37:36.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:37:36.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "policy-id", "timestamp": 1664512622656, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:37:36.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:37:36.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "ves-openapi-manager", "timestamp": 1664512621791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "cds", "timestamp": 1664512623678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:37:36.295Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3 2022-09-30T04:37:36.295Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:37:36.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "policy-id", "timestamp": 1664512623662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:37:36.306Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:37:36.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "ves-openapi-manager", "timestamp": 1664512621791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512624358, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:37:36.307Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:37:36.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "policy-id", "timestamp": 1664512624685, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:37:36.311Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3 2022-09-30T04:37:36.311Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:37:36.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "ves-openapi-manager", "timestamp": 1664512621791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664512625362, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:37:36.323Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3 2022-09-30T04:37:36.323Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:37:36.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "clamp", "timestamp": 1664512625148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "ves-openapi-manager", "timestamp": 1664512621791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "clamp", "timestamp": 1664512625148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "ves-openapi-manager", "timestamp": 1664512621791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-09-30T04:37:36.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "clamp", "timestamp": 1664512625148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "ves-openapi-manager", "timestamp": 1664512621791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "clamp", "timestamp": 1664512625148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "ves-openapi-manager", "timestamp": 1664512621791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "clamp", "timestamp": 1664512625148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "ves-openapi-manager", "timestamp": 1664512630569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T04:37:36.336Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:37:36.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "aai-ml", "timestamp": 1664512628996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "clamp", "timestamp": 1664512625148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "aai-ml", "timestamp": 1664512628996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "ves-openapi-manager", "timestamp": 1664512631599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-09-30T04:37:36.337Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:37:36.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "clamp", "timestamp": 1664512625148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "aai-ml", "timestamp": 1664512628996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "ves-openapi-manager", "timestamp": 1664512632602, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:37:36.342Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:37:36.342Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:37:36.342Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:37:36.344Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3 2022-09-30T04:37:36.344Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:37:36.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "clamp", "timestamp": 1664512625148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:37:36.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "aai-ml", "timestamp": 1664512628996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "aai-ml", "timestamp": 1664512628996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "aai-ml", "timestamp": 1664512628996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "aai-ml", "timestamp": 1664512628996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:36.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "aai-ml", "timestamp": 1664512628996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:37:36.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T04:37:36.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "aai-ml", "timestamp": 1664512637774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:37:36.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:37:36.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "clamp", "timestamp": 1664512639296, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:37:36.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:37:36.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "clamp", "timestamp": 1664512640320, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:37:36.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:37:36.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "clamp", "timestamp": 1664512641325, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:37:36.357Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:37:36.357Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:37:36.360Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3 2022-09-30T04:37:36.360Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:37:36.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "aai-ml", "timestamp": 1664512642665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:37:36.368Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:37:36.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T04:37:36.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "aai-ml", "timestamp": 1664512643669, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:37:36.373Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3 2022-09-30T04:37:36.373Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:37:37.242Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:37:37.243Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:37:37.245Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:37:37.245Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512655605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:37.345Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:37:37.346Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:37:37.346Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:37:37.360Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:37:37.360Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:37:38.245Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:37:38.246Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:37:38.248Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:37:38.248Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512655605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:38.349Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:37:38.350Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:37:38.350Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:37:38.366Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:37:38.366Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:37:39.249Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:37:39.250Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:37:39.252Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:37:39.253Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512655605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:39.353Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:37:39.354Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:37:39.354Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:37:39.370Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:37:39.370Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:37:40.253Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:37:40.254Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:37:40.256Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:37:40.256Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512655605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:40.356Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:37:40.357Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:37:40.358Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:37:40.372Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:37:40.372Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:37:41.257Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:37:41.258Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:37:41.260Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:37:41.261Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512655605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:41.361Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:37:41.362Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:37:41.362Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:37:41.378Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:37:41.379Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:37:42.261Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:37:42.262Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:37:42.264Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:37:42.264Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512655605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:37:42.364Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:37:42.365Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:37:42.365Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:37:42.384Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:37:42.384Z||pool-95-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:37:43.264Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:37:43.268Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:37:43.270Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:37:43.270Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512655605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:37:43.371Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:37:43.372Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:37:43.372Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:37:43.388Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:37:43.389Z||pool-96-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:37:44.271Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "serviceName": "Demo_pNF_EaJeKT6abqioGkYpKaso", "serviceVersion": "1.0", "serviceUUID": "a6d3c544-1750-4b22-8cb8-fe0671d5031d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2086557d-0105-4a1c-b1e8-3f5ea941fb0e", "resources": [ { "resourceInstanceName": "pNF fa753534-db10 0", "resourceCustomizationUUID": "39b3f83b-cf6c-4215-9f0c-85d1cf8d79da", "resourceName": "pNF fa753534-db10", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "fe26d57c-b907-4c29-8190-e81ead04ec84", "resourceInvariantUUID": "e74ec2b5-1c5f-41cd-b460-54a36bcc8d9c", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "artifactChecksum": "ZDFkNzEyOTY5Y2E2YjM5OTY0ZTg5ZDE4YTY2NTA1OTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a1d7db2f-9184-402d-9d19-b0efb042670f" } ], "workloadContext": "Production" } 2022-09-30T04:37:44.272Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T04:37:44.272Z|3e924114-8993-40f7-846f-7567f9dcbb06|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a6d3c544-1750-4b22-8cb8-fe0671d5031d ASDC 2022-09-30T04:37:44.272Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3 ServiceName:Demo_pNF_EaJeKT6abqioGkYpKaso ServiceVersion:1.0 ServiceUUID:a6d3c544-1750-4b22-8cb8-fe0671d5031d ServiceInvariantUUID:2086557d-0105-4a1c-b1e8-3f5ea941fb0e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfEajekt6abqiogkypkaso-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar ArtifactUUID:a1d7db2f-9184-402d-9d19-b0efb042670f ArtifactChecksum:ZDFkNzEyOTY5Y2E2YjM5OTY0ZTg5ZDE4YTY2NTA1OTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF fa753534-db10 0 ResourceCustomizationUUID:39b3f83b-cf6c-4215-9f0c-85d1cf8d79da ResourceInvariantUUID:e74ec2b5-1c5f-41cd-b460-54a36bcc8d9c ResourceName:pNF fa753534-db10 ResourceType:PNF ResourceUUID:fe26d57c-b907-4c29-8190-e81ead04ec84 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-09-30T04:37:44.272Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a6d3c544-1750-4b22-8cb8-fe0671d5031d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T04:37:44.296Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T04:37:44.297Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:37:44.297Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:37:44.297Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a1d7db2f-9184-402d-9d19-b0efb042670f from URL: /sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar 2022-09-30T04:37:44.298Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:37:44.298Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar 2022-09-30T04:37:44.377Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:37:44.381Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar a1d7db2f-9184-402d-9d19-b0efb042670f 82645 2022-09-30T04:37:44.381Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar ASDC sendASDCNotification 2022-09-30T04:37:44.381Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar 2022-09-30T04:37:44.381Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:37:44.382Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:37:44.384Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:37:44.384Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512664381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:37:44.484Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:37:44.485Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:37:44.485Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:37:44.501Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:37:44.502Z||pool-97-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:37:45.384Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T04:37:45.386Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:37:45.386Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a1d7db2f-9184-402d-9d19-b0efb042670f, URL: /sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar to file: /app/ASDC/1/service-DemoPnfEajekt6abqiogkypkaso-csar.csar 2022-09-30T04:37:45.386Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEajekt6abqiogkypkaso-csar.csar 2022-09-30T04:37:45.387Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEajekt6abqiogkypkaso-csar.csar 2022-09-30T04:37:45.387Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEajekt6abqiogkypkaso-csar.csar 2022-09-30T04:37:45.558Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15920695158746199697/Definitions/service-DemoPnfEajekt6abqiogkypkaso-template.yml 2022-09-30T04:37:46.407Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T04:37:46.407Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-09-30T04:37:46.408Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEajekt6abqiogkypkaso-csar.csar 2022-09-30T04:37:46.408Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-30T04:37:46.408Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfEajekt6abqiogkypkaso-csar.csar 2022-09-30T04:37:46.408Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEajekt6abqiogkypkaso-csar.csar 2022-09-30T04:37:46.408Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEajekt6abqiogkypkaso-csar.csar 2022-09-30T04:37:46.408Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEajekt6abqiogkypkaso-csar.csar 2022-09-30T04:37:46.408Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEajekt6abqiogkypkaso-csar.csar 2022-09-30T04:37:46.409Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEajekt6abqiogkypkaso-csar.csar 2022-09-30T04:37:46.409Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fa753534-db10 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-DemoPnfEajekt6abqiogkypkaso-csar.csar 2022-09-30T04:37:46.409Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-09-30T04:37:46.409Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:37:46.409Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_EaJeKT6abqioGkYpKaso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:37:46.410Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Node template pNF fa753534-db10 0 is matching search criteria 2022-09-30T04:37:46.410Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-09-30T04:37:46.410Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF fa753534-db10 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T04:37:46.410Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:37:46.410Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_EaJeKT6abqioGkYpKaso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:37:46.411Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Node template pNF fa753534-db10 0 is matching search criteria 2022-09-30T04:37:46.411Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-09-30T04:37:46.411Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF fa753534-db10 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T04:37:46.411Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:37:46.411Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_EaJeKT6abqioGkYpKaso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:37:46.412Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:37:46.412Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_EaJeKT6abqioGkYpKaso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:37:46.412Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:37:46.412Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_EaJeKT6abqioGkYpKaso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:37:46.413Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:37:46.413Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_EaJeKT6abqioGkYpKaso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:37:46.413Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:37:46.413Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_EaJeKT6abqioGkYpKaso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:37:46.414Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_EaJeKT6abqioGkYpKaso Description:catalog service description Model UUID:a6d3c544-1750-4b22-8cb8-fe0671d5031d Model Version:NULL Model InvariantUuid:2086557d-0105-4a1c-b1e8-3f5ea941fb0e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-09-30T04:37:46.422Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: fe26d57c-b907-4c29-8190-e81ead04ec84 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:37:46.426Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||pNF fa753534-db10 0 2022-09-30T04:37:46.427Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fe26d57c-b907-4c29-8190-e81ead04ec84 2022-09-30T04:37:46.427Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||No resources found for Service: a6d3c544-1750-4b22-8cb8-fe0671d5031d 2022-09-30T04:37:46.427Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a6d3c544-1750-4b22-8cb8-fe0671d5031d 2022-09-30T04:37:46.428Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fa753534-db10 0 fe26d57c-b907-4c29-8190-e81ead04ec84 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:37:46.433Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f938bfa, org.onap.sdc.toscaparser.api.parameters.Input@624dd95, org.onap.sdc.toscaparser.api.parameters.Input@5dae5e4b, org.onap.sdc.toscaparser.api.parameters.Input@1a9e1231, org.onap.sdc.toscaparser.api.parameters.Input@793196c3] 2022-09-30T04:37:46.433Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:37:46.433Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_EaJeKT6abqioGkYpKaso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:37:46.434Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a6d3c544-1750-4b22-8cb8-fe0671d5031d: pNF fa753534-db10 2022-09-30T04:37:46.434Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||Processing PNF resource: fe26d57c-b907-4c29-8190-e81ead04ec84 2022-09-30T04:37:46.435Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:37:46.435Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_EaJeKT6abqioGkYpKaso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:37:46.435Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||Resource customization UUID: 39b3f83b-cf6c-4215-9f0c-85d1cf8d79da is the same as notified resource customizationUUID: 39b3f83b-cf6c-4215-9f0c-85d1cf8d79da Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-09-30T04:37:46.471Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fa753534-db10 fe26d57c-b907-4c29-8190-e81ead04ec84 0 ASDC deployResourceStructure 2022-09-30T04:37:46.472Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar ASDC sendASDCNotification 2022-09-30T04:37:46.472Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar 2022-09-30T04:37:46.472Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:37:46.472Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:37:46.474Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:37:46.474Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512666472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:37:46.574Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:37:46.575Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:37:46.576Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:37:46.591Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:37:46.592Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:37:47.475Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:37:47.488Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:37:47.492Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:37:47.492Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T04:37:47.492Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T04:37:47.492Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T04:37:47.492Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:37:47.493Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:37:47.493Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:37:47.493Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:37:47.493Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:37:47.493Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:37:47.493Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:37:47.493Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:37:47.499Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T04:38:17.499Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-09-30T04:38:17.505Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3 and serviceModelVersionId: a6d3c544-1750-4b22-8cb8-fe0671d5031d 2022-09-30T04:38:17.505Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2086557d-0105-4a1c-b1e8-3f5ea941fb0e 2022-09-30T04:38:17.506Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2086557d-0105-4a1c-b1e8-3f5ea941fb0e/model-vers/model-ver/a6d3c544-1750-4b22-8cb8-fe0671d5031d?depth=0 2022-09-30T04:38:17.509Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T04:38:17.548Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2086557d-0105-4a1c-b1e8-3f5ea941fb0e/model-vers/model-ver/a6d3c544-1750-4b22-8cb8-fe0671d5031d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-09-30T04:38:17.549Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2086557d-0105-4a1c-b1e8-3f5ea941fb0e/model-vers/model-ver/a6d3c544-1750-4b22-8cb8-fe0671d5031d?depth=0|INFO|500||Invoke 2022-09-30T04:38:17.571Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2086557d-0105-4a1c-b1e8-3f5ea941fb0e/model-vers/model-ver/a6d3c544-1750-4b22-8cb8-fe0671d5031d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T04:38:17.678Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2086557d-0105-4a1c-b1e8-3f5ea941fb0e/model-vers/model-ver/a6d3c544-1750-4b22-8cb8-fe0671d5031d?depth=0|INFO|500||InvokeReturn 2022-09-30T04:38:17.684Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2086557d-0105-4a1c-b1e8-3f5ea941fb0e/model-vers/model-ver/a6d3c544-1750-4b22-8cb8-fe0671d5031d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220930-04:38:16:563-6152], vertex-id=[196728], Content-Length=[0], Date=[Fri, 30 Sep 2022 04:38:16 GMT], Content-Type=[application/json]} 2022-09-30T04:38:17.685Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-09-30T04:38:17.686Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T04:38:17.686Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:38:17.694Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-30T04:38:17.694Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T04:38:17.695Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T04:38:17.695Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:38:17.698Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:38:17.698Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512697694, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T04:38:17.798Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:38:17.799Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:38:17.799Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:38:17.817Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:38:17.818Z||pool-99-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T04:38:35.605Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:38:35.606Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:38:35.607Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:38:35.617Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:38:35.618Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:38:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:38:35.769Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:38:35.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:38:35.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512655605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:38:35.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:38:45.148Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:39:35.605Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:39:35.606Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:39:35.607Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:39:35.617Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:39:35.617Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:39:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:39:36.144Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:39:36.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:39:36.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512655605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:39:36.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:39:36.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:39:36.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512655605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:39:36.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:39:36.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:39:36.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512655605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:39:36.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:39:36.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:39:36.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512655605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:39:36.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:39:36.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:39:36.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512655605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/resourceInstances/pnffa753534db100/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:39:36.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:39:36.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:39:36.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512655605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:39:36.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:39:36.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:39:36.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512655605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:39:36.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:39:36.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:39:36.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512664381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:39:36.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:39:36.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:39:36.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512666472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEajekt6abqiogkypkaso/1.0/artifacts/service-DemoPnfEajekt6abqiogkypkaso-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:39:36.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:39:36.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:39:36.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664512697694, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T04:39:36.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:39:45.152Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:40:35.605Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:40:35.606Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:40:35.606Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:40:35.617Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:40:35.618Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:40:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:40:45.153Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:40:45.161Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:41:35.605Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:41:35.606Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:41:35.607Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:41:35.617Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:41:35.618Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:41:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:41:45.150Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:41:45.161Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:42:35.605Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:42:35.606Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:42:35.606Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:42:35.617Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:42:35.618Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:42:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:42:45.164Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:42:45.167Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:43:35.605Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:43:35.606Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:43:35.606Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:43:35.617Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:43:35.618Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:43:35.618Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:43:45.160Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:43:45.162Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:44:35.607Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:44:35.609Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:44:35.609Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:44:35.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:44:35.618Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:44:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:44:45.163Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:44:45.164Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:35.605Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:45:35.607Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:45:35.607Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:35.617Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:45:35.618Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:45:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:36.129Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:36.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "aai-ml", "timestamp": 1664513108996, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513114737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "cds", "timestamp": 1664513108937, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "policy-id", "timestamp": 1664513113128, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "aai-ml", "timestamp": 1664513108996, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513114737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "cds", "timestamp": 1664513108937, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "policy-id", "timestamp": 1664513113128, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "aai-ml", "timestamp": 1664513108996, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "cds", "timestamp": 1664513108937, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513114737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "policy-id", "timestamp": 1664513113128, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-09-30T04:45:36.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "aai-ml", "timestamp": 1664513108996, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "policy-id", "timestamp": 1664513113128, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513114737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "cds", "timestamp": 1664513108937, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "aai-ml", "timestamp": 1664513108996, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "policy-id", "timestamp": 1664513113128, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "cds", "timestamp": 1664513108937, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513114737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "ves-openapi-manager", "timestamp": 1664513121791, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "aai-ml", "timestamp": 1664513108996, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "policy-id", "timestamp": 1664513113128, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513114737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "cds", "timestamp": 1664513108937, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "ves-openapi-manager", "timestamp": 1664513121791, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "aai-ml", "timestamp": 1664513108996, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "cds", "timestamp": 1664513108937, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "policy-id", "timestamp": 1664513113128, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513114737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "ves-openapi-manager", "timestamp": 1664513121791, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "aai-ml", "timestamp": 1664513108996, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "policy-id", "timestamp": 1664513113128, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513114737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "cds", "timestamp": 1664513108937, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "ves-openapi-manager", "timestamp": 1664513121791, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "aai-ml", "timestamp": 1664513108996, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "multicloud-k8s-id", "timestamp": 1664513125707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "policy-id", "timestamp": 1664513113128, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513114737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "cds", "timestamp": 1664513108937, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "ves-openapi-manager", "timestamp": 1664513121791, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "multicloud-k8s-id", "timestamp": 1664513125707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:45:36.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "aai-ml", "timestamp": 1664513108996, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:45:36.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513114737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:45:36.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "cds", "timestamp": 1664513108937, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:45:36.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "policy-id", "timestamp": 1664513113128, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:45:36.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "ves-openapi-manager", "timestamp": 1664513121791, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "multicloud-k8s-id", "timestamp": 1664513125707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-09-30T04:45:36.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "cds", "timestamp": 1664513128264, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:45:36.152Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:45:36.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513128051, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:45:36.152Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:45:36.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "aai-ml", "timestamp": 1664513127324, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:45:36.152Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:45:36.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "policy-id", "timestamp": 1664513128265, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:45:36.153Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:45:36.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "ves-openapi-manager", "timestamp": 1664513121791, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.153Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "multicloud-k8s-id", "timestamp": 1664513125707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.153Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "policy-id", "timestamp": 1664513129271, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:45:36.154Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:45:36.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "ves-openapi-manager", "timestamp": 1664513121791, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "multicloud-k8s-id", "timestamp": 1664513125707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-09-30T04:45:36.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "policy-id", "timestamp": 1664513130274, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:45:36.179Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0ae6141-bc01-440d-ae77-14bcc27709f1 2022-09-30T04:45:36.180Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0ae6141-bc01-440d-ae77-14bcc27709f1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:45:36.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "ves-openapi-manager", "timestamp": 1664513121791, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513130492, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:45:36.191Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:45:36.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "cds", "timestamp": 1664513130793, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:45:36.195Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b0ae6141-bc01-440d-ae77-14bcc27709f1 2022-09-30T04:45:36.196Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0ae6141-bc01-440d-ae77-14bcc27709f1 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:45:36.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "multicloud-k8s-id", "timestamp": 1664513125707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-09-30T04:45:36.206Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "ves-openapi-manager", "timestamp": 1664513121791, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.207Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513131496, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:45:36.212Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b0ae6141-bc01-440d-ae77-14bcc27709f1 2022-09-30T04:45:36.212Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0ae6141-bc01-440d-ae77-14bcc27709f1 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:45:36.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "multicloud-k8s-id", "timestamp": 1664513125707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-09-30T04:45:36.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "multicloud-k8s-id", "timestamp": 1664513125707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "cds", "timestamp": 1664513131796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "policy-id", "timestamp": 1664513133128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "multicloud-k8s-id", "timestamp": 1664513125707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:45:36.245Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:36.246Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T04:45:36.246Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"b0ae6141-bc01-440d-ae77-14bcc27709f1","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d2787f21-404c-42f6-8872-4235586d0d6c","serviceDescription":"service","serviceInvariantUUID":"54248f17-aa32-43cc-8ed6-2f4813dfac27","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bd09d6d7-e9ad-49b4-9753-86b9d2d7323d","resourceInvariantUUID":"04402cd9-afaa-44e2-a54c-d03ad91964b1","resourceCustomizationUUID":"5671409c-9f25-4ac7-adbc-ad8db729f323","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":"ZmQxMWFlYTVmOGNlMzIyOWQ3YzM1YWJkODVlYTdiNDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"30d9f110-f823-48e4-b444-d5801a75fd99","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":"OThhMjE2ZjNhMjdiMGQ5OGMzMDg4Mzg5OWMxZDY2ODA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6555ba22-4365-4a4d-acab-cb3d0a8ff68e","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":"dd1b9964-2955-4ae5-8323-2ebb881ba8df","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":"e34cec69-773c-4fe8-8fc5-73a22778381d","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":"9cac6c0c-0a37-4f2d-b55c-4df8fc80dd65","artifactVersion":"2","generatedFromUUID":"1197f176-83dd-4398-97cf-e8ef9da5b441"},{"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":"3752f773-8840-46f9-9f07-a49447dba84f","artifactVersion":"2","generatedFromUUID":"dd1b9964-2955-4ae5-8323-2ebb881ba8df"},{"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":"1197f176-83dd-4398-97cf-e8ef9da5b441","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":"1a0adbed-1310-497d-a4b4-7e78654e6d42","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":"ZWViYzRjNDViM2M5M2M3MDQxOTEwM2FlNTdhMjU1YTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af7a75f4-cbbe-45a4-8aee-84add178fa0d","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTc3ZTkzZDc3MzU3N2QyMDgwMjcwOWVjOTQzNzgwYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a73c6f06-cf83-4005-8546-016528074652","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T04:45:36.248Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:45:36.249Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:45:36.252Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:45:36.252Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:36.352Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:45:36.354Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:45:36.354Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:36.374Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:36.375Z||pool-100-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:45:37.253Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:45:37.254Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:45:37.256Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:45:37.256Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:45:37.356Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:45:37.358Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:45:37.359Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:37.381Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:37.382Z||pool-101-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:45:38.257Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:45:38.258Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:45:38.260Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:45:38.260Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-09-30T04:45:38.360Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:45:38.362Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:45:38.362Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:38.380Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:38.381Z||pool-102-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:45:39.261Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:45:39.261Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:45:39.263Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:45:39.263Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:39.364Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T04:45:39.365Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:45:39.365Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:39.389Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:39.390Z||pool-103-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:45:40.264Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:45:40.265Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:45:40.266Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:45:40.266Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-09-30T04:45:40.367Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-30T04:45:40.368Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:45:40.368Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:40.384Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:40.385Z||pool-104-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:45:41.267Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:45:41.267Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:45:41.269Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:45:41.270Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-09-30T04:45:41.370Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:45:41.371Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:45:41.371Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:41.389Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:41.390Z||pool-105-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:45:42.270Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:45:42.272Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:45:42.274Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:45:42.275Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-09-30T04:45:42.375Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:45:42.375Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:45:42.375Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:42.395Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:42.396Z||pool-106-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:45:43.275Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:45:43.276Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:45:43.279Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:45:43.279Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:43.379Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:45:43.380Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:45:43.380Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:43.404Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:43.405Z||pool-107-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:45:44.280Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:45:44.280Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:45:44.283Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:45:44.283Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:45:44.383Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:45:44.384Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:45:44.384Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:44.409Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:44.409Z||pool-108-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:45:45.283Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:45:45.284Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:45:45.286Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:45:45.286Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:45:45.387Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:45:45.388Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:45:45.388Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:45.403Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:45.404Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:45:46.288Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "d2787f21-404c-42f6-8872-4235586d0d6c", "serviceDescription": "service", "serviceInvariantUUID": "54248f17-aa32-43cc-8ed6-2f4813dfac27", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "5671409c-9f25-4ac7-adbc-ad8db729f323", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bd09d6d7-e9ad-49b4-9753-86b9d2d7323d", "resourceInvariantUUID": "04402cd9-afaa-44e2-a54c-d03ad91964b1", "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": "OThhMjE2ZjNhMjdiMGQ5OGMzMDg4Mzg5OWMxZDY2ODA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6555ba22-4365-4a4d-acab-cb3d0a8ff68e", "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": "dd1b9964-2955-4ae5-8323-2ebb881ba8df", "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": "3752f773-8840-46f9-9f07-a49447dba84f", "generatedFromUUID": "dd1b9964-2955-4ae5-8323-2ebb881ba8df" }, "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": "9cac6c0c-0a37-4f2d-b55c-4df8fc80dd65", "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": "3752f773-8840-46f9-9f07-a49447dba84f", "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": "1197f176-83dd-4398-97cf-e8ef9da5b441", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "OTc3ZTkzZDc3MzU3N2QyMDgwMjcwOWVjOTQzNzgwYzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a73c6f06-cf83-4005-8546-016528074652" } ], "workloadContext": "Production" } 2022-09-30T04:45:46.288Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T04:45:46.289Z|2c3427b1-b8f2-4fa2-80fd-7d44e05c6ee3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d2787f21-404c-42f6-8872-4235586d0d6c ASDC 2022-09-30T04:45:46.289Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:b0ae6141-bc01-440d-ae77-14bcc27709f1 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:d2787f21-404c-42f6-8872-4235586d0d6c ServiceInvariantUUID:54248f17-aa32-43cc-8ed6-2f4813dfac27 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:a73c6f06-cf83-4005-8546-016528074652 ArtifactChecksum:OTc3ZTkzZDc3MzU3N2QyMDgwMjcwOWVjOTQzNzgwYzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:5671409c-9f25-4ac7-adbc-ad8db729f323 ResourceInvariantUUID:04402cd9-afaa-44e2-a54c-d03ad91964b1 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:bd09d6d7-e9ad-49b4-9753-86b9d2d7323d 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:6555ba22-4365-4a4d-acab-cb3d0a8ff68e ArtifactChecksum:OThhMjE2ZjNhMjdiMGQ5OGMzMDg4Mzg5OWMxZDY2ODA= 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:dd1b9964-2955-4ae5-8323-2ebb881ba8df 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:3752f773-8840-46f9-9f07-a49447dba84f 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:9cac6c0c-0a37-4f2d-b55c-4df8fc80dd65 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:3752f773-8840-46f9-9f07-a49447dba84f 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:1197f176-83dd-4398-97cf-e8ef9da5b441 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-30T04:45:46.290Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2787f21-404c-42f6-8872-4235586d0d6c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T04:45:46.332Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T04:45:46.333Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:45:46.333Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:45:46.334Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a73c6f06-cf83-4005-8546-016528074652 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-09-30T04:45:46.334Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:45:46.334Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-09-30T04:45:46.406Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:45:46.413Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a73c6f06-cf83-4005-8546-016528074652 158211 2022-09-30T04:45:46.414Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-09-30T04:45:46.414Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-09-30T04:45:46.414Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:45:46.414Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:45:46.416Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:45:46.416Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513146414, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:45:46.516Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:45:46.517Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:45:46.517Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:46.534Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:46.535Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:45:47.417Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T04:45:47.418Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:45:47.418Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a73c6f06-cf83-4005-8546-016528074652, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-30T04:45:47.419Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-09-30T04:45:47.420Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-30T04:45:47.420Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-30T04:45:47.575Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18171865888794156375/Definitions/service-BasicCnfMacro-template.yml 2022-09-30T04:45:48.740Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T04:45:48.740Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-09-30T04:45:48.740Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-30T04:45:48.740Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-09-30T04:45:48.740Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-30T04:45:48.740Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-30T04:45:48.740Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-30T04:45:48.740Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-30T04:45:48.741Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-09-30T04:45:48.741Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:48.741Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:45:48.741Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T04:45:48.741Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-09-30T04:45:48.742Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T04:45:48.742Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:48.742Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:45:48.742Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T04:45:48.742Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-09-30T04:45:48.742Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T04:45:48.742Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:48.743Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:45:48.743Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:48.743Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-09-30T04:45:48.743Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-09-30T04:45:48.743Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-09-30T04:45:48.743Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-30T04:45:48.743Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:48.744Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T04:45:48.744Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:48.744Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T04:45:48.744Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:45:48.744Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:48.744Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T04:45:48.744Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:45:48.745Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:48.745Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T04:45:48.745Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:45:48.745Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:48.745Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T04:45:48.745Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:45:48.746Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:48.746Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-09-30T04:45:48.746Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-09-30T04:45:48.746Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=ca4415ef-4883-448c-84dc-b2a013eea6a9 2022-09-30T04:45:48.746Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:48.746Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:45:48.746Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:48.747Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:45:48.747Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:48.747Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:45:48.747Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:48.747Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:45:48.747Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:d2787f21-404c-42f6-8872-4235586d0d6c Model Version:NULL Model InvariantUuid:54248f17-aa32-43cc-8ed6-2f4813dfac27 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:bef6f010-7663-4c08-856f-401c5638495d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:04402cd9-afaa-44e2-a54c-d03ad91964b1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5671409c-9f25-4ac7-adbc-ad8db729f323 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0e126621-f189-49be-9912-d2373b48531e ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:e0bb2326-59bf-4925-88e3-61e8e4d62fa7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:6da67b9b-c606-4ebc-9eba-776766f85386 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:778829c0-8734-463a-b957-a04dc634ad5d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ca4415ef-4883-448c-84dc-b2a013eea6a9 ModelInvariantUuid:554413ed-4036-4b8b-8862-f149f366a33f ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:424729c4-d53d-447b-85ef-5084af7c92f1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:9cc511e4-13c5-47f2-acbf-50faf381ae50 ModelInvariantUuid:ef72ebcd-ab92-40c2-a032-c9b73a62244a ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:4573575b-cd21-462f-8323-b3430d4aded3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-09-30T04:45:48.754Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: bd09d6d7-e9ad-49b4-9753-86b9d2d7323d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:45:48.757Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0 2022-09-30T04:45:48.757Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bd09d6d7-e9ad-49b4-9753-86b9d2d7323d 2022-09-30T04:45:48.758Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6555ba22-4365-4a4d-acab-cb3d0a8ff68e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-09-30T04:45:48.758Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:45:48.758Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-09-30T04:45:48.856Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:45:48.856Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 6555ba22-4365-4a4d-acab-cb3d0a8ff68e 1565 2022-09-30T04:45:48.856Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-09-30T04:45:48.857Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-09-30T04:45:48.857Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:45:48.857Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:45:48.859Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:45:48.859Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513148856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T04:45:48.959Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:45:48.960Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:45:48.960Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:48.982Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:48.983Z||pool-111-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:45:49.860Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "6da67b9b-c606-4ebc-9eba-776766f85386", "vfModuleModelVersion": "1", "vfModuleModelUUID": "778829c0-8734-463a-b957-a04dc634ad5d", "vfModuleModelCustomizationUUID": "2960fa3d-fa49-4b3c-bf2f-2645b7bee9d7", "isBase": true, "artifacts": [ "dd1b9964-2955-4ae5-8323-2ebb881ba8df", "3752f773-8840-46f9-9f07-a49447dba84f" ], "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": "0e126621-f189-49be-9912-d2373b48531e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e0bb2326-59bf-4925-88e3-61e8e4d62fa7", "vfModuleModelCustomizationUUID": "7f57b8e4-7026-4bf5-9eee-fee416f51166", "isBase": false, "artifacts": [ "1197f176-83dd-4398-97cf-e8ef9da5b441" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-09-30T04:45:49.864Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:778829c0-8734-463a-b957-a04dc634ad5d VfModuleModelInvariantUUID:6da67b9b-c606-4ebc-9eba-776766f85386 VfModuleModelDescription:NULL Artifacts UUID List:{ dd1b9964-2955-4ae5-8323-2ebb881ba8df , 3752f773-8840-46f9-9f07-a49447dba84f } 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:e0bb2326-59bf-4925-88e3-61e8e4d62fa7 VfModuleModelInvariantUUID:0e126621-f189-49be-9912-d2373b48531e VfModuleModelDescription:NULL Artifacts UUID List:{ 1197f176-83dd-4398-97cf-e8ef9da5b441 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-09-30T04:45:49.866Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "6da67b9b-c606-4ebc-9eba-776766f85386", "vfModuleModelVersion": "1", "vfModuleModelUUID": "778829c0-8734-463a-b957-a04dc634ad5d", "vfModuleModelCustomizationUUID": "2960fa3d-fa49-4b3c-bf2f-2645b7bee9d7", "isBase": true, "artifacts": [ "dd1b9964-2955-4ae5-8323-2ebb881ba8df", "3752f773-8840-46f9-9f07-a49447dba84f" ], "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": "0e126621-f189-49be-9912-d2373b48531e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e0bb2326-59bf-4925-88e3-61e8e4d62fa7", "vfModuleModelCustomizationUUID": "7f57b8e4-7026-4bf5-9eee-fee416f51166", "isBase": false, "artifacts": [ "1197f176-83dd-4398-97cf-e8ef9da5b441" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-09-30T04:45:49.866Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:778829c0-8734-463a-b957-a04dc634ad5d VfModuleModelInvariantUUID:6da67b9b-c606-4ebc-9eba-776766f85386 VfModuleModelDescription:NULL Artifacts UUID List:{ dd1b9964-2955-4ae5-8323-2ebb881ba8df , 3752f773-8840-46f9-9f07-a49447dba84f } 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:e0bb2326-59bf-4925-88e3-61e8e4d62fa7 VfModuleModelInvariantUUID:0e126621-f189-49be-9912-d2373b48531e VfModuleModelDescription:NULL Artifacts UUID List:{ 1197f176-83dd-4398-97cf-e8ef9da5b441 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-09-30T04:45:49.866Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dd1b9964-2955-4ae5-8323-2ebb881ba8df from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-09-30T04:45:49.866Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:45:49.866Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-09-30T04:45:49.910Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:45:49.910Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml dd1b9964-2955-4ae5-8323-2ebb881ba8df 914 2022-09-30T04:45:49.911Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-09-30T04:45:49.911Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-09-30T04:45:49.911Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:45:49.911Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:45:49.913Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:45:49.913Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513149911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T04:45:50.013Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:45:50.014Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:45:50.014Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:50.032Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:50.032Z||pool-112-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:45:50.914Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9cac6c0c-0a37-4f2d-b55c-4df8fc80dd65 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-09-30T04:45:50.914Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:45:50.914Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-09-30T04:45:50.999Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:45:50.999Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 9cac6c0c-0a37-4f2d-b55c-4df8fc80dd65 12 2022-09-30T04:45:50.999Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-09-30T04:45:50.999Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-09-30T04:45:51.000Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:45:51.000Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:45:51.001Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:45:51.001Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513150999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-09-30T04:45:51.102Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:45:51.103Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:45:51.103Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:51.116Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:51.117Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:45:52.002Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3752f773-8840-46f9-9f07-a49447dba84f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-09-30T04:45:52.003Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:45:52.003Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-09-30T04:45:52.060Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:45:52.061Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 3752f773-8840-46f9-9f07-a49447dba84f 96 2022-09-30T04:45:52.061Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-09-30T04:45:52.061Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-09-30T04:45:52.061Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:45:52.062Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:45:52.063Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:45:52.064Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513152061, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-09-30T04:45:52.164Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:45:52.165Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:45:52.165Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:52.189Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:52.189Z||pool-114-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:45:53.064Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1197f176-83dd-4398-97cf-e8ef9da5b441 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-09-30T04:45:53.065Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:45:53.065Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-09-30T04:45:53.111Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:45:53.112Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 1197f176-83dd-4398-97cf-e8ef9da5b441 20206 2022-09-30T04:45:53.112Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-09-30T04:45:53.113Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-09-30T04:45:53.113Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:45:53.113Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:45:53.115Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:45:53.115Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513153112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-09-30T04:45:53.215Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:45:53.216Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:45:53.216Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:53.236Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:53.236Z||pool-115-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:45:54.118Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d2787f21-404c-42f6-8872-4235586d0d6c 2022-09-30T04:45:54.119Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 bd09d6d7-e9ad-49b4-9753-86b9d2d7323d ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:45:54.134Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5383f031, org.onap.sdc.toscaparser.api.parameters.Input@335a6e0d, org.onap.sdc.toscaparser.api.parameters.Input@49130a31, org.onap.sdc.toscaparser.api.parameters.Input@76d66de0, org.onap.sdc.toscaparser.api.parameters.Input@3a181973] 2022-09-30T04:45:54.135Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:54.136Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:45:54.136Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-09-30T04:45:54.136Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5671409c-9f25-4ac7-adbc-ad8db729f323 2022-09-30T04:45:54.136Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5671409c-9f25-4ac7-adbc-ad8db729f323 matches Tosca VF Customization UUID: 5671409c-9f25-4ac7-adbc-ad8db729f323 2022-09-30T04:45:54.136Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5671409c-9f25-4ac7-adbc-ad8db729f323 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-09-30T04:45:54.138Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:54.138Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:45:54.139Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5671409c-9f25-4ac7-adbc-ad8db729f323: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-09-30T04:45:54.139Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ebd2c37 2022-09-30T04:45:54.139Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:54.139Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T04:45:54.139Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7f57b8e4-7026-4bf5-9eee-fee416f51166 2022-09-30T04:45:54.139Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7f57b8e4-7026-4bf5-9eee-fee416f51166 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-09-30T04:45:54.141Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:54.142Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T04:45:54.142Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:45:54.142Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:54.142Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T04:45:54.142Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:45:54.142Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:54.143Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T04:45:54.143Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5671409c-9f25-4ac7-adbc-ad8db729f323 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:45:54.144Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:54.144Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:45:54.145Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d2787f21-404c-42f6-8872-4235586d0d6c: basic_cnf_macro 2022-09-30T04:45:54.145Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:54.145Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:45:54.145Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:54.145Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:45:54.145Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:54.145Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:45:54.146Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:54.146Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:45:54.146Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:45:54.146Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:45:54.146Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:45:54.184Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro bd09d6d7-e9ad-49b4-9753-86b9d2d7323d 2 ASDC deployResourceStructure 2022-09-30T04:45:54.184Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-09-30T04:45:54.184Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-09-30T04:45:54.184Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:45:54.185Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:45:54.186Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:45:54.186Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513154184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T04:45:54.287Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:45:54.288Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:45:54.288Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:54.303Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:54.303Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:45:55.187Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-09-30T04:45:55.188Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-09-30T04:45:55.188Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:45:55.188Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:45:55.190Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:45:55.190Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513155187, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-09-30T04:45:55.290Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:45:55.291Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:45:55.291Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:55.307Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:55.307Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:45:56.191Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-09-30T04:45:56.191Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-09-30T04:45:56.192Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-09-30T04:45:56.192Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:45:56.194Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:45:56.194Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513156191, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-09-30T04:45:56.295Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:45:56.295Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:45:56.295Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:56.311Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:56.312Z||pool-118-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:45:57.195Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-09-30T04:45:57.196Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-09-30T04:45:57.196Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:45:57.197Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:45:57.199Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:45:57.199Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513157195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-09-30T04:45:57.299Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:45:57.300Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:45:57.300Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:57.315Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:57.315Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:45:58.200Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-09-30T04:45:58.200Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-09-30T04:45:58.200Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-09-30T04:45:58.201Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:45:58.203Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:45:58.203Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513158200, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-09-30T04:45:58.303Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:45:58.304Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:45:58.304Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:58.324Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:58.325Z||pool-120-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:45:59.204Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-09-30T04:45:59.204Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-09-30T04:45:59.205Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:45:59.205Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:45:59.207Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:45:59.208Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513159204, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:45:59.308Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:45:59.309Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:45:59.309Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:45:59.324Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:45:59.325Z||pool-121-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:46:00.209Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0ae6141-bc01-440d-ae77-14bcc27709f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:46:00.221Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0ae6141-bc01-440d-ae77-14bcc27709f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:46:00.223Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:46:00.223Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T04:46:00.223Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T04:46:30.223Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0ae6141-bc01-440d-ae77-14bcc27709f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:46:30.233Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0ae6141-bc01-440d-ae77-14bcc27709f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:46:30.236Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:46:30.236Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T04:46:30.236Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T04:46:35.617Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:46:35.618Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:46:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:46:35.644Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:46:35.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:46:35.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "cds", "timestamp": 1664513131796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:46:35.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:47:00.236Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0ae6141-bc01-440d-ae77-14bcc27709f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:47:00.244Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0ae6141-bc01-440d-ae77-14bcc27709f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:47:00.246Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:47:00.246Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T04:47:00.246Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T04:47:30.247Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0ae6141-bc01-440d-ae77-14bcc27709f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:47:30.258Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0ae6141-bc01-440d-ae77-14bcc27709f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:47:30.261Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:47:30.261Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T04:47:30.261Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T04:47:35.617Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:47:35.618Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:47:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:47:35.646Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:47:35.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:47:35.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "policy-id", "timestamp": 1664513133128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:47:35.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:00.262Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0ae6141-bc01-440d-ae77-14bcc27709f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:48:00.272Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0ae6141-bc01-440d-ae77-14bcc27709f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:48:00.274Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:48:00.274Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T04:48:00.275Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T04:48:30.275Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0ae6141-bc01-440d-ae77-14bcc27709f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:48:30.286Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0ae6141-bc01-440d-ae77-14bcc27709f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:48:30.287Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:48:30.288Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T04:48:30.288Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T04:48:35.617Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:48:35.618Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:48:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:48:35.647Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:48:35.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "multicloud-k8s-id", "timestamp": 1664513125707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:48:35.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "aai-ml", "timestamp": 1664513134559, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:48:35.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "cds", "timestamp": 1664513131796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "clamp", "timestamp": 1664513135148, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "policy-id", "timestamp": 1664513133128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-30T04:48:35.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:48:35.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "multicloud-k8s-id", "timestamp": 1664513136523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.671Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "aai-ml", "timestamp": 1664513135564, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:48:35.684Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b0ae6141-bc01-440d-ae77-14bcc27709f1 2022-09-30T04:48:35.685Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0ae6141-bc01-440d-ae77-14bcc27709f1 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:48:35.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "cds", "timestamp": 1664513131796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "clamp", "timestamp": 1664513135148, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:48:35.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "policy-id", "timestamp": 1664513133128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-09-30T04:48:35.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "multicloud-k8s-id", "timestamp": 1664513137583, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.694Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "cds", "timestamp": 1664513131796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "clamp", "timestamp": 1664513135148, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "policy-id", "timestamp": 1664513133128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "multicloud-k8s-id", "timestamp": 1664513138687, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.696Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "cds", "timestamp": 1664513131796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "clamp", "timestamp": 1664513135148, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "policy-id", "timestamp": 1664513133128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-09-30T04:48:35.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "multicloud-k8s-id", "timestamp": 1664513139785, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.697Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "cds", "timestamp": 1664513131796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "clamp", "timestamp": 1664513135148, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "policy-id", "timestamp": 1664513133128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-09-30T04:48:35.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "aai-ml", "timestamp": 1664513138996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "multicloud-k8s-id", "timestamp": 1664513140857, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:48:35.703Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0ae6141-bc01-440d-ae77-14bcc27709f1 2022-09-30T04:48:35.704Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0ae6141-bc01-440d-ae77-14bcc27709f1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-09-30T04:48:35.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "cds", "timestamp": 1664513131796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:48:35.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "clamp", "timestamp": 1664513135148, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "policy-id", "timestamp": 1664513133128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:48:35.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-09-30T04:48:35.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "aai-ml", "timestamp": 1664513138996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "multicloud-k8s-id", "timestamp": 1664513141860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T04:48:35.713Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "clamp", "timestamp": 1664513135148, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "cds", "timestamp": 1664513142075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.714Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "policy-id", "timestamp": 1664513142193, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.714Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "ves-openapi-manager", "timestamp": 1664513141790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "aai-ml", "timestamp": 1664513138996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "clamp", "timestamp": 1664513135148, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.715Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.715Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "policy-id", "timestamp": 1664513143199, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:48:35.715Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "cds", "timestamp": 1664513143315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:48:35.726Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6029f190-1997-4a8f-8479-459bcac5fbae 2022-09-30T04:48:35.727Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6029f190-1997-4a8f-8479-459bcac5fbae and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:48:35.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "ves-openapi-manager", "timestamp": 1664513141790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "aai-ml", "timestamp": 1664513138996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "clamp", "timestamp": 1664513135148, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:48:35.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "policy-id", "timestamp": 1664513144202, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:48:35.742Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6029f190-1997-4a8f-8479-459bcac5fbae 2022-09-30T04:48:35.742Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6029f190-1997-4a8f-8479-459bcac5fbae and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:48:35.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "ves-openapi-manager", "timestamp": 1664513141790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "aai-ml", "timestamp": 1664513138996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "clamp", "timestamp": 1664513135148, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:48:35.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513146414, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.755Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "ves-openapi-manager", "timestamp": 1664513141790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513144737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "aai-ml", "timestamp": 1664513138996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "multicloud-k8s-id", "timestamp": 1664513145707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "ves-openapi-manager", "timestamp": 1664513141790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513144737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "aai-ml", "timestamp": 1664513138996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "multicloud-k8s-id", "timestamp": 1664513145707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:48:35.759Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "ves-openapi-manager", "timestamp": 1664513141790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.759Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513148856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.760Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513144737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "aai-ml", "timestamp": 1664513138996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:48:35.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "multicloud-k8s-id", "timestamp": 1664513145707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-30T04:48:35.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "ves-openapi-manager", "timestamp": 1664513141790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513149911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513144737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "aai-ml", "timestamp": 1664513147762, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "multicloud-k8s-id", "timestamp": 1664513145707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "ves-openapi-manager", "timestamp": 1664513141790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513144737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513150999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "multicloud-k8s-id", "timestamp": 1664513145707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-30T04:48:35.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513144737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513152061, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.765Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "multicloud-k8s-id", "timestamp": 1664513145707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513144737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513153112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "multicloud-k8s-id", "timestamp": 1664513145707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513144737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:48:35.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513154184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T04:48:35.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "multicloud-k8s-id", "timestamp": 1664513145707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:48:35.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513153472, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513155187, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-09-30T04:48:35.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "multicloud-k8s-id", "timestamp": 1664513154459, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513156191, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-09-30T04:48:35.770Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "multicloud-k8s-id", "timestamp": 1664513155534, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.770Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513157195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-09-30T04:48:35.771Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "aai-ml", "timestamp": 1664513154948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:48:35.771Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513155712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:48:35.771Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "multicloud-k8s-id", "timestamp": 1664513156589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.772Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513158200, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-09-30T04:48:35.772Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "aai-ml", "timestamp": 1664513155951, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:48:35.777Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6029f190-1997-4a8f-8479-459bcac5fbae 2022-09-30T04:48:35.777Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6029f190-1997-4a8f-8479-459bcac5fbae and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:48:35.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513156716, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:48:35.800Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6029f190-1997-4a8f-8479-459bcac5fbae 2022-09-30T04:48:35.800Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6029f190-1997-4a8f-8479-459bcac5fbae and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:48:35.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "multicloud-k8s-id", "timestamp": 1664513157611, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:48:35.818Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6029f190-1997-4a8f-8479-459bcac5fbae 2022-09-30T04:48:35.818Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6029f190-1997-4a8f-8479-459bcac5fbae and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-09-30T04:48:35.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "clamp", "timestamp": 1664513157396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.827Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513159204, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:48:35.827Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "multicloud-k8s-id", "timestamp": 1664513158615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T04:48:35.828Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "clamp", "timestamp": 1664513160687, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:48:35.828Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "clamp", "timestamp": 1664513161691, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:48:35.832Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b0ae6141-bc01-440d-ae77-14bcc27709f1 2022-09-30T04:48:35.833Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0ae6141-bc01-440d-ae77-14bcc27709f1 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:48:35.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "cds", "timestamp": 1664513153950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.844Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "policy-id", "timestamp": 1664513153128, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.845Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "ves-openapi-manager", "timestamp": 1664513161791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.845Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "clamp", "timestamp": 1664513135148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.846Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "cds", "timestamp": 1664513153950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.846Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "policy-id", "timestamp": 1664513153128, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "ves-openapi-manager", "timestamp": 1664513161791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.848Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "clamp", "timestamp": 1664513135148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:48:35.848Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "cds", "timestamp": 1664513153950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.849Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "policy-id", "timestamp": 1664513153128, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "ves-openapi-manager", "timestamp": 1664513161791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "clamp", "timestamp": 1664513135148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.851Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "cds", "timestamp": 1664513153950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.851Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "policy-id", "timestamp": 1664513153128, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.851Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "ves-openapi-manager", "timestamp": 1664513161791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.852Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "clamp", "timestamp": 1664513135148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.852Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "multicloud-k8s-id", "timestamp": 1664513165707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "cds", "timestamp": 1664513153950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "policy-id", "timestamp": 1664513153128, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "ves-openapi-manager", "timestamp": 1664513161791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "clamp", "timestamp": 1664513135148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "multicloud-k8s-id", "timestamp": 1664513165707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "cds", "timestamp": 1664513153950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "policy-id", "timestamp": 1664513153128, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "ves-openapi-manager", "timestamp": 1664513161791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "clamp", "timestamp": 1664513135148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "multicloud-k8s-id", "timestamp": 1664513165707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "cds", "timestamp": 1664513153950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "policy-id", "timestamp": 1664513153128, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "ves-openapi-manager", "timestamp": 1664513161791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-09-30T04:48:35.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "clamp", "timestamp": 1664513135148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "multicloud-k8s-id", "timestamp": 1664513165707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "cds", "timestamp": 1664513153950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "policy-id", "timestamp": 1664513153128, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "ves-openapi-manager", "timestamp": 1664513161791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "clamp", "timestamp": 1664513135148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:48:35.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "multicloud-k8s-id", "timestamp": 1664513165707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "cds", "timestamp": 1664513153950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:48:35.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "policy-id", "timestamp": 1664513153128, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:48:35.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "ves-openapi-manager", "timestamp": 1664513161791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "aai-ml", "timestamp": 1664513168996, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "multicloud-k8s-id", "timestamp": 1664513165707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "cds", "timestamp": 1664513171227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "policy-id", "timestamp": 1664513171294, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.867Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "aai-ml", "timestamp": 1664513168996, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "ves-openapi-manager", "timestamp": 1664513171600, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.868Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "multicloud-k8s-id", "timestamp": 1664513165707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "policy-id", "timestamp": 1664513172306, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:48:35.869Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "cds", "timestamp": 1664513172448, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:48:35.883Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of af3491ac-65c9-47c1-9e42-6bc513294b3f 2022-09-30T04:48:35.883Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId af3491ac-65c9-47c1-9e42-6bc513294b3f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:48:35.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "aai-ml", "timestamp": 1664513168996, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "ves-openapi-manager", "timestamp": 1664513172627, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-09-30T04:48:35.892Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "multicloud-k8s-id", "timestamp": 1664513165707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "policy-id", "timestamp": 1664513173311, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:48:35.897Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af3491ac-65c9-47c1-9e42-6bc513294b3f 2022-09-30T04:48:35.897Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId af3491ac-65c9-47c1-9e42-6bc513294b3f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:48:35.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "aai-ml", "timestamp": 1664513168996, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "ves-openapi-manager", "timestamp": 1664513173630, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:48:35.911Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of af3491ac-65c9-47c1-9e42-6bc513294b3f 2022-09-30T04:48:35.911Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId af3491ac-65c9-47c1-9e42-6bc513294b3f and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:48:35.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "multicloud-k8s-id", "timestamp": 1664513165707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:48:35.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "aai-ml", "timestamp": 1664513168996, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513174737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "aai-ml", "timestamp": 1664513168996, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "aai-ml", "timestamp": 1664513168996, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513174737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "aai-ml", "timestamp": 1664513168996, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513174737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "aai-ml", "timestamp": 1664513168996, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:48:35.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513174737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513174737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "aai-ml", "timestamp": 1664513178766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.925Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513174737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513174737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "clamp", "timestamp": 1664513182401, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.925Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513174737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513174737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:48:35.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "aai-ml", "timestamp": 1664513183234, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:48:35.927Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513184486, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:48:35.927Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "aai-ml", "timestamp": 1664513184237, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:48:35.932Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of af3491ac-65c9-47c1-9e42-6bc513294b3f 2022-09-30T04:48:35.933Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId af3491ac-65c9-47c1-9e42-6bc513294b3f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:48:35.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "clamp", "timestamp": 1664513185406, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:48:35.942Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "clamp", "timestamp": 1664513186412, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:48:35.946Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6029f190-1997-4a8f-8479-459bcac5fbae 2022-09-30T04:48:35.946Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6029f190-1997-4a8f-8479-459bcac5fbae and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:48:35.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513186356, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:48:35.961Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:48:35.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664513187360, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:48:35.965Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of af3491ac-65c9-47c1-9e42-6bc513294b3f 2022-09-30T04:48:35.966Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId af3491ac-65c9-47c1-9e42-6bc513294b3f and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:48:35.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "clamp", "timestamp": 1664513187464, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "clamp", "timestamp": 1664513187464, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "clamp", "timestamp": 1664513187464, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "clamp", "timestamp": 1664513187464, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "clamp", "timestamp": 1664513187464, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "clamp", "timestamp": 1664513187464, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:48:35.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:48:35.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "clamp", "timestamp": 1664513187464, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:48:35.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:49:00.288Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0ae6141-bc01-440d-ae77-14bcc27709f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:49:00.300Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0ae6141-bc01-440d-ae77-14bcc27709f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:49:00.303Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:49:00.303Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T04:49:00.303Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T04:49:00.303Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T04:49:00.303Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:49:00.304Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:49:00.304Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:49:00.304Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:49:00.304Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:49:00.304Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:49:00.304Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:49:00.311Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T04:49:30.311Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b0ae6141-bc01-440d-ae77-14bcc27709f1 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-09-30T04:49:30.317Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b0ae6141-bc01-440d-ae77-14bcc27709f1 and serviceModelVersionId: d2787f21-404c-42f6-8872-4235586d0d6c 2022-09-30T04:49:30.318Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54248f17-aa32-43cc-8ed6-2f4813dfac27 2022-09-30T04:49:30.319Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54248f17-aa32-43cc-8ed6-2f4813dfac27/model-vers/model-ver/d2787f21-404c-42f6-8872-4235586d0d6c?depth=0 2022-09-30T04:49:30.323Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T04:49:30.361Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54248f17-aa32-43cc-8ed6-2f4813dfac27/model-vers/model-ver/d2787f21-404c-42f6-8872-4235586d0d6c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-09-30T04:49:30.363Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54248f17-aa32-43cc-8ed6-2f4813dfac27/model-vers/model-ver/d2787f21-404c-42f6-8872-4235586d0d6c?depth=0|INFO|500||Invoke 2022-09-30T04:49:30.384Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54248f17-aa32-43cc-8ed6-2f4813dfac27/model-vers/model-ver/d2787f21-404c-42f6-8872-4235586d0d6c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T04:49:30.481Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54248f17-aa32-43cc-8ed6-2f4813dfac27/model-vers/model-ver/d2787f21-404c-42f6-8872-4235586d0d6c?depth=0|INFO|500||InvokeReturn 2022-09-30T04:49:30.481Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54248f17-aa32-43cc-8ed6-2f4813dfac27/model-vers/model-ver/d2787f21-404c-42f6-8872-4235586d0d6c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220930-04:49:29:307-3070], vertex-id=[270464], Content-Length=[0], Date=[Fri, 30 Sep 2022 04:49:29 GMT], Content-Type=[application/json]} 2022-09-30T04:49:30.481Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-09-30T04:49:30.485Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T04:49:30.485Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:49:30.490Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-30T04:49:30.490Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b0ae6141-bc01-440d-ae77-14bcc27709f1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T04:49:30.490Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T04:49:30.491Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:49:30.492Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:49:30.493Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513370490, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T04:49:30.593Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:49:30.593Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:49:30.593Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:49:30.613Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:49:30.613Z||pool-122-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T04:49:31.505Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T04:49:31.505Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6029f190-1997-4a8f-8479-459bcac5fbae","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"700d7f12-5ab2-42ed-9326-a672e44835f1","serviceDescription":"service","serviceInvariantUUID":"3ecd70e1-9c7b-42ce-acd8-2dc5a84d3c7d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"83472634-23ee-4698-b137-0b6205363138","resourceInvariantUUID":"67f4ffd9-6f57-4cb4-b7a8-79f24b6660f8","resourceCustomizationUUID":"8f4bc3f4-8a3a-44bc-bee5-006a1025e205","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":"NTU2MjgwZTk2Y2Q1ODJhYmUwNTlkNmYxYjNkNjU4MjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72233523-e35d-45db-add4-ff2e650bda79","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":"MmE2MzYxYjE0ZmE0ZTU5NDBiYzRmZWQ4YWQzMDMxODA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"580ce1ab-e8d8-47fa-ad3f-b193acfc7733","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":"e3b8d478-e040-4bdd-80f7-42bcbba4e118","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":"c7f9e84b-53ef-483a-8023-a10a32c935d7","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":"76275732-024a-49a6-a36a-5fdbe9b83d08","artifactVersion":"2","generatedFromUUID":"e3b8d478-e040-4bdd-80f7-42bcbba4e118"},{"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":"YjExOGJiMDczNmRmY2FiZDNlOTQ3MjQxOTA3NDZlYjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fa76e262-0717-4d13-b4ff-0d245432d874","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":"YjNjYzA5YTEwNmFkNmU3OTAxNzg2NjlkYjg3NTUyNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8b6e941a-d11e-417d-b59d-e07f0d03a57f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzM1NzBjNjJkNzU3MmY0Y2JiODUyODI3N2Q3MTcxMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a82831e-b489-48a2-87db-efabd63fa3f5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T04:49:31.506Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:49:31.506Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:49:31.508Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:49:31.508Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:49:31.608Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:49:31.609Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:49:31.609Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:49:31.663Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:49:31.664Z||pool-123-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:49:32.508Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:49:32.509Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:49:32.512Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:49:32.512Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:49:32.612Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T04:49:32.612Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:49:32.613Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:49:32.628Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:49:32.629Z||pool-124-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:49:33.513Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:49:33.514Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:49:33.516Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:49:33.516Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-30T04:49:33.617Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:49:33.618Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:49:33.618Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:49:33.633Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:49:33.634Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:49:34.517Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:49:34.518Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:49:34.520Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:49:34.520Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:49:34.620Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:49:34.621Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:49:34.621Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:49:34.646Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:49:34.647Z||pool-126-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:49:35.521Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:49:35.521Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:49:35.523Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:49:35.524Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-30T04:49:35.617Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:49:35.618Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:49:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:49:35.624Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T04:49:35.624Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:49:35.625Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:49:35.645Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:49:35.646Z||pool-127-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:49:35.671Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:49:35.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:49:35.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "clamp", "timestamp": 1664513187464, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:49:35.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T04:49:35.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:49:35.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "clamp", "timestamp": 1664513187464, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:49:35.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T04:49:35.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:49:35.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "clamp", "timestamp": 1664513203405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:49:35.673Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:49:35.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:49:35.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "clamp", "timestamp": 1664513205414, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:49:35.673Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:49:35.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T04:49:35.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "clamp", "timestamp": 1664513206418, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:49:35.682Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of af3491ac-65c9-47c1-9e42-6bc513294b3f 2022-09-30T04:49:35.682Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId af3491ac-65c9-47c1-9e42-6bc513294b3f and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:49:36.524Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:49:36.524Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:49:36.526Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:49:36.527Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:49:36.627Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:49:36.628Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:49:36.628Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:49:36.649Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:49:36.650Z||pool-128-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:49:37.527Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:49:37.528Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:49:37.530Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:49:37.530Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:49:37.634Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-09-30T04:49:37.635Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:49:37.635Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:49:37.652Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:49:37.653Z||pool-129-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:49:38.531Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:49:38.532Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:49:38.534Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:49:38.534Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:49:38.634Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:49:38.635Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:49:38.635Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:49:38.652Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:49:38.652Z||pool-130-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:49:39.535Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "700d7f12-5ab2-42ed-9326-a672e44835f1", "serviceDescription": "service", "serviceInvariantUUID": "3ecd70e1-9c7b-42ce-acd8-2dc5a84d3c7d", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "8f4bc3f4-8a3a-44bc-bee5-006a1025e205", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "83472634-23ee-4698-b137-0b6205363138", "resourceInvariantUUID": "67f4ffd9-6f57-4cb4-b7a8-79f24b6660f8", "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": "MmE2MzYxYjE0ZmE0ZTU5NDBiYzRmZWQ4YWQzMDMxODA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "580ce1ab-e8d8-47fa-ad3f-b193acfc7733", "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": "e3b8d478-e040-4bdd-80f7-42bcbba4e118", "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": "76275732-024a-49a6-a36a-5fdbe9b83d08", "generatedFromUUID": "e3b8d478-e040-4bdd-80f7-42bcbba4e118" }, "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": "76275732-024a-49a6-a36a-5fdbe9b83d08", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YzM1NzBjNjJkNzU3MmY0Y2JiODUyODI3N2Q3MTcxMzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0a82831e-b489-48a2-87db-efabd63fa3f5" } ], "workloadContext": "Production" } 2022-09-30T04:49:39.536Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T04:49:39.536Z|b0ae6141-bc01-440d-ae77-14bcc27709f1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 700d7f12-5ab2-42ed-9326-a672e44835f1 ASDC 2022-09-30T04:49:39.537Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:6029f190-1997-4a8f-8479-459bcac5fbae ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:700d7f12-5ab2-42ed-9326-a672e44835f1 ServiceInvariantUUID:3ecd70e1-9c7b-42ce-acd8-2dc5a84d3c7d 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:0a82831e-b489-48a2-87db-efabd63fa3f5 ArtifactChecksum:YzM1NzBjNjJkNzU3MmY0Y2JiODUyODI3N2Q3MTcxMzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:8f4bc3f4-8a3a-44bc-bee5-006a1025e205 ResourceInvariantUUID:67f4ffd9-6f57-4cb4-b7a8-79f24b6660f8 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:83472634-23ee-4698-b137-0b6205363138 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:580ce1ab-e8d8-47fa-ad3f-b193acfc7733 ArtifactChecksum:MmE2MzYxYjE0ZmE0ZTU5NDBiYzRmZWQ4YWQzMDMxODA= 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:e3b8d478-e040-4bdd-80f7-42bcbba4e118 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:76275732-024a-49a6-a36a-5fdbe9b83d08 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:76275732-024a-49a6-a36a-5fdbe9b83d08 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-30T04:49:39.537Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 700d7f12-5ab2-42ed-9326-a672e44835f1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T04:49:39.573Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T04:49:39.574Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:49:39.574Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:49:39.574Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0a82831e-b489-48a2-87db-efabd63fa3f5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-09-30T04:49:39.574Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:49:39.575Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-09-30T04:49:39.695Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:49:39.699Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 0a82831e-b489-48a2-87db-efabd63fa3f5 78817 2022-09-30T04:49:39.699Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-09-30T04:49:39.699Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-09-30T04:49:39.699Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:49:39.699Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:49:39.701Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:49:39.701Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513379699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:49:39.801Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:49:39.802Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:49:39.802Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:49:39.818Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:49:39.818Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:49:40.701Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T04:49:40.702Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:49:40.703Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 0a82831e-b489-48a2-87db-efabd63fa3f5, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T04:49:40.703Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-09-30T04:49:40.703Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T04:49:40.703Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T04:49:40.825Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13300843164331635728/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-09-30T04:49:41.910Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T04:49:41.910Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-09-30T04:49:41.910Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T04:49:41.910Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-09-30T04:49:41.911Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T04:49:41.911Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T04:49:41.911Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T04:49:41.911Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T04:49:41.911Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T04:49:41.911Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T04:49:41.912Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T04:49:41.912Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T04:49:41.912Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T04:49:41.912Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-09-30T04:49:41.912Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:41.913Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:49:41.913Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T04:49:41.913Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-09-30T04:49:41.914Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T04:49:41.914Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:41.914Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:49:41.914Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T04:49:41.914Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-09-30T04:49:41.915Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T04:49:41.915Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:41.915Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:49:41.916Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:41.916Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-09-30T04:49:41.916Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-09-30T04:49:41.916Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-09-30T04:49:41.916Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-09-30T04:49:41.917Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-30T04:49:41.917Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-30T04:49:41.917Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:41.917Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T04:49:41.918Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:41.918Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T04:49:41.918Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:49:41.918Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:41.919Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T04:49:41.919Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:49:41.919Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:41.919Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T04:49:41.920Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:49:41.920Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:41.920Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-09-30T04:49:41.920Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-09-30T04:49:41.921Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-30T04:49:41.921Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ea8a98cd-b171-41c8-87fa-dda21e3bea6f 2022-09-30T04:49:41.921Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:41.921Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:49:41.922Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:41.922Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:49:41.922Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:41.922Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:49:41.923Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:41.923Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:49:41.923Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:700d7f12-5ab2-42ed-9326-a672e44835f1 Model Version:NULL Model InvariantUuid:3ecd70e1-9c7b-42ce-acd8-2dc5a84d3c7d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:b63606ef-57af-48c8-a35f-ba926399d0ca Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:67f4ffd9-6f57-4cb4-b7a8-79f24b6660f8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8f4bc3f4-8a3a-44bc-bee5-006a1025e205 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bf905740-2bb5-4977-9653-b1a833032534 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:584415f1-7304-4f12-9d9e-79ab5a690cbb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ea8a98cd-b171-41c8-87fa-dda21e3bea6f ModelInvariantUuid:3cef542b-4d46-4671-8b48-2262fe741d09 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:a2392d18-5004-4ffb-9307-c7add160fab2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:60e309ce-06ec-4e7e-88f0-8959e2ddc660 ModelInvariantUuid:23cf0e75-ef2e-4a73-a0bf-def8439b68a7 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:7ae22c3f-9fc6-475e-86ad-f27b88611ae2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-09-30T04:49:41.931Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 83472634-23ee-4698-b137-0b6205363138 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:49:41.933Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||basic_vm_macro 0 2022-09-30T04:49:41.933Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 83472634-23ee-4698-b137-0b6205363138 2022-09-30T04:49:41.933Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 580ce1ab-e8d8-47fa-ad3f-b193acfc7733 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-09-30T04:49:41.933Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:49:41.934Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-09-30T04:49:41.997Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:49:41.997Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 580ce1ab-e8d8-47fa-ad3f-b193acfc7733 792 2022-09-30T04:49:41.998Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-09-30T04:49:41.998Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-09-30T04:49:41.998Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:49:41.998Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:49:42.001Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:49:42.001Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513381998, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T04:49:42.101Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:49:42.102Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:49:42.102Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:49:42.120Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:49:42.120Z||pool-132-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:49:43.001Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "bf905740-2bb5-4977-9653-b1a833032534", "vfModuleModelVersion": "1", "vfModuleModelUUID": "584415f1-7304-4f12-9d9e-79ab5a690cbb", "vfModuleModelCustomizationUUID": "9f15e2c1-387c-494e-a325-7f87b28ea74a", "isBase": true, "artifacts": [ "e3b8d478-e040-4bdd-80f7-42bcbba4e118", "76275732-024a-49a6-a36a-5fdbe9b83d08" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-09-30T04:49:43.005Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:584415f1-7304-4f12-9d9e-79ab5a690cbb VfModuleModelInvariantUUID:bf905740-2bb5-4977-9653-b1a833032534 VfModuleModelDescription:NULL Artifacts UUID List:{ e3b8d478-e040-4bdd-80f7-42bcbba4e118 , 76275732-024a-49a6-a36a-5fdbe9b83d08 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-09-30T04:49:43.006Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "bf905740-2bb5-4977-9653-b1a833032534", "vfModuleModelVersion": "1", "vfModuleModelUUID": "584415f1-7304-4f12-9d9e-79ab5a690cbb", "vfModuleModelCustomizationUUID": "9f15e2c1-387c-494e-a325-7f87b28ea74a", "isBase": true, "artifacts": [ "e3b8d478-e040-4bdd-80f7-42bcbba4e118", "76275732-024a-49a6-a36a-5fdbe9b83d08" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-09-30T04:49:43.007Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:584415f1-7304-4f12-9d9e-79ab5a690cbb VfModuleModelInvariantUUID:bf905740-2bb5-4977-9653-b1a833032534 VfModuleModelDescription:NULL Artifacts UUID List:{ e3b8d478-e040-4bdd-80f7-42bcbba4e118 , 76275732-024a-49a6-a36a-5fdbe9b83d08 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-09-30T04:49:43.007Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e3b8d478-e040-4bdd-80f7-42bcbba4e118 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-09-30T04:49:43.007Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:49:43.007Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-09-30T04:49:43.226Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:49:43.227Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml e3b8d478-e040-4bdd-80f7-42bcbba4e118 5033 2022-09-30T04:49:43.227Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-09-30T04:49:43.227Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-09-30T04:49:43.227Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:49:43.227Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:49:43.229Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:49:43.230Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513383227, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T04:49:43.330Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:49:43.331Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:49:43.331Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:49:43.350Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:49:43.351Z||pool-133-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:49:44.230Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 76275732-024a-49a6-a36a-5fdbe9b83d08 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-09-30T04:49:44.231Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:49:44.232Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-09-30T04:49:44.523Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:49:44.524Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 76275732-024a-49a6-a36a-5fdbe9b83d08 903 2022-09-30T04:49:44.524Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-09-30T04:49:44.524Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-09-30T04:49:44.524Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:49:44.525Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:49:44.527Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:49:44.527Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513384524, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-30T04:49:44.627Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:49:44.628Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:49:44.628Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:49:44.648Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:49:44.648Z||pool-134-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:49:45.533Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 700d7f12-5ab2-42ed-9326-a672e44835f1 2022-09-30T04:49:45.534Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 83472634-23ee-4698-b137-0b6205363138 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:49:45.549Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6aff94d3, org.onap.sdc.toscaparser.api.parameters.Input@36b7026, org.onap.sdc.toscaparser.api.parameters.Input@1e8129e7, org.onap.sdc.toscaparser.api.parameters.Input@1ad9940e, org.onap.sdc.toscaparser.api.parameters.Input@c16c28a] 2022-09-30T04:49:45.551Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:45.551Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:49:45.551Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-09-30T04:49:45.551Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 8f4bc3f4-8a3a-44bc-bee5-006a1025e205 2022-09-30T04:49:45.551Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8f4bc3f4-8a3a-44bc-bee5-006a1025e205 matches Tosca VF Customization UUID: 8f4bc3f4-8a3a-44bc-bee5-006a1025e205 2022-09-30T04:49:45.552Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 8f4bc3f4-8a3a-44bc-bee5-006a1025e205 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-09-30T04:49:45.554Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:45.554Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:49:45.555Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 8f4bc3f4-8a3a-44bc-bee5-006a1025e205: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-09-30T04:49:45.555Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@15d22999 2022-09-30T04:49:45.555Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:45.555Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T04:49:45.555Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9f15e2c1-387c-494e-a325-7f87b28ea74a 2022-09-30T04:49:45.555Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9f15e2c1-387c-494e-a325-7f87b28ea74a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-09-30T04:49:45.557Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:45.557Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T04:49:45.558Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:49:45.558Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:45.558Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T04:49:45.558Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:49:45.558Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:45.558Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-09-30T04:49:45.559Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-09-30T04:49:45.559Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-30T04:49:45.559Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ea8a98cd-b171-41c8-87fa-dda21e3bea6f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-09-30T04:49:45.561Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:45.561Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T04:49:45.562Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T04:49:45.562Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:45.562Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T04:49:45.562Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8f4bc3f4-8a3a-44bc-bee5-006a1025e205 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:49:45.565Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:45.565Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:49:45.566Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 700d7f12-5ab2-42ed-9326-a672e44835f1: basic_vm_macro 2022-09-30T04:49:45.566Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:45.566Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:49:45.566Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:45.566Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:49:45.567Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:45.567Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:49:45.567Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:45.567Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:49:45.567Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:49:45.568Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:49:45.568Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T04:49:45.657Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 83472634-23ee-4698-b137-0b6205363138 1 ASDC deployResourceStructure 2022-09-30T04:49:45.658Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-09-30T04:49:45.658Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-09-30T04:49:45.658Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:49:45.658Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:49:45.660Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:49:45.660Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513385658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T04:49:45.765Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-09-30T04:49:45.766Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:49:45.766Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:49:45.805Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:49:45.806Z||pool-135-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:49:46.661Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-09-30T04:49:46.662Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-09-30T04:49:46.662Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:49:46.662Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:49:46.664Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:49:46.664Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513386661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-09-30T04:49:46.764Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:49:46.765Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:49:46.766Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:49:46.782Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:49:46.782Z||pool-136-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:49:47.665Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-09-30T04:49:47.665Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-09-30T04:49:47.665Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:49:47.666Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:49:47.668Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:49:47.668Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513387664, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-09-30T04:49:47.769Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:49:47.769Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:49:47.769Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:49:47.792Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:49:47.792Z||pool-137-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:49:48.668Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-09-30T04:49:48.669Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-09-30T04:49:48.669Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:49:48.669Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:49:48.671Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:49:48.671Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513388668, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:49:48.771Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:49:48.772Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:49:48.772Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:49:48.797Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:49:48.798Z||pool-138-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:49:49.671Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6029f190-1997-4a8f-8479-459bcac5fbae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:49:49.692Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6029f190-1997-4a8f-8479-459bcac5fbae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:49:49.695Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:49:49.695Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T04:49:49.695Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T04:49:49.695Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T04:49:49.695Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:49:49.696Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:49:49.696Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:49:49.696Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:49:49.696Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:49:49.696Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:49:49.696Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:49:49.701Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T04:50:19.701Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6029f190-1997-4a8f-8479-459bcac5fbae and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-09-30T04:50:19.709Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6029f190-1997-4a8f-8479-459bcac5fbae and serviceModelVersionId: 700d7f12-5ab2-42ed-9326-a672e44835f1 2022-09-30T04:50:19.709Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ecd70e1-9c7b-42ce-acd8-2dc5a84d3c7d 2022-09-30T04:50:19.710Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ecd70e1-9c7b-42ce-acd8-2dc5a84d3c7d/model-vers/model-ver/700d7f12-5ab2-42ed-9326-a672e44835f1?depth=0 2022-09-30T04:50:19.714Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T04:50:19.753Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ecd70e1-9c7b-42ce-acd8-2dc5a84d3c7d/model-vers/model-ver/700d7f12-5ab2-42ed-9326-a672e44835f1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-09-30T04:50:19.756Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ecd70e1-9c7b-42ce-acd8-2dc5a84d3c7d/model-vers/model-ver/700d7f12-5ab2-42ed-9326-a672e44835f1?depth=0|INFO|500||Invoke 2022-09-30T04:50:19.775Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ecd70e1-9c7b-42ce-acd8-2dc5a84d3c7d/model-vers/model-ver/700d7f12-5ab2-42ed-9326-a672e44835f1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T04:50:19.858Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ecd70e1-9c7b-42ce-acd8-2dc5a84d3c7d/model-vers/model-ver/700d7f12-5ab2-42ed-9326-a672e44835f1?depth=0|INFO|500||InvokeReturn 2022-09-30T04:50:19.859Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ecd70e1-9c7b-42ce-acd8-2dc5a84d3c7d/model-vers/model-ver/700d7f12-5ab2-42ed-9326-a672e44835f1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220930-04:50:18:692-99504], vertex-id=[266344], Content-Length=[0], Date=[Fri, 30 Sep 2022 04:50:18 GMT], Content-Type=[application/json]} 2022-09-30T04:50:19.859Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-09-30T04:50:19.860Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T04:50:19.860Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:50:19.866Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-30T04:50:19.866Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6029f190-1997-4a8f-8479-459bcac5fbae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T04:50:19.867Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T04:50:19.867Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:50:19.869Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:50:19.869Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513419866, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T04:50:19.969Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T04:50:19.970Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:50:19.970Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:50:20.003Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:50:20.004Z||pool-139-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T04:50:20.883Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:50:20.884Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:50:20.884Z|6029f190-1997-4a8f-8479-459bcac5fbae|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:50:25.366Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:50:25.366Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T04:50:25.367Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"af3491ac-65c9-47c1-9e42-6bc513294b3f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0b63ffa0-0b23-475a-a031-1b6122a7f578","serviceDescription":"service","serviceInvariantUUID":"1f5caf1b-496e-4fc5-bb27-b43c299556b8","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e9b71e81-ec7d-4852-ae61-6fa45c69e2b0","resourceInvariantUUID":"244f5310-0890-4ed9-9132-9e0d48a5e9f5","resourceCustomizationUUID":"30acb984-6a5f-434d-91c2-69eafdb50eaa","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":"NjFkZGU3MjQzNzAzMjJiZTgzMjU5NGM1YmEwOWUxOTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c5c4ee90-8372-49d9-b3c0-ce3d44e47b57","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":"7d550ce6-5511-4214-a485-f8b2aa430931","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":"0ac35f24-91dc-48e0-8944-076c5d4fb98f","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":"MWNmNzdmMTE5MmZiNjk1NjAyNDc5ZjNlMGQwODQwZGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0bb85454-9ce3-4086-8787-1d50b38bbe00","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":"a54bf6b0-e297-4e0a-9b67-4763dcea2a6c","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":"8ad63e39-b296-4e77-9408-2288afb2db03","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":"2ee7770b-6988-4f73-ac57-8a321a37b786","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":"NzQ0YzVlYzBjNWNhMmVlNzFhM2JhYWRmYjM3OTNmNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"84dfcb00-8273-4f7c-aa3a-97e35a18f94d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YzhkZjAyZjk2ZjNiZTFlZTgwYmMwZmY5ZWRlYjQ1MmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b823da31-e0f6-44ad-8e72-186e5ee737ae","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T04:50:25.369Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:50:25.370Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:50:25.372Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:50:25.372Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513420883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:50:25.472Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:50:25.473Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:50:25.473Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:50:25.491Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:50:25.491Z||pool-140-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:50:26.372Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:50:26.373Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:50:26.375Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:50:26.375Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513420883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:50:26.475Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:50:26.476Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:50:26.476Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:50:26.494Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:50:26.495Z||pool-141-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-09-30T04:50:27.376Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:50:27.376Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:50:27.378Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:50:27.379Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513420883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:50:27.479Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:50:27.480Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:50:27.480Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:50:27.496Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:50:27.496Z||pool-142-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:50:28.379Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:50:28.380Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:50:28.382Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:50:28.382Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513420883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:50:28.482Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:50:28.483Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:50:28.483Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:50:28.498Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:50:28.499Z||pool-143-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:50:29.383Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:50:29.383Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:50:29.386Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:50:29.386Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513420883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:50:29.486Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:50:29.487Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:50:29.487Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:50:29.505Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:50:29.505Z||pool-144-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:50:30.386Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:50:30.387Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:50:30.389Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:50:30.389Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513420883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:50:30.490Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:50:30.491Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:50:30.491Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:50:30.507Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:50:30.507Z||pool-145-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:50:31.390Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:50:31.391Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:50:31.393Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:50:31.393Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513420883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:50:31.493Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:50:31.494Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:50:31.494Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:50:31.511Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:50:31.511Z||pool-146-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:50:32.393Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:50:32.394Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:50:32.396Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:50:32.396Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513420883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:50:32.496Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:50:32.498Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:50:32.498Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:50:32.516Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:50:32.517Z||pool-147-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:50:33.396Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T04:50:33.397Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:50:33.399Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:50:33.399Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513420883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:50:33.500Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:50:33.501Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:50:33.501Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:50:33.517Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:50:33.518Z||pool-148-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:50:34.400Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "0b63ffa0-0b23-475a-a031-1b6122a7f578", "serviceDescription": "service", "serviceInvariantUUID": "1f5caf1b-496e-4fc5-bb27-b43c299556b8", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "30acb984-6a5f-434d-91c2-69eafdb50eaa", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e9b71e81-ec7d-4852-ae61-6fa45c69e2b0", "resourceInvariantUUID": "244f5310-0890-4ed9-9132-9e0d48a5e9f5", "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": "YzhkZjAyZjk2ZjNiZTFlZTgwYmMwZmY5ZWRlYjQ1MmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b823da31-e0f6-44ad-8e72-186e5ee737ae" } ], "workloadContext": "Production" } 2022-09-30T04:50:34.401Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T04:50:34.401Z|6029f190-1997-4a8f-8479-459bcac5fbae|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b63ffa0-0b23-475a-a031-1b6122a7f578 ASDC 2022-09-30T04:50:34.401Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:af3491ac-65c9-47c1-9e42-6bc513294b3f ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:0b63ffa0-0b23-475a-a031-1b6122a7f578 ServiceInvariantUUID:1f5caf1b-496e-4fc5-bb27-b43c299556b8 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:b823da31-e0f6-44ad-8e72-186e5ee737ae ArtifactChecksum:YzhkZjAyZjk2ZjNiZTFlZTgwYmMwZmY5ZWRlYjQ1MmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:30acb984-6a5f-434d-91c2-69eafdb50eaa ResourceInvariantUUID:244f5310-0890-4ed9-9132-9e0d48a5e9f5 ResourceName:test-pnf ResourceType:PNF ResourceUUID:e9b71e81-ec7d-4852-ae61-6fa45c69e2b0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-09-30T04:50:34.401Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b63ffa0-0b23-475a-a031-1b6122a7f578 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T04:50:34.429Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T04:50:34.430Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:50:34.430Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:50:34.430Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b823da31-e0f6-44ad-8e72-186e5ee737ae from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-09-30T04:50:34.430Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T04:50:34.431Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-09-30T04:50:34.577Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T04:50:34.581Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b823da31-e0f6-44ad-8e72-186e5ee737ae 105676 2022-09-30T04:50:34.582Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-09-30T04:50:34.582Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-09-30T04:50:34.582Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T04:50:34.582Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:50:34.584Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:50:34.584Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513434582, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:50:34.684Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:50:34.685Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:50:34.685Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:50:34.703Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:50:34.703Z||pool-149-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:50:35.584Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T04:50:35.585Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T04:50:35.586Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b823da31-e0f6-44ad-8e72-186e5ee737ae, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-30T04:50:35.586Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-09-30T04:50:35.586Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-30T04:50:35.587Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-30T04:50:35.617Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:50:35.618Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:50:35.618Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:50:35.651Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:50:35.651Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T04:50:35.651Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0ae6141-bc01-440d-ae77-14bcc27709f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513370490, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T04:50:35.652Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:50:35.652Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T04:50:35.652Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:50:35.652Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-30T04:50:35.653Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T04:50:35.653Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-09-30T04:50:35.653Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-30T04:50:35.653Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T04:50:35.653Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-30T04:50:35.653Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-30T04:50:35.653Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T04:50:35.653Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:50:35.653Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-30T04:50:35.739Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18361000755435949387/Definitions/service-TestPnfMacro-template.yml 2022-09-30T04:50:36.673Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T04:50:36.673Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-09-30T04:50:36.674Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-30T04:50:36.674Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-30T04:50:36.674Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-30T04:50:36.674Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-30T04:50:36.674Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-30T04:50:36.674Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-30T04:50:36.674Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-30T04:50:36.674Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-30T04:50:36.674Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-30T04:50:36.674Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-09-30T04:50:36.674Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:50:36.674Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:50:36.675Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-09-30T04:50:36.675Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-09-30T04:50:36.675Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T04:50:36.675Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:50:36.675Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:50:36.675Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-09-30T04:50:36.675Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-09-30T04:50:36.676Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T04:50:36.676Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:50:36.676Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:50:36.676Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:50:36.676Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:50:36.676Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:50:36.676Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:50:36.676Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:50:36.677Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:50:36.677Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:50:36.677Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:50:36.677Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:0b63ffa0-0b23-475a-a031-1b6122a7f578 Model Version:NULL Model InvariantUuid:1f5caf1b-496e-4fc5-bb27-b43c299556b8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-09-30T04:50:36.685Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: e9b71e81-ec7d-4852-ae61-6fa45c69e2b0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:50:36.688Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||test-pnf 0 2022-09-30T04:50:36.688Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e9b71e81-ec7d-4852-ae61-6fa45c69e2b0 2022-09-30T04:50:36.688Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 0b63ffa0-0b23-475a-a031-1b6122a7f578 2022-09-30T04:50:36.688Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 0b63ffa0-0b23-475a-a031-1b6122a7f578 2022-09-30T04:50:36.688Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e9b71e81-ec7d-4852-ae61-6fa45c69e2b0 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:50:36.693Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@48490402, org.onap.sdc.toscaparser.api.parameters.Input@6e7bad39, org.onap.sdc.toscaparser.api.parameters.Input@5c28f753, org.onap.sdc.toscaparser.api.parameters.Input@3e29f222, org.onap.sdc.toscaparser.api.parameters.Input@3ec088f1] 2022-09-30T04:50:36.693Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:50:36.693Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:50:36.693Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 0b63ffa0-0b23-475a-a031-1b6122a7f578: test-pnf 2022-09-30T04:50:36.693Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||Processing PNF resource: e9b71e81-ec7d-4852-ae61-6fa45c69e2b0 2022-09-30T04:50:36.694Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T04:50:36.694Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T04:50:36.694Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||Resource customization UUID: 30acb984-6a5f-434d-91c2-69eafdb50eaa is the same as notified resource customizationUUID: 30acb984-6a5f-434d-91c2-69eafdb50eaa Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-09-30T04:50:36.734Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf e9b71e81-ec7d-4852-ae61-6fa45c69e2b0 0 ASDC deployResourceStructure 2022-09-30T04:50:36.735Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-09-30T04:50:36.735Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-09-30T04:50:36.735Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T04:50:36.735Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:50:36.737Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:50:36.737Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513436735, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:50:36.838Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:50:36.839Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:50:36.839Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:50:36.854Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:50:36.855Z||pool-150-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T04:50:37.740Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af3491ac-65c9-47c1-9e42-6bc513294b3f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:50:37.994Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af3491ac-65c9-47c1-9e42-6bc513294b3f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T04:50:37.998Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T04:50:37.998Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T04:50:37.999Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T04:50:37.999Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T04:50:37.999Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:50:37.999Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:50:37.999Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:50:38.000Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:50:38.000Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:50:38.000Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:50:38.000Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T04:50:38.001Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T04:50:38.007Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T04:51:08.007Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: af3491ac-65c9-47c1-9e42-6bc513294b3f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-09-30T04:51:08.012Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: af3491ac-65c9-47c1-9e42-6bc513294b3f and serviceModelVersionId: 0b63ffa0-0b23-475a-a031-1b6122a7f578 2022-09-30T04:51:08.012Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f5caf1b-496e-4fc5-bb27-b43c299556b8 2022-09-30T04:51:08.013Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f5caf1b-496e-4fc5-bb27-b43c299556b8/model-vers/model-ver/0b63ffa0-0b23-475a-a031-1b6122a7f578?depth=0 2022-09-30T04:51:08.017Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T04:51:08.057Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f5caf1b-496e-4fc5-bb27-b43c299556b8/model-vers/model-ver/0b63ffa0-0b23-475a-a031-1b6122a7f578?depth=0|INFO|500||Invoke 2022-09-30T04:51:08.058Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f5caf1b-496e-4fc5-bb27-b43c299556b8/model-vers/model-ver/0b63ffa0-0b23-475a-a031-1b6122a7f578?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f5caf1b-496e-4fc5-bb27-b43c299556b8/model-vers/model-ver/0b63ffa0-0b23-475a-a031-1b6122a7f578?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[af3491ac-65c9-47c1-9e42-6bc513294b3f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[84841ebd-aa8f-45ad-8e25-4ddfca90d394], X-ECOMP-RequestID=[af3491ac-65c9-47c1-9e42-6bc513294b3f], X-TransactionId=[], X-ONAP-RequestID=[af3491ac-65c9-47c1-9e42-6bc513294b3f], Content-Type=[application/merge-patch+json]} 2022-09-30T04:51:08.078Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f5caf1b-496e-4fc5-bb27-b43c299556b8/model-vers/model-ver/0b63ffa0-0b23-475a-a031-1b6122a7f578?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T04:51:08.170Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f5caf1b-496e-4fc5-bb27-b43c299556b8/model-vers/model-ver/0b63ffa0-0b23-475a-a031-1b6122a7f578?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/1f5caf1b-496e-4fc5-bb27-b43c299556b8/model-vers/model-ver/0b63ffa0-0b23-475a-a031-1b6122a7f578?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220930-04:51:06:991-46678], vertex-id=[258296], Content-Length=[0], Date=[Fri, 30 Sep 2022 04:51:06 GMT], Content-Type=[application/json]} 2022-09-30T04:51:08.171Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f5caf1b-496e-4fc5-bb27-b43c299556b8/model-vers/model-ver/0b63ffa0-0b23-475a-a031-1b6122a7f578?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-30T04:51:08.172Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f5caf1b-496e-4fc5-bb27-b43c299556b8/model-vers/model-ver/0b63ffa0-0b23-475a-a031-1b6122a7f578?depth=0|INFO|500||InvokeReturn 2022-09-30T04:51:08.173Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T04:51:08.173Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T04:51:08.178Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-30T04:51:08.178Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID af3491ac-65c9-47c1-9e42-6bc513294b3f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T04:51:08.178Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T04:51:08.179Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T04:51:08.181Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T04:51:08.182Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513468178, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T04:51:08.282Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T04:51:08.283Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T04:51:08.283Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ... 2022-09-30T04:51:08.304Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:51:08.305Z||pool-151-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T04:51:09.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:51:09.199Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:51:09.199Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:51:18.757Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:51:18.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:51:18.758Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:51:18.758Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:51:28.298Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:51:28.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:51:28.299Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:51:28.299Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:51:35.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:51:35.618Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:51:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:51:35.664Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:51:35.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-30T04:51:35.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-30T04:51:35.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-30T04:51:37.856Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:51:37.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:51:37.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:51:37.857Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:51:47.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:51:47.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:51:47.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. 2022-09-30T04:51:47.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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:51:56.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:52:35.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:52:35.606Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:52:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:52:35.617Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:52:35.618Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:52:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:52:35.659Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:52:35.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:52:35.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:52:35.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:52:35.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:52:35.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:52:35.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:52:35.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:52:35.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513135605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:52:35.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:52:35.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:52:35.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513379699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:52:35.661Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:52:35.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:52:35.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513381998, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T04:52:35.661Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:52:35.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:52:35.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513383227, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T04:52:35.661Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:52:35.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:52:35.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513384524, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-30T04:52:35.661Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:52:35.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:52:35.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513385658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T04:52:35.662Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:52:35.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:52:35.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513386661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-09-30T04:52:35.662Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:52:35.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:52:35.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513387664, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-09-30T04:52:35.662Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:52:35.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:52:35.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513388668, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:52:35.662Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:52:35.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:52:35.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6029f190-1997-4a8f-8479-459bcac5fbae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513419866, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T04:52:35.662Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:52:35.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:52:35.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513420883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:52:35.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:52:35.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:52:35.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513420883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T04:52:35.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:52:35.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:52:35.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513420883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T04:52:35.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:52:35.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:52:35.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513420883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T04:52:35.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:52:35.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:52:35.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513420883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T04:52:35.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:52:35.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:52:35.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513420883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:52:35.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:52:35.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:52:35.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513420883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T04:52:35.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:52:35.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:52:35.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513420883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T04:52:35.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:52:35.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:52:35.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513420883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T04:52:35.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-30T04:52:35.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-30T04:52:35.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513434582, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T04:52:35.665Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:52:45.159Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:53:35.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:53:35.606Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:53:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:53:35.617Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:53:35.618Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:53:35.618Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:53:36.166Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:53:36.167Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T04:53:36.167Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513436735, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T04:53:36.168Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:53:36.168Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T04:53:36.168Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af3491ac-65c9-47c1-9e42-6bc513294b3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664513468178, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T04:53:36.168Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T04:53:45.154Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:54:35.606Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:54:35.607Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:54:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:54:35.617Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:54:35.618Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:54:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:54:45.158Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:54:45.160Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:55:35.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:55:35.607Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:55:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:55:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:55:35.618Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:55:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:55:45.168Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:55:45.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:56:35.606Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:56:35.607Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:56:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:56:35.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:56:35.618Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:56:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:56:45.150Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:56:45.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:57:35.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:57:35.606Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:57:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:57:35.617Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:57:35.618Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:57:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:57:45.151Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:57:45.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:58:35.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:58:35.606Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:58:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:58:35.617Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:58:35.618Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:58:35.618Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:58:45.154Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:58:45.158Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:59:35.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:59:35.606Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:59:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:59:35.617Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T04:59:35.618Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T04:59:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T04:59:45.158Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T04:59:45.213Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:00:35.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:00:35.606Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:00:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:00:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:00:35.618Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:00:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:00:45.158Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:00:45.157Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:01:35.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:01:35.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:01:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:01:35.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:01:35.618Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:01:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:01:45.153Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:01:45.161Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:02:35.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:02:35.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:02:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:02:35.617Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:02:35.617Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:02:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:02:45.151Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:02:45.161Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:03:35.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:03:35.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:03:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:03:35.617Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:03:35.618Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:03:35.618Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:03:45.153Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:03:45.157Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:04:35.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:04:35.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:04:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:04:35.617Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:04:35.618Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:04:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:04:45.147Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:04:45.160Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:05:35.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:05:35.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:05:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:05:35.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:05:35.618Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:05:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:05:45.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:05:45.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:06:35.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:06:35.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:06:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:06:35.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:06:35.618Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:06:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:06:45.156Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:06:45.164Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:07:35.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:07:35.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:07:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:07:35.617Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:07:35.618Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:07:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:07:45.152Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:07:45.164Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:08:35.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:08:35.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:08:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:08:35.617Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:08:35.618Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:08:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:08:45.157Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:08:45.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:09:35.606Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:09:35.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:09:35.609Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:09:35.617Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:09:35.618Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:09:35.618Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:09:45.157Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:09:45.157Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:10:35.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:10:35.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:10:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:10:35.617Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:10:35.617Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:10:35.618Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:10:45.150Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:10:45.160Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:11:35.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:11:35.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:11:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:11:35.617Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:11:35.618Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:11:35.618Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:11:45.154Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:11:45.165Z|af3491ac-65c9-47c1-9e42-6bc513294b3f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:12:35.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:12:35.607Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:12:35.607Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:12:35.617Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:12:35.618Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:12:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:12:45.144Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:12:45.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:13:35.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:13:35.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:13:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:13:35.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:13:35.618Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:13:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:13:45.160Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:13:45.162Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:14:35.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:14:35.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:14:35.606Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:14:35.617Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:14:35.618Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-30T05:14:35.618Z||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 JdWNnJOAcZK80I2P) ... 2022-09-30T05:14:45.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:14:45.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK