By type
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-10-25T05:09:12.765Z||main|||||INFO|500||The following profiles are active: basic
2022-10-25T05:09:28.063Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-25T05:09:28.067Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-25T05:09:28.204Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-25T05:09:33.407Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-25T05:09:34.093Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-25T05:09:34.648Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-25T05:09:34.662Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-25T05:09:34.874Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-25T05:09:35.310Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-25T05:09:36.273Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-25T05:09:38.428Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-25T05:09:40.498Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-25T05:09:40.550Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-25T05:09:41.131Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-25T05:09:41.339Z||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-10-25T05:09:42.217Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-25T05:09:43.280Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-25T05:09:43.303Z||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$$9f28e7d9.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-10-25T05:09:43.304Z||main|||||WARN|500||The sdc end point is not alive
2022-10-25T05:09:46.032Z||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-10-25T05:09:48.973Z||main|||||WARN|500||---
2022-10-25T05:09:48.974Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-25T05:09:48.974Z||main|||||WARN|500||---
2022-10-25T05:09:49.462Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-25T05:09:54.709Z||main|||||INFO|500||Started Application in 46.184 seconds (JVM running for 48.959)
2022-10-25T05:09:54.727Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-25T05:09:54.729Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-25T05:09:54.742Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-25T05:09:54.765Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-25T05:09:54.857Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 96a233e7-1f7d-4ac4-810d-18399c46b6b9 url= /sdc/v1/artifactTypes
2022-10-25T05:09:54.858Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-25T05:09:55.133Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-25T05:09:55.162Z||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-10-25T05:09:55.187Z||scheduling-1|||||DEBUG|500||create keys
2022-10-25T05:09:55.196Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-25T05:09:55.243Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:09:55.258Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2d833334-8f38-4950-b018-aace9f415ca3 url= /sdc/v1/registerForDistribution
2022-10-25T05:09:55.369Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2d833334-8f38-4950-b018-aace9f415ca3 url= /sdc/v1/registerForDistribution
2022-10-25T05:09:55.370Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-25T05:09:55.385Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:09:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:09:55.401Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-25T05:09:55.406Z||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-10-25T05:09:55.407Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:09:55.408Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:09:55.408Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:10:05.742Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:10:05.768Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:10:55.377Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:10:55.380Z||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-10-25T05:10:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:10:55.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:10:55.387Z||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-10-25T05:10:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:11:04.962Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:11:04.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:11:55.377Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:11:55.379Z||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-10-25T05:11:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:11:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:11:55.387Z||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-10-25T05:11:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:12:04.965Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:12:04.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:12:55.377Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:12:55.380Z||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-10-25T05:12:55.381Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:12:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:12:55.387Z||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-10-25T05:12:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:13:04.945Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:13:04.947Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:13:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:13:55.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:13:55.379Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:13:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:13:55.387Z||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-10-25T05:13:55.388Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:14:04.949Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:14:04.951Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:14:55.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:14:55.381Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:14:55.381Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:14:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:14:55.387Z||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-10-25T05:14:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:15:04.934Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:15:04.940Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:15:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:15:55.380Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:15:55.380Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:15:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:15:55.387Z||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-10-25T05:15:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:16:04.951Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:16:04.951Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:16:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:16:55.378Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:16:55.379Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:16:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:16:55.390Z||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-10-25T05:16:55.390Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:17:04.949Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:17:04.959Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:17:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:17:55.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:17:55.379Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:17:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:17:55.387Z||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-10-25T05:17:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:18:04.946Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:18:04.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:18:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:18:55.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:18:55.380Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:18:55.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:18:55.387Z||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-10-25T05:18:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:19:04.952Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:19:04.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:19:08.978Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-25T05:19:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:19:55.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:19:55.379Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:19:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:19:55.387Z||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-10-25T05:19:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:20:04.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:20:04.959Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:20:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:20:55.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:20:55.379Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:20:55.386Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:20:55.387Z||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-10-25T05:20:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:21:04.937Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:21:04.937Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:21:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:21:55.378Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:21:55.378Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:21:55.386Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:21:55.387Z||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-10-25T05:21:55.388Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:22:04.930Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:22:04.935Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:22:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:22:55.378Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:22:55.379Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:22:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:22:55.387Z||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-10-25T05:22:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:23:04.946Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:23:04.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:23:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:23:55.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:23:55.380Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:23:55.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:23:55.387Z||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-10-25T05:23:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:24:04.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:24:04.971Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:24:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:24:55.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:24:55.380Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:24:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:24:55.387Z||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-10-25T05:24:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:25:04.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:25:04.934Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:25:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:25:55.378Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:25:55.378Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:25:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:25:55.387Z||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-10-25T05:25:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:26:04.940Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:26:04.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:26:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:26:55.378Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:26:55.379Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:26:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:26:55.387Z||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-10-25T05:26:55.388Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:27:04.931Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:27:04.932Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:27:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:27:55.381Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:27:55.381Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:27:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:27:55.387Z||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-10-25T05:27:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:28:04.960Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:28:04.979Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:28:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:28:55.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:28:55.379Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:28:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:28:55.387Z||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-10-25T05:28:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:29:04.935Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:29:04.935Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:29:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:29:55.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:29:55.379Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:29:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:29:55.387Z||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-10-25T05:29:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:30:04.927Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:30:04.931Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:30:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:30:55.378Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:30:55.378Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:30:55.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:30:55.387Z||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-10-25T05:30:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:31:04.949Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:31:04.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:31:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:31:55.378Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:31:55.378Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:31:55.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:31:55.387Z||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-10-25T05:31:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:32:04.945Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:32:04.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:32:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:32:55.380Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:32:55.380Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:32:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:32:55.387Z||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-10-25T05:32:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:33:04.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:33:04.949Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:33:55.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:33:55.380Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:33:55.380Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:33:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:33:55.387Z||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-10-25T05:33:55.388Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:34:04.936Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:34:04.936Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:34:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:34:55.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:34:55.380Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:34:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:34:55.387Z||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-10-25T05:34:55.388Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:35:04.933Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:35:04.933Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:35:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:35:55.378Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:35:55.379Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:35:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:35:55.387Z||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-10-25T05:35:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:36:04.928Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:36:04.936Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:36:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:36:55.378Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:36:55.378Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:36:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:36:55.387Z||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-10-25T05:36:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:37:04.944Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:37:04.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:37:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:37:55.380Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:37:55.380Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:37:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:37:55.387Z||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-10-25T05:37:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:38:04.943Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:38:04.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:38:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:38:55.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:38:55.379Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:38:55.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:38:55.387Z||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-10-25T05:38:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:39:04.964Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:39:04.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:39:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:39:55.378Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:39:55.379Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:39:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:39:55.387Z||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-10-25T05:39:55.388Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:40:04.930Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:40:04.946Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:40:55.377Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:40:55.378Z||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-10-25T05:40:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:40:55.390Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:40:55.392Z||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-10-25T05:40:55.392Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:41:04.944Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:41:04.944Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:41:55.377Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:41:55.380Z||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-10-25T05:41:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:41:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:41:55.387Z||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-10-25T05:41:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:42:04.928Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:42:04.929Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:42:55.378Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:42:55.382Z||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-10-25T05:42:55.382Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:42:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:42:55.387Z||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-10-25T05:42:55.388Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:43:04.941Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:43:04.943Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:43:55.377Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:43:55.379Z||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-10-25T05:43:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:43:55.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:43:55.387Z||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-10-25T05:43:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:44:04.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:44:04.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:44:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:44:55.378Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:44:55.378Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:44:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:44:55.387Z||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-10-25T05:44:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:45:04.936Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:45:04.936Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:45:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:45:55.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:45:55.380Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:45:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:45:55.387Z||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-10-25T05:45:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:46:04.932Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:46:04.936Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:46:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:46:55.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:46:55.379Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:46:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:46:55.387Z||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-10-25T05:46:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:47:04.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:47:04.930Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:47:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:47:55.378Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:47:55.378Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:47:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:47:55.387Z||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-10-25T05:47:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:48:04.934Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:48:04.935Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:48:55.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:48:55.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:48:55.379Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:48:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:48:55.387Z||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-10-25T05:48:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:49:04.970Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:49:04.983Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:49:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:49:55.380Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:49:55.380Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:49:55.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:49:55.387Z||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-10-25T05:49:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:50:04.939Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:50:04.940Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:50:55.377Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:50:55.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:50:55.379Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:50:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:50:55.387Z||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-10-25T05:50:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:50:56.011Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:50:56.013Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:50:56.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70","serviceName":"basic_onboard_TERwWK","serviceVersion":"1.0","serviceUUID":"d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46","serviceDescription":"service","serviceInvariantUUID":"c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d","resources":[{"resourceInstanceName":"basic_onboard_TERwWK 0","resourceName":"basic_onboard_TERwWK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"96b40a36-b491-4e99-a141-085174e7ca4f","resourceInvariantUUID":"9d4eae2d-9abc-4700-af79-20d63c2627f6","resourceCustomizationUUID":"f22a81e4-4b86-45a1-9faa-8475b40e55ec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vf-license-model.xml","artifactChecksum":"ZTg5ODg0MTQ5MDQ4NTBlNWZmMWUwYjMzY2NkYTc5Yjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0765b85-9fa5-47cd-a1f9-a52ce5141e7f","artifactVersion":"1"},{"artifactName":"basic_onboard_terwwk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json","artifactChecksum":"NjJlZmU3M2JkODdmOWIxYTJiYzdhYWYyM2NhMjRkNGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b145c2af-b32a-41b6-9a35-2edd9e896b2a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2c7e4e7d-f332-4a38-b0b5-9de0f78fbc78","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cb9d803d-22ca-446f-878f-c9d370f8cc18","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"973a4f48-0d69-4ba0-a69f-4af71a5bb381","artifactVersion":"2","generatedFromUUID":"2c7e4e7d-f332-4a38-b0b5-9de0f78fbc78"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTerwwk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-template.yml","artifactChecksum":"YmM4NTA3NDdhOWZlNDNmNDM5ZTVlMmY0Zjk1ZDNmNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13e5ff9e-0ee1-4688-bf5d-bf431e523fb1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTerwwk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar","artifactChecksum":"YWFjOWFiNmQ2NGEyYTVlZjZjMGIzMTQxOTcxMzAwM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ecbfefa7-4600-40dd-a8e2-6f819089f0c1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-25T05:50:56.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "cds",
"timestamp": 1666677001538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.030Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:50:56.036Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:50:56.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677003217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "cds",
"timestamp": 1666677001538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677003217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
"status": "NOTIFIED"
}
2022-10-25T05:50:56.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "cds",
"timestamp": 1666677001538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677003217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "cds",
"timestamp": 1666677001538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677003217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "cds",
"timestamp": 1666677001538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677003217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-25T05:50:56.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "cds",
"timestamp": 1666677001538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677003217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "aai-ml",
"timestamp": 1666677012678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677015046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "cds",
"timestamp": 1666677001538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T05:50:56.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677003217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T05:50:56.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "aai-ml",
"timestamp": 1666677012678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677015046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677015383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "aai-ml",
"timestamp": 1666677012678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "cds",
"timestamp": 1666677015184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677015046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "aai-ml",
"timestamp": 1666677012678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "cds",
"timestamp": 1666677016206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-10-25T05:50:56.058Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:50:56.059Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677055377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T05:50:56.159Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-10-25T05:50:56.163Z||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-10-25T05:50:56.163Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:50:56.176Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:50:56.177Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-25T05:50:56.243Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70
2022-10-25T05:50:56.260Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70 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-10-25T05:50:56.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677016453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:50:56.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:50:56.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677015046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "aai-ml",
"timestamp": 1666677012678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677017508,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:50:56.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:50:56.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677015046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "aai-ml",
"timestamp": 1666677012678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677018605,
"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-10-25T05:50:56.317Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70
2022-10-25T05:50:56.317Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70 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-10-25T05:50:56.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677015046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.332Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "aai-ml",
"timestamp": 1666677012678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T05:50:56.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677019609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-25T05:50:56.333Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:50:56.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677015046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "aai-ml",
"timestamp": 1666677020502,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:50:56.333Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677027594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677027594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677027594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677027594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677027594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677027594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:56.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "aai-ml",
"timestamp": 1666677033462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T05:50:56.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:50:56.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677027594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T05:50:56.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:50:56.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "aai-ml",
"timestamp": 1666677034467,
"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-10-25T05:50:56.344Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70
2022-10-25T05:50:56.344Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70 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-10-25T05:50:56.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677035419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:50:56.359Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:50:56.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677039098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T05:50:56.359Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:50:56.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:50:56.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677040103,
"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-10-25T05:50:56.367Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70
2022-10-25T05:50:56.368Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70 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-10-25T05:50:57.067Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:50:57.068Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:50:57.070Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:50:57.070Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677055377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
"status": "NOTIFIED"
}
2022-10-25T05:50:57.170Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:50:57.171Z||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-10-25T05:50:57.171Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:50:57.187Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:50:57.188Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-25T05:50:58.071Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:50:58.072Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:50:58.074Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:50:58.074Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677055377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-25T05:50:58.174Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:50:58.176Z||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-10-25T05:50:58.176Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:50:58.188Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:50:58.188Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:50:59.075Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:50:59.076Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:50:59.079Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:50:59.079Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677055377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:50:59.179Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:50:59.180Z||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-10-25T05:50:59.180Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:50:59.193Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:50:59.194Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-25T05:51:00.080Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:51:00.081Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:00.084Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:00.085Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677055377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-25T05:51:00.184Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-25T05:51:00.184Z||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-10-25T05:51:00.185Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:00.195Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:51:00.196Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:51:01.086Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:51:01.086Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:01.089Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:01.089Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677055377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:51:01.189Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:51:01.192Z||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-10-25T05:51:01.192Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:01.207Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:51:01.208Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:51:02.090Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:51:02.090Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:02.092Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:02.093Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677055377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T05:51:02.193Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:51:02.194Z||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-10-25T05:51:02.194Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:02.208Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:51:02.209Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:51:03.095Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"serviceName": "basic_onboard_TERwWK",
"serviceVersion": "1.0",
"serviceUUID": "d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46",
"serviceDescription": "service",
"serviceInvariantUUID": "c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d",
"resources": [
{
"resourceInstanceName": "basic_onboard_TERwWK 0",
"resourceCustomizationUUID": "f22a81e4-4b86-45a1-9faa-8475b40e55ec",
"resourceName": "basic_onboard_TERwWK",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "96b40a36-b491-4e99-a141-085174e7ca4f",
"resourceInvariantUUID": "9d4eae2d-9abc-4700-af79-20d63c2627f6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_terwwk0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
"artifactChecksum": "NjJlZmU3M2JkODdmOWIxYTJiYzdhYWYyM2NhMjRkNGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b145c2af-b32a-41b6-9a35-2edd9e896b2a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2c7e4e7d-f332-4a38-b0b5-9de0f78fbc78",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "973a4f48-0d69-4ba0-a69f-4af71a5bb381",
"generatedFromUUID": "2c7e4e7d-f332-4a38-b0b5-9de0f78fbc78"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "973a4f48-0d69-4ba0-a69f-4af71a5bb381",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardTerwwk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
"artifactChecksum": "YWFjOWFiNmQ2NGEyYTVlZjZjMGIzMTQxOTcxMzAwM2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ecbfefa7-4600-40dd-a8e2-6f819089f0c1"
}
],
"workloadContext": "Production"
}
2022-10-25T05:51:03.096Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-25T05:51:03.097Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46 ASDC
2022-10-25T05:51:03.180Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70
ServiceName:basic_onboard_TERwWK
ServiceVersion:1.0
ServiceUUID:d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46
ServiceInvariantUUID:c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTerwwk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar
ArtifactUUID:ecbfefa7-4600-40dd-a8e2-6f819089f0c1
ArtifactChecksum:YWFjOWFiNmQ2NGEyYTVlZjZjMGIzMTQxOTcxMzAwM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_TERwWK 0
ResourceCustomizationUUID:f22a81e4-4b86-45a1-9faa-8475b40e55ec
ResourceInvariantUUID:9d4eae2d-9abc-4700-af79-20d63c2627f6
ResourceName:basic_onboard_TERwWK
ResourceType:VF
ResourceUUID:96b40a36-b491-4e99-a141-085174e7ca4f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_terwwk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json
ArtifactUUID:b145c2af-b32a-41b6-9a35-2edd9e896b2a
ArtifactChecksum:NjJlZmU3M2JkODdmOWIxYTJiYzdhYWYyM2NhMjRkNGQ=
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/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2c7e4e7d-f332-4a38-b0b5-9de0f78fbc78
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/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env
ArtifactUUID:973a4f48-0d69-4ba0-a69f-4af71a5bb381
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/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env
ArtifactUUID:973a4f48-0d69-4ba0-a69f-4af71a5bb381
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-25T05:51:03.181Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46 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-10-25T05:51:03.241Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T05:51:03.243Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T05:51:03.244Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T05:51:03.244Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ecbfefa7-4600-40dd-a8e2-6f819089f0c1 from URL: /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:03.245Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T05:51:03.246Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:03.345Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T05:51:03.358Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar ecbfefa7-4600-40dd-a8e2-6f819089f0c1 75310
2022-10-25T05:51:03.361Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar ASDC sendASDCNotification
2022-10-25T05:51:03.361Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:03.362Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T05:51:03.363Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:03.366Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:03.366Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677063359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:51:03.466Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:51:03.467Z||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-10-25T05:51:03.468Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:03.480Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:51:03.481Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:51:04.367Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T05:51:04.370Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T05:51:04.371Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ecbfefa7-4600-40dd-a8e2-6f819089f0c1, URL: /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar to file: /app/ASDC/1/service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:04.372Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:04.449Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:04.449Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:04.899Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7500027065037975326/Definitions/service-BasicOnboardTerwwk-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-10-25T05:51:06.741Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-25T05:51:06.746Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-25T05:51:06.746Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:06.747Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-25T05:51:06.747Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:06.747Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||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-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:06.747Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||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-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:06.747Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||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-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:06.747Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:06.747Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_TERwWK 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:06.748Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||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-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:06.748Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-25T05:51:06.754Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:06.756Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:06.760Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is matching search criteria
2022-10-25T05:51:06.761Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-25T05:51:06.762Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_TERwWK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T05:51:06.764Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:06.764Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:06.765Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is matching search criteria
2022-10-25T05:51:06.765Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-25T05:51:06.765Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_TERwWK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T05:51:06.766Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:06.766Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:06.770Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:06.771Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is not matching search criteria
2022-10-25T05:51:06.771Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-25T05:51:06.771Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-25T05:51:06.771Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-25T05:51:06.772Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-25T05:51:06.772Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-25T05:51:06.772Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:06.772Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-25T05:51:06.774Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:06.774Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is matching search criteria
2022-10-25T05:51:06.774Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_TERwWK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:51:06.774Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:06.775Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is matching search criteria
2022-10-25T05:51:06.775Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_TERwWK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:51:06.775Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:06.775Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is matching search criteria
2022-10-25T05:51:06.775Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_TERwWK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:51:06.776Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:06.776Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is not matching search criteria
2022-10-25T05:51:06.776Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-25T05:51:06.776Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-25T05:51:06.776Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ddd3c8e5-5c84-4d7b-a50b-0051d0ef8ac9
2022-10-25T05:51:06.777Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:06.777Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:06.777Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:06.777Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:06.777Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:06.777Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:06.777Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:06.777Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:06.778Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_TERwWK
Description:service
Model UUID:d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46
Model Version:NULL
Model InvariantUuid:c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_TERwWK
Model UUID:b74e0e02-bc14-42bd-8911-c1bc49fe957b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9d4eae2d-9abc-4700-af79-20d63c2627f6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f22a81e4-4b86-45a1-9faa-8475b40e55ec
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cf24c8fe-f27c-4474-ba2a-6aa87c7e4124
ModelName:BasicOnboardTerwwk..base_ubuntu18..module-0
ModelUuid:36c65e9b-9266-4443-90a5-7121ec14c97b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ddd3c8e5-5c84-4d7b-a50b-0051d0ef8ac9
ModelInvariantUuid:021ec035-07ca-4ce2-a54e-fe471cea0ca5
ModelName:basic_onboard_TERwWK-nodes.ubuntu18Cvfc
ModelUuid:8df0d900-c43d-4b10-94ea-9457955269da
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:90178aea-820f-44cb-8478-a1f68726fa75
ModelInvariantUuid:b77c05d6-e8c3-4dc8-b3b4-3d4b3cb8f953
ModelName:BasicOnboardTerwwk.compute.nodes.heat.ubuntu18
ModelUuid:7f1094bc-861e-485f-ba18-6c9fb472ef2e
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-10-25T05:51:06.792Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 96b40a36-b491-4e99-a141-085174e7ca4f
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-10-25T05:51:06.934Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||basic_onboard_TERwWK 0
2022-10-25T05:51:06.939Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 96b40a36-b491-4e99-a141-085174e7ca4f
2022-10-25T05:51:06.939Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b145c2af-b32a-41b6-9a35-2edd9e896b2a from URL: /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json
2022-10-25T05:51:06.939Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T05:51:06.939Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json
2022-10-25T05:51:06.993Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T05:51:06.993Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json b145c2af-b32a-41b6-9a35-2edd9e896b2a 798
2022-10-25T05:51:06.994Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json ASDC sendASDCNotification
2022-10-25T05:51:06.994Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json
2022-10-25T05:51:06.994Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T05:51:06.994Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:06.997Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:06.997Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677066994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:51:07.097Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:51:07.098Z||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-10-25T05:51:07.099Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:07.112Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:51:07.113Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:51:07.998Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTerwwk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "cf24c8fe-f27c-4474-ba2a-6aa87c7e4124",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "36c65e9b-9266-4443-90a5-7121ec14c97b",
"vfModuleModelCustomizationUUID": "5f8eaa60-322f-4258-96ac-baba43e2b657",
"isBase": true,
"artifacts": [
"2c7e4e7d-f332-4a38-b0b5-9de0f78fbc78",
"973a4f48-0d69-4ba0-a69f-4af71a5bb381"
],
"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-10-25T05:51:08.016Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTerwwk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:36c65e9b-9266-4443-90a5-7121ec14c97b
VfModuleModelInvariantUUID:cf24c8fe-f27c-4474-ba2a-6aa87c7e4124
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c7e4e7d-f332-4a38-b0b5-9de0f78fbc78
,
973a4f48-0d69-4ba0-a69f-4af71a5bb381
}
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-10-25T05:51:08.019Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTerwwk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "cf24c8fe-f27c-4474-ba2a-6aa87c7e4124",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "36c65e9b-9266-4443-90a5-7121ec14c97b",
"vfModuleModelCustomizationUUID": "5f8eaa60-322f-4258-96ac-baba43e2b657",
"isBase": true,
"artifacts": [
"2c7e4e7d-f332-4a38-b0b5-9de0f78fbc78",
"973a4f48-0d69-4ba0-a69f-4af71a5bb381"
],
"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-10-25T05:51:08.019Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTerwwk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:36c65e9b-9266-4443-90a5-7121ec14c97b
VfModuleModelInvariantUUID:cf24c8fe-f27c-4474-ba2a-6aa87c7e4124
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c7e4e7d-f332-4a38-b0b5-9de0f78fbc78
,
973a4f48-0d69-4ba0-a69f-4af71a5bb381
}
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-10-25T05:51:08.019Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2c7e4e7d-f332-4a38-b0b5-9de0f78fbc78 from URL: /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml
2022-10-25T05:51:08.019Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T05:51:08.019Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml
2022-10-25T05:51:08.067Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T05:51:08.068Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml 2c7e4e7d-f332-4a38-b0b5-9de0f78fbc78 5033
2022-10-25T05:51:08.068Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-25T05:51:08.069Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml
2022-10-25T05:51:08.069Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T05:51:08.069Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:08.071Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:08.071Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677068068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:51:08.171Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:51:08.172Z||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-10-25T05:51:08.173Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:08.184Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:51:08.185Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:51:09.072Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 973a4f48-0d69-4ba0-a69f-4af71a5bb381 from URL: /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env
2022-10-25T05:51:09.073Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T05:51:09.073Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env
2022-10-25T05:51:09.119Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T05:51:09.119Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env 973a4f48-0d69-4ba0-a69f-4af71a5bb381 909
2022-10-25T05:51:09.120Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-25T05:51:09.120Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env
2022-10-25T05:51:09.120Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T05:51:09.120Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:09.122Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:09.123Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677069120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:51:09.223Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:51:09.224Z||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-10-25T05:51:09.224Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:09.245Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:51:09.246Z||pool-13-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:51:10.127Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46
2022-10-25T05:51:10.127Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_TERwWK 0 96b40a36-b491-4e99-a141-085174e7ca4f 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-10-25T05:51:10.166Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5657996a, org.onap.sdc.toscaparser.api.parameters.Input@12f32511, org.onap.sdc.toscaparser.api.parameters.Input@6c3f2d9d, org.onap.sdc.toscaparser.api.parameters.Input@1f4084da, org.onap.sdc.toscaparser.api.parameters.Input@75b6c291]
2022-10-25T05:51:10.171Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:10.171Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:10.172Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-10-25T05:51:10.172Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= f22a81e4-4b86-45a1-9faa-8475b40e55ec
2022-10-25T05:51:10.172Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f22a81e4-4b86-45a1-9faa-8475b40e55ec matches Tosca VF Customization UUID: f22a81e4-4b86-45a1-9faa-8475b40e55ec
2022-10-25T05:51:10.172Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: f22a81e4-4b86-45a1-9faa-8475b40e55ec 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-10-25T05:51:10.181Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:10.181Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:10.183Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id f22a81e4-4b86-45a1-9faa-8475b40e55ec: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-25T05:51:10.183Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6955653d
2022-10-25T05:51:10.184Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:10.184Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-25T05:51:10.185Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5f8eaa60-322f-4258-96ac-baba43e2b657
2022-10-25T05:51:10.186Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5f8eaa60-322f-4258-96ac-baba43e2b657
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-10-25T05:51:10.194Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:10.195Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is matching search criteria
2022-10-25T05:51:10.195Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_TERwWK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:51:10.196Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:10.196Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is matching search criteria
2022-10-25T05:51:10.197Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_TERwWK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:51:10.197Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:10.197Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is not matching search criteria
2022-10-25T05:51:10.198Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-25T05:51:10.198Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-25T05:51:10.198Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ddd3c8e5-5c84-4d7b-a50b-0051d0ef8ac9
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-10-25T05:51:10.211Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:10.212Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is matching search criteria
2022-10-25T05:51:10.212Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_TERwWK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:51:10.213Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:10.213Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_TERwWK 0 is matching search criteria
2022-10-25T05:51:10.214Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_TERwWK 0] matching following query criteria: sdcType=VF, customizationUUID=f22a81e4-4b86-45a1-9faa-8475b40e55ec
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-10-25T05:51:10.217Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:10.217Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:10.218Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46: basic_onboard_TERwWK
2022-10-25T05:51:10.218Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:10.218Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:10.218Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:10.218Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:10.219Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:10.219Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:10.219Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:10.219Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:10.219Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:51:10.219Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_TERwWK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:51:10.220Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_TERwWK
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-10-25T05:51:10.412Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_TERwWK 96b40a36-b491-4e99-a141-085174e7ca4f 1 ASDC deployResourceStructure
2022-10-25T05:51:10.413Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json ASDC sendASDCNotification
2022-10-25T05:51:10.413Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json
2022-10-25T05:51:10.413Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T05:51:10.413Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:10.415Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:10.415Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677070413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-25T05:51:10.516Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:51:10.516Z||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-10-25T05:51:10.516Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:10.527Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:51:10.528Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:51:11.417Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-25T05:51:11.417Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml
2022-10-25T05:51:11.417Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T05:51:11.418Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:11.420Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:11.420Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677071417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-25T05:51:11.520Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T05:51:11.521Z||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-10-25T05:51:11.522Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:11.533Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:51:11.534Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:51:12.422Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-25T05:51:12.422Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env
2022-10-25T05:51:12.422Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T05:51:12.423Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:12.425Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:12.425Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677072422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-25T05:51:12.525Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:51:12.527Z||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-10-25T05:51:12.527Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:12.539Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:51:12.540Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:51:13.427Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar ASDC sendASDCNotification
2022-10-25T05:51:13.427Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar
2022-10-25T05:51:13.427Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T05:51:13.428Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:13.430Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:13.430Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677073426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T05:51:13.530Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:51:13.531Z||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-10-25T05:51:13.531Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:13.543Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:51:13.544Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:51:14.431Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T05:51:14.452Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-25T05:51:14.456Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T05:51:14.457Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-25T05:51:14.457Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-25T05:51:14.457Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-25T05:51:14.457Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T05:51:14.457Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T05:51:14.457Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T05:51:14.457Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T05:51:14.457Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T05:51:14.457Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||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-10-25T05:51:14.465Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-25T05:51:44.466Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70 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-10-25T05:51:44.477Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70 and serviceModelVersionId: d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46
2022-10-25T05:51:44.478Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d
2022-10-25T05:51:55.012Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d/model-vers/model-ver/d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46?depth=0
2022-10-25T05:51:55.123Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-10-25T05:51:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:51:55.387Z||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-10-25T05:51:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:55.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:51:55.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:51:55.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677055377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:51:55.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-25T05:51:55.647Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d/model-vers/model-ver/d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46?depth=0|INFO|500||Invoke
2022-10-25T05:51:55.659Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d/model-vers/model-ver/d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d/model-vers/model-ver/d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5cab159a-bf58-425e-aa1d-03437e92e134], X-ECOMP-RequestID=[6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70], X-TransactionId=[], X-ONAP-RequestID=[6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70], Content-Type=[application/merge-patch+json]}
2022-10-25T05:51:55.768Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d/model-vers/model-ver/d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-25T05:51:55.956Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d/model-vers/model-ver/d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46?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/c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d/model-vers/model-ver/d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221025-05:51:55:828-37338], vertex-id=[196632], Content-Length=[0], Date=[Tue, 25 Oct 2022 05:51:55 GMT], Content-Type=[application/json]}
2022-10-25T05:51:55.959Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d/model-vers/model-ver/d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-25T05:51:55.960Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8e12ca4-9bdf-4fdf-a316-6b48a5289c0d/model-vers/model-ver/d647bccd-0bd6-4fa9-b8d5-e912cf4c7e46?depth=0|INFO|500||InvokeReturn
2022-10-25T05:51:55.964Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-25T05:51:55.964Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||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-10-25T05:51:55.971Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||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-10-25T05:51:55.972Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-25T05:51:55.973Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-25T05:51:55.974Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:51:55.976Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:51:55.976Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677115972,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T05:51:56.076Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:51:56.077Z||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-10-25T05:51:56.077Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:51:56.090Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:51:56.091Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-10-25T05:51:56.991Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:51:56.991Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:51:56.992Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:52:06.539Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:52:55.377Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:52:55.378Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:52:55.379Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:52:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:52:55.387Z||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-10-25T05:52:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:52:55.415Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:52:55.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677055377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
"status": "NOTIFIED"
}
2022-10-25T05:52:55.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-25T05:52:55.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677055377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-25T05:52:55.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677055377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677055377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677055377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677055377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T05:52:55.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677063359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677066994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677068068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677069120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677070413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/basic_onboard_terwwk0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677071417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-25T05:52:55.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:52:55.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677072422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/resourceInstances/basic_onboard_terwwk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-25T05:52:55.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:52:55.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T05:52:55.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677073426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTerwwk/1.0/artifacts/service-BasicOnboardTerwwk-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T05:52:55.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:53:04.938Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:53:55.377Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:53:55.379Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:53:55.379Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:53:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:53:55.387Z||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-10-25T05:53:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:53:55.907Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:53:55.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:53:55.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677115972,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T05:53:55.909Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:04.641Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:54:04.643Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T05:54:04.644Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"06bb6f14-f980-41ed-af7f-a124707b3525","serviceName":"vFW 2022-10-25 05-53-14","serviceVersion":"1.0","serviceUUID":"1c7c3dfe-fec9-4940-a827-9cc37dc447e7","serviceDescription":"catalog service description","serviceInvariantUUID":"1ed9bea7-07bf-41d0-82ac-2f73069d8751","resources":[{"resourceInstanceName":"vFW a5276f17-8959 0","resourceName":"vFW a5276f17-8959","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6d340f68-9020-46c5-aad3-381848375504","resourceInvariantUUID":"defda3da-9c61-402a-96f0-416b8f6d07e0","resourceCustomizationUUID":"ae9f921a-f246-4a7f-970e-7b76f9d6318a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vf-license-model.xml","artifactChecksum":"NmNhZDQ0YWVmYjgyNTExYTIyNzAyMmY1YjgxY2Y5N2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"09f523c0-f3f3-457d-9c21-ce40c2e84a83","artifactVersion":"1"},{"artifactName":"vfwa5276f1789590_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json","artifactChecksum":"YTI0ODNiODE2YmRlZDY5ODQ2Yjc4MWQxZjdkZDc0NjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e9e13d28-7b03-4faa-a10c-9a7c5e1648b9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f7426c74-2627-433d-8768-e062bc27a7a2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vendor-license-model.xml","artifactChecksum":"ODhhZGMwYTIxMDEwMDMyZTM0NGZmNDRkNGI0NjlmNDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"687c9a29-8210-4a99-acd9-74e80595ec43","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2d461a5b-b0b0-42a9-a7e8-45bf7307e93f","artifactVersion":"2","generatedFromUUID":"f7426c74-2627-433d-8768-e062bc27a7a2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221025055314-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-template.yml","artifactChecksum":"ZmE0MDEzZTIwMzU4OTNhMDJhOTJhOTc4NmRmZDk5NWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b43990b4-c5cf-4196-8b16-4d2d1092f8ea","artifactVersion":"1"},{"artifactName":"service-Vfw20221025055314-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar","artifactChecksum":"MzNkYWZkOWM4NmJlNDU3ZTczZThkMTBkNzk2OTgwMDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e715966-eb6f-4da4-b08f-da06b6ffbf30","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-25T05:54:04.648Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:54:04.649Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:04.653Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:04.654Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677235377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:04.755Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:54:04.758Z||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-10-25T05:54:04.758Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:04.773Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:54:04.774Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:05.654Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:54:05.656Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:05.658Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:05.659Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677235377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
"status": "NOTIFIED"
}
2022-10-25T05:54:05.759Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:54:05.760Z||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-10-25T05:54:05.761Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:05.781Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:54:05.782Z||pool-20-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:06.659Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:54:06.660Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:06.662Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:06.663Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677235377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-25T05:54:06.763Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:54:06.764Z||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-10-25T05:54:06.765Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:06.791Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:54:06.792Z||pool-21-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:07.663Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:54:07.664Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:07.666Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:07.666Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677235377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:07.767Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-25T05:54:07.768Z||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-10-25T05:54:07.768Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:07.781Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:54:07.782Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:08.667Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:54:08.668Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:08.670Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:08.670Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677235377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-25T05:54:08.770Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T05:54:08.771Z||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-10-25T05:54:08.772Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:08.797Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:54:08.797Z||pool-23-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:09.674Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:54:09.675Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:09.678Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:09.678Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677235377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:09.778Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:54:09.779Z||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-10-25T05:54:09.779Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:09.792Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:54:09.793Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:10.678Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T05:54:10.679Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:10.682Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:10.682Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677235377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T05:54:10.782Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:54:10.783Z||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-10-25T05:54:10.783Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:10.796Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:54:10.797Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:11.686Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"serviceName": "vFW 2022-10-25 05-53-14",
"serviceVersion": "1.0",
"serviceUUID": "1c7c3dfe-fec9-4940-a827-9cc37dc447e7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1ed9bea7-07bf-41d0-82ac-2f73069d8751",
"resources": [
{
"resourceInstanceName": "vFW a5276f17-8959 0",
"resourceCustomizationUUID": "ae9f921a-f246-4a7f-970e-7b76f9d6318a",
"resourceName": "vFW a5276f17-8959",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6d340f68-9020-46c5-aad3-381848375504",
"resourceInvariantUUID": "defda3da-9c61-402a-96f0-416b8f6d07e0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa5276f1789590_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
"artifactChecksum": "YTI0ODNiODE2YmRlZDY5ODQ2Yjc4MWQxZjdkZDc0NjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e9e13d28-7b03-4faa-a10c-9a7c5e1648b9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f7426c74-2627-433d-8768-e062bc27a7a2",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2d461a5b-b0b0-42a9-a7e8-45bf7307e93f",
"generatedFromUUID": "f7426c74-2627-433d-8768-e062bc27a7a2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2d461a5b-b0b0-42a9-a7e8-45bf7307e93f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221025055314-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
"artifactChecksum": "MzNkYWZkOWM4NmJlNDU3ZTczZThkMTBkNzk2OTgwMDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3e715966-eb6f-4da4-b08f-da06b6ffbf30"
}
],
"workloadContext": "Production"
}
2022-10-25T05:54:11.686Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-25T05:54:11.686Z|6ffdd047-bf81-4bca-ba2d-a3c7f49c6f70|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c7c3dfe-fec9-4940-a827-9cc37dc447e7 ASDC
2022-10-25T05:54:11.687Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:06bb6f14-f980-41ed-af7f-a124707b3525
ServiceName:vFW 2022-10-25 05-53-14
ServiceVersion:1.0
ServiceUUID:1c7c3dfe-fec9-4940-a827-9cc37dc447e7
ServiceInvariantUUID:1ed9bea7-07bf-41d0-82ac-2f73069d8751
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221025055314-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar
ArtifactUUID:3e715966-eb6f-4da4-b08f-da06b6ffbf30
ArtifactChecksum:MzNkYWZkOWM4NmJlNDU3ZTczZThkMTBkNzk2OTgwMDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a5276f17-8959 0
ResourceCustomizationUUID:ae9f921a-f246-4a7f-970e-7b76f9d6318a
ResourceInvariantUUID:defda3da-9c61-402a-96f0-416b8f6d07e0
ResourceName:vFW a5276f17-8959
ResourceType:VF
ResourceUUID:6d340f68-9020-46c5-aad3-381848375504
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa5276f1789590_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json
ArtifactUUID:e9e13d28-7b03-4faa-a10c-9a7c5e1648b9
ArtifactChecksum:YTI0ODNiODE2YmRlZDY5ODQ2Yjc4MWQxZjdkZDc0NjE=
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/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml
ArtifactUUID:f7426c74-2627-433d-8768-e062bc27a7a2
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/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env
ArtifactUUID:2d461a5b-b0b0-42a9-a7e8-45bf7307e93f
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/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env
ArtifactUUID:2d461a5b-b0b0-42a9-a7e8-45bf7307e93f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-25T05:54:11.687Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c7c3dfe-fec9-4940-a827-9cc37dc447e7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-25T05:54:11.737Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T05:54:11.738Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T05:54:11.738Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T05:54:11.738Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3e715966-eb6f-4da4-b08f-da06b6ffbf30 from URL: /sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:11.738Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T05:54:11.738Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:11.851Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T05:54:11.857Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar 3e715966-eb6f-4da4-b08f-da06b6ffbf30 100683
2022-10-25T05:54:11.858Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar ASDC sendASDCNotification
2022-10-25T05:54:11.858Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:11.858Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T05:54:11.858Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:11.860Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:11.861Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677251858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:54:11.961Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:54:11.962Z||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-10-25T05:54:11.963Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:11.974Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:54:11.976Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-25T05:54:12.861Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T05:54:12.863Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T05:54:12.863Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3e715966-eb6f-4da4-b08f-da06b6ffbf30, URL: /sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar to file: /app/ASDC/1/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:12.864Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221025055314-csar.csar
2022-10-25T05:54:12.864Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:12.865Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:13.169Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12892572716150394365/Definitions/service-Vfw20221025055314-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-10-25T05:54:15.053Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-25T05:54:15.054Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-25T05:54:15.055Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.055Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-10-25T05:54:15.055Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.055Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||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-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.055Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||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-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.055Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||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-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.055Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.055Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.055Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a5276f17-8959 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.055Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||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-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.056Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.056Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.056Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:15.056Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-25T05:54:15.056Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:15.056Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:15.057Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is matching search criteria
2022-10-25T05:54:15.057Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-25T05:54:15.057Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a5276f17-8959 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T05:54:15.057Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:15.057Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:15.057Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is matching search criteria
2022-10-25T05:54:15.058Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-25T05:54:15.058Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a5276f17-8959 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T05:54:15.062Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:15.063Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:15.064Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:15.064Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is not matching search criteria
2022-10-25T05:54:15.064Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-25T05:54:15.067Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-25T05:54:15.067Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.067Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:15.067Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.067Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-25T05:54:15.067Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-25T05:54:15.067Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-25T05:54:15.067Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-25T05:54:15.067Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.067Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:15.068Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-25T05:54:15.068Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:15.068Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-25T05:54:15.068Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.068Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-25T05:54:15.068Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:15.068Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-25T05:54:15.068Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:15.068Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is matching search criteria
2022-10-25T05:54:15.069Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a5276f17-8959 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:54:15.069Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:15.069Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is matching search criteria
2022-10-25T05:54:15.069Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a5276f17-8959 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:54:15.069Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:15.070Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is matching search criteria
2022-10-25T05:54:15.070Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a5276f17-8959 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:54:15.070Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:15.070Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is not matching search criteria
2022-10-25T05:54:15.070Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-25T05:54:15.070Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-25T05:54:15.070Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-25T05:54:15.070Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-25T05:54:15.070Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-25T05:54:15.070Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.071Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:15.071Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-25T05:54:15.071Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:15.071Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-25T05:54:15.071Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.071Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9cd84c5b-ff41-4996-9a90-c11a68ddd15b
2022-10-25T05:54:15.071Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:15.071Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is not matching search criteria
2022-10-25T05:54:15.071Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-25T05:54:15.072Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-25T05:54:15.072Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.072Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:15.072Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.072Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-25T05:54:15.072Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-25T05:54:15.072Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-25T05:54:15.072Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-25T05:54:15.072Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:15.072Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-25T05:54:15.073Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.073Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d58b1859-e907-4d83-8ab0-b0cb33cb3132
2022-10-25T05:54:15.073Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:15.073Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is not matching search criteria
2022-10-25T05:54:15.073Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-25T05:54:15.073Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-25T05:54:15.073Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.074Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:15.074Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.074Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-25T05:54:15.074Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-25T05:54:15.074Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-25T05:54:15.074Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-25T05:54:15.074Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-25T05:54:15.074Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:15.075Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-25T05:54:15.075Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=33dca052-c7f9-4b81-8be9-c17442e037fc
2022-10-25T05:54:15.075Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:15.075Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:15.075Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:15.075Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:15.075Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:15.075Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:15.075Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:15.075Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:15.075Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-10-25 05-53-14
Description:catalog service description
Model UUID:1c7c3dfe-fec9-4940-a827-9cc37dc447e7
Model Version:NULL
Model InvariantUuid:1ed9bea7-07bf-41d0-82ac-2f73069d8751
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a5276f17-8959
Model UUID:c50e83e9-428e-4a25-903b-671817553ab7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:defda3da-9c61-402a-96f0-416b8f6d07e0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ae9f921a-f246-4a7f-970e-7b76f9d6318a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cb25afbf-49b5-4a1d-910b-b2b6c5862da9
ModelName:VfwA5276f178959..base_vfw..module-0
ModelUuid:22a886db-23c3-4686-8e47-ebf2cddeeec6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9cd84c5b-ff41-4996-9a90-c11a68ddd15b
ModelInvariantUuid:c3a5415a-11e6-4ff9-aa8c-af9f057b9c3d
ModelName:vFW a5276f17-8959-nodes.vfwCvfc
ModelUuid:5f501720-c1f4-4903-8e6d-a22e9a01b58b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:dedb72fe-4ff6-42fc-b9e6-01fa8cc4e6ff
ModelInvariantUuid:8759ec41-5bc8-4652-a802-b9e0b47e76f1
ModelName:VfwA5276f178959.compute.nodes.heat.vfw
ModelUuid:fe6678aa-e79a-49f8-b0ac-51782e5ade95
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d58b1859-e907-4d83-8ab0-b0cb33cb3132
ModelInvariantUuid:237d8c83-a8fb-4d2c-91f8-a1c86a5cc2d9
ModelName:vFW a5276f17-8959-nodes.vsnCvfc
ModelUuid:0988cb45-ce88-45bb-bfd9-72a316481ac3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:5680d4a1-e0a2-457f-b43c-00b6899ef9b4
ModelInvariantUuid:117ab6e7-1755-4ac9-88fb-7a3a13322054
ModelName:VfwA5276f178959.compute.nodes.heat.vsn
ModelUuid:7e906e86-3d3c-4a11-96e2-0f4e4dd6a031
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:33dca052-c7f9-4b81-8be9-c17442e037fc
ModelInvariantUuid:d6ca74db-6002-4f07-8a1d-eeb5e2c4150b
ModelName:vFW a5276f17-8959-nodes.vpgCvfc
ModelUuid:cc1b1303-913e-4dac-9a9d-83ae51191059
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d9288bc5-6c1e-4b21-9e9b-e034ff8be716
ModelInvariantUuid:e36608aa-51b1-4471-b534-c1f37af72d9c
ModelName:VfwA5276f178959.compute.nodes.heat.vpg
ModelUuid:5f1a1762-09b2-457c-91d9-193220fdb080
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-10-25T05:54:15.085Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 6d340f68-9020-46c5-aad3-381848375504
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-10-25T05:54:15.089Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||vFW a5276f17-8959 0
2022-10-25T05:54:15.090Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6d340f68-9020-46c5-aad3-381848375504
2022-10-25T05:54:15.090Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e9e13d28-7b03-4faa-a10c-9a7c5e1648b9 from URL: /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json
2022-10-25T05:54:15.090Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T05:54:15.090Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json
2022-10-25T05:54:15.146Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T05:54:15.147Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json e9e13d28-7b03-4faa-a10c-9a7c5e1648b9 785
2022-10-25T05:54:15.147Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json ASDC sendASDCNotification
2022-10-25T05:54:15.147Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json
2022-10-25T05:54:15.147Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T05:54:15.148Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:15.149Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:15.150Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677255147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:54:15.250Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:54:15.251Z||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-10-25T05:54:15.251Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:15.273Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:54:15.274Z||pool-27-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:16.150Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA5276f178959..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cb25afbf-49b5-4a1d-910b-b2b6c5862da9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "22a886db-23c3-4686-8e47-ebf2cddeeec6",
"vfModuleModelCustomizationUUID": "62748b04-b539-4993-aacd-450d0c8d1b3a",
"isBase": true,
"artifacts": [
"f7426c74-2627-433d-8768-e062bc27a7a2",
"2d461a5b-b0b0-42a9-a7e8-45bf7307e93f"
],
"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-10-25T05:54:16.156Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA5276f178959..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:22a886db-23c3-4686-8e47-ebf2cddeeec6
VfModuleModelInvariantUUID:cb25afbf-49b5-4a1d-910b-b2b6c5862da9
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7426c74-2627-433d-8768-e062bc27a7a2
,
2d461a5b-b0b0-42a9-a7e8-45bf7307e93f
}
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-10-25T05:54:16.158Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA5276f178959..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cb25afbf-49b5-4a1d-910b-b2b6c5862da9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "22a886db-23c3-4686-8e47-ebf2cddeeec6",
"vfModuleModelCustomizationUUID": "62748b04-b539-4993-aacd-450d0c8d1b3a",
"isBase": true,
"artifacts": [
"f7426c74-2627-433d-8768-e062bc27a7a2",
"2d461a5b-b0b0-42a9-a7e8-45bf7307e93f"
],
"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-10-25T05:54:16.158Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA5276f178959..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:22a886db-23c3-4686-8e47-ebf2cddeeec6
VfModuleModelInvariantUUID:cb25afbf-49b5-4a1d-910b-b2b6c5862da9
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7426c74-2627-433d-8768-e062bc27a7a2
,
2d461a5b-b0b0-42a9-a7e8-45bf7307e93f
}
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-10-25T05:54:16.158Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f7426c74-2627-433d-8768-e062bc27a7a2 from URL: /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml
2022-10-25T05:54:16.159Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T05:54:16.159Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml
2022-10-25T05:54:16.212Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T05:54:16.213Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml f7426c74-2627-433d-8768-e062bc27a7a2 20368
2022-10-25T05:54:16.214Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-25T05:54:16.214Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml
2022-10-25T05:54:16.214Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T05:54:16.214Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:16.217Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:16.217Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677256214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:54:16.317Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:54:16.318Z||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-10-25T05:54:16.318Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:16.331Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:54:16.331Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:17.217Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2d461a5b-b0b0-42a9-a7e8-45bf7307e93f from URL: /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env
2022-10-25T05:54:17.218Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T05:54:17.218Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env
2022-10-25T05:54:17.267Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T05:54:17.267Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env 2d461a5b-b0b0-42a9-a7e8-45bf7307e93f 2098
2022-10-25T05:54:17.268Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-25T05:54:17.268Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env
2022-10-25T05:54:17.268Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T05:54:17.268Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:17.270Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:17.270Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677257268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:54:17.370Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:54:17.371Z||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-10-25T05:54:17.372Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:17.386Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:54:17.387Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-25T05:54:18.270Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1c7c3dfe-fec9-4940-a827-9cc37dc447e7
2022-10-25T05:54:18.271Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a5276f17-8959 0 6d340f68-9020-46c5-aad3-381848375504 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-10-25T05:54:18.291Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@157b60fc, org.onap.sdc.toscaparser.api.parameters.Input@4ac60c38, org.onap.sdc.toscaparser.api.parameters.Input@7a1949a4, org.onap.sdc.toscaparser.api.parameters.Input@66ce4053, org.onap.sdc.toscaparser.api.parameters.Input@287ca0f6]
2022-10-25T05:54:18.293Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:18.294Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:18.294Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-10-25T05:54:18.294Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= ae9f921a-f246-4a7f-970e-7b76f9d6318a
2022-10-25T05:54:18.294Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ae9f921a-f246-4a7f-970e-7b76f9d6318a matches Tosca VF Customization UUID: ae9f921a-f246-4a7f-970e-7b76f9d6318a
2022-10-25T05:54:18.294Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: ae9f921a-f246-4a7f-970e-7b76f9d6318a 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-10-25T05:54:18.297Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:18.297Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:18.298Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id ae9f921a-f246-4a7f-970e-7b76f9d6318a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-25T05:54:18.299Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@761df157
2022-10-25T05:54:18.299Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:18.299Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-25T05:54:18.299Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 62748b04-b539-4993-aacd-450d0c8d1b3a
2022-10-25T05:54:18.299Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 62748b04-b539-4993-aacd-450d0c8d1b3a
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-10-25T05:54:18.303Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:18.304Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is matching search criteria
2022-10-25T05:54:18.304Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a5276f17-8959 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:54:18.304Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:18.304Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is matching search criteria
2022-10-25T05:54:18.304Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a5276f17-8959 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:54:18.304Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:18.305Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is not matching search criteria
2022-10-25T05:54:18.305Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-25T05:54:18.305Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-25T05:54:18.305Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-25T05:54:18.305Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-25T05:54:18.305Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-25T05:54:18.305Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-25T05:54:18.305Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:18.305Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-25T05:54:18.305Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:18.305Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-25T05:54:18.306Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T05:54:18.306Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9cd84c5b-ff41-4996-9a90-c11a68ddd15b
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-10-25T05:54:18.309Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:18.309Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is matching search criteria
2022-10-25T05:54:18.309Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a5276f17-8959 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:54:18.309Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:18.309Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is not matching search criteria
2022-10-25T05:54:18.310Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-25T05:54:18.310Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-25T05:54:18.310Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-25T05:54:18.310Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:18.310Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T05:54:18.310Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-25T05:54:18.310Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-25T05:54:18.310Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-25T05:54:18.310Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-25T05:54:18.311Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:18.311Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-25T05:54:18.311Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T05:54:18.311Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d58b1859-e907-4d83-8ab0-b0cb33cb3132
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-10-25T05:54:18.314Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:18.314Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is matching search criteria
2022-10-25T05:54:18.314Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a5276f17-8959 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:54:18.317Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:18.318Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is not matching search criteria
2022-10-25T05:54:18.318Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-25T05:54:18.318Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-25T05:54:18.318Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-25T05:54:18.318Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:18.318Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T05:54:18.319Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-25T05:54:18.319Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-25T05:54:18.319Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-25T05:54:18.319Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-25T05:54:18.319Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-25T05:54:18.319Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-25T05:54:18.319Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-25T05:54:18.320Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=33dca052-c7f9-4b81-8be9-c17442e037fc
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-10-25T05:54:18.322Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:18.323Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is matching search criteria
2022-10-25T05:54:18.323Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a5276f17-8959 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T05:54:18.323Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:18.323Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Node template vFW a5276f17-8959 0 is matching search criteria
2022-10-25T05:54:18.323Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a5276f17-8959 0] matching following query criteria: sdcType=VF, customizationUUID=ae9f921a-f246-4a7f-970e-7b76f9d6318a
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-10-25T05:54:18.326Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:18.326Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:18.326Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1c7c3dfe-fec9-4940-a827-9cc37dc447e7: vFW a5276f17-8959
2022-10-25T05:54:18.326Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:18.326Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:18.326Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:18.327Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:18.327Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:18.327Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:18.327Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:18.327Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:18.327Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T05:54:18.327Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 05-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T05:54:18.327Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-10-25 05-53-14
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-10-25T05:54:18.547Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a5276f17-8959 6d340f68-9020-46c5-aad3-381848375504 1 ASDC deployResourceStructure
2022-10-25T05:54:18.547Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json ASDC sendASDCNotification
2022-10-25T05:54:18.548Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json
2022-10-25T05:54:18.548Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T05:54:18.548Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:18.550Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:18.550Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677258547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
"status": "DEPLOY_OK"
}
2022-10-25T05:54:18.650Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:54:18.651Z||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-10-25T05:54:18.651Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:18.664Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:54:18.665Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:19.551Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-25T05:54:19.552Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml
2022-10-25T05:54:19.553Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T05:54:19.553Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:19.556Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:19.556Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677259551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-25T05:54:19.656Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T05:54:19.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-10-25T05:54:19.658Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:19.674Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:54:19.675Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:20.558Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-25T05:54:20.559Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env
2022-10-25T05:54:20.559Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T05:54:20.559Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:20.562Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:20.563Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677260558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-25T05:54:20.663Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:54:20.664Z||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-10-25T05:54:20.665Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:20.681Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:54:20.682Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-25T05:54:21.565Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar ASDC sendASDCNotification
2022-10-25T05:54:21.565Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar
2022-10-25T05:54:21.567Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T05:54:21.568Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:54:21.572Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:54:21.573Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677261565,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T05:54:21.672Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T05:54:21.673Z||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-10-25T05:54:21.674Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:21.688Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:54:21.689Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-25T05:54:22.574Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06bb6f14-f980-41ed-af7f-a124707b3525
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T05:54:22.590Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06bb6f14-f980-41ed-af7f-a124707b3525
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-25T05:54:22.595Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T05:54:22.595Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T05:54:22.595Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T05:54:52.596Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06bb6f14-f980-41ed-af7f-a124707b3525
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T05:54:52.613Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06bb6f14-f980-41ed-af7f-a124707b3525
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-25T05:54:52.620Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T05:54:52.620Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T05:54:52.620Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T05:54:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:54:55.387Z||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-10-25T05:54:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:54:56.049Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:54:56.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "cds",
"timestamp": 1666677241538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677235377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677243217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677237594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "cds",
"timestamp": 1666677241538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677243217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
"status": "NOTIFIED"
}
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677235377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
"status": "NOTIFIED"
}
2022-10-25T05:54:56.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677237594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "cds",
"timestamp": 1666677241538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677243217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677235377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677237594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "cds",
"timestamp": 1666677241538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677235377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677243217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677237594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "cds",
"timestamp": 1666677241538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677235377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677243217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677237594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "cds",
"timestamp": 1666677241538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677243217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677235377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677237594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677243217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "cds",
"timestamp": 1666677241538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677235377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677237594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677251700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "cds",
"timestamp": 1666677251504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677251858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:54:56.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677251909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:54:56.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "cds",
"timestamp": 1666677252514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-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-10-25T05:54:56.067Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 06bb6f14-f980-41ed-af7f-a124707b3525
2022-10-25T05:54:56.069Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06bb6f14-f980-41ed-af7f-a124707b3525 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-10-25T05:54:56.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677252816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:54:56.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "aai-ml",
"timestamp": 1666677252678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677253893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677255046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "aai-ml",
"timestamp": 1666677252678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677255046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677254922,
"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-10-25T05:54:56.094Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06bb6f14-f980-41ed-af7f-a124707b3525
2022-10-25T05:54:56.094Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06bb6f14-f980-41ed-af7f-a124707b3525 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-10-25T05:54:56.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677255147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:54:56.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677255295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T05:54:56.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "aai-ml",
"timestamp": 1666677252678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677255046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677255929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
"status": "DEPLOY_OK"
}
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677256214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:54:56.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677256302,
"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-10-25T05:54:56.112Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 06bb6f14-f980-41ed-af7f-a124707b3525
2022-10-25T05:54:56.112Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06bb6f14-f980-41ed-af7f-a124707b3525 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-10-25T05:54:56.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "aai-ml",
"timestamp": 1666677252678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677255046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677257268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:54:56.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "aai-ml",
"timestamp": 1666677252678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677255046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "aai-ml",
"timestamp": 1666677252678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677258547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/vfwa5276f1789590_modules.json",
"status": "DEPLOY_OK"
}
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677255046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "aai-ml",
"timestamp": 1666677252678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T05:54:56.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677259551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677255046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677260558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/resourceInstances/vfwa5276f1789590/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "aai-ml",
"timestamp": 1666677260513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T05:54:56.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677261565,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T05:54:56.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "aai-ml",
"timestamp": 1666677271562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025055314/1.0/artifacts/service-Vfw20221025055314-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T05:54:56.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:54:56.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:54:56.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "aai-ml",
"timestamp": 1666677272568,
"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-10-25T05:54:56.131Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 06bb6f14-f980-41ed-af7f-a124707b3525
2022-10-25T05:54:56.131Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06bb6f14-f980-41ed-af7f-a124707b3525 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-10-25T05:55:22.621Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06bb6f14-f980-41ed-af7f-a124707b3525
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T05:55:22.640Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06bb6f14-f980-41ed-af7f-a124707b3525
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-25T05:55:22.644Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T05:55:22.644Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-25T05:55:22.644Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-25T05:55:22.644Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-25T05:55:22.644Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T05:55:22.644Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T05:55:22.644Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T05:55:22.644Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T05:55:22.644Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T05:55:22.644Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||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-10-25T05:55:22.651Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-25T05:55:52.651Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 06bb6f14-f980-41ed-af7f-a124707b3525 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-10-25T05:55:52.658Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 06bb6f14-f980-41ed-af7f-a124707b3525 and serviceModelVersionId: 1c7c3dfe-fec9-4940-a827-9cc37dc447e7
2022-10-25T05:55:52.658Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ed9bea7-07bf-41d0-82ac-2f73069d8751
2022-10-25T05:55:52.660Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ed9bea7-07bf-41d0-82ac-2f73069d8751/model-vers/model-ver/1c7c3dfe-fec9-4940-a827-9cc37dc447e7?depth=0
2022-10-25T05:55:52.665Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-10-25T05:55:52.711Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ed9bea7-07bf-41d0-82ac-2f73069d8751/model-vers/model-ver/1c7c3dfe-fec9-4940-a827-9cc37dc447e7?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-10-25T05:55:52.713Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ed9bea7-07bf-41d0-82ac-2f73069d8751/model-vers/model-ver/1c7c3dfe-fec9-4940-a827-9cc37dc447e7?depth=0|INFO|500||Invoke
2022-10-25T05:55:52.740Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ed9bea7-07bf-41d0-82ac-2f73069d8751/model-vers/model-ver/1c7c3dfe-fec9-4940-a827-9cc37dc447e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-25T05:55:52.840Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ed9bea7-07bf-41d0-82ac-2f73069d8751/model-vers/model-ver/1c7c3dfe-fec9-4940-a827-9cc37dc447e7?depth=0|INFO|500||InvokeReturn
2022-10-25T05:55:52.841Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ed9bea7-07bf-41d0-82ac-2f73069d8751/model-vers/model-ver/1c7c3dfe-fec9-4940-a827-9cc37dc447e7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221025-05:55:52:796-57088], vertex-id=[364664], Content-Length=[0], Date=[Tue, 25 Oct 2022 05:55:52 GMT], Content-Type=[application/json]}
2022-10-25T05:55:52.841Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-10-25T05:55:52.842Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-25T05:55:52.842Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||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-10-25T05:55:52.849Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||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-10-25T05:55:52.849Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 06bb6f14-f980-41ed-af7f-a124707b3525 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-25T05:55:52.849Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-25T05:55:52.850Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T05:55:52.852Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T05:55:52.852Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677352849,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T05:55:52.952Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T05:55:52.953Z||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-10-25T05:55:52.953Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:55:52.967Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:55:52.968Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 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-10-25T05:55:53.869Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:55:53.870Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:55:53.870Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:55:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:55:55.387Z||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-10-25T05:55:55.388Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:55:56.017Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:55:56.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-25T05:55:56.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06bb6f14-f980-41ed-af7f-a124707b3525",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677352849,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T05:55:56.018Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T05:56:03.416Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:56:03.417Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:56:03.417Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T05:56:03.417Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:56:12.971Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:56:55.377Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:56:55.378Z||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-10-25T05:56:55.378Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:56:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:56:55.387Z||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-10-25T05:56:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:57:04.922Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:57:04.942Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:57:55.377Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:57:55.379Z||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-10-25T05:57:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:57:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:57:55.387Z||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-10-25T05:57:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:58:04.929Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:58:04.966Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:58:55.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:58:55.380Z||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-10-25T05:58:55.381Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:58:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:58:55.387Z||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-10-25T05:58:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:59:04.935Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:59:04.937Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T05:59:55.377Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:59:55.379Z||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-10-25T05:59:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T05:59:55.386Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T05:59:55.387Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-10-25T05:59:55.387Z|06bb6f14-f980-41ed-af7f-a124707b3525|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:00:04.936Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:00:04.941Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:00:55.377Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:00:55.379Z||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-10-25T06:00:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:00:55.386Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:00:55.387Z||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-10-25T06:00:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:01:04.935Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:01:04.936Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:01:55.377Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:01:55.379Z||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-10-25T06:01:55.379Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:01:55.386Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:01:55.387Z||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-10-25T06:01:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:02:04.933Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:02:04.943Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:02:55.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:02:55.379Z||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-10-25T06:02:55.380Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:02:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:02:55.387Z||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-10-25T06:02:55.387Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:03:04.939Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:03:04.958Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:03:55.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:03:55.381Z||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-10-25T06:03:55.381Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:03:55.386Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:03:55.387Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-10-25T06:03:55.387Z|06bb6f14-f980-41ed-af7f-a124707b3525|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:04:04.966Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:04:04.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:04:55.377Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:04:55.381Z||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-10-25T06:04:55.381Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:04:55.386Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:04:55.387Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-10-25T06:04:55.387Z|06bb6f14-f980-41ed-af7f-a124707b3525|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:05:04.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:05:04.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T06:05:04.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a27f6384-8227-4acd-b5ca-00d7db51460e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ccc5f08e-ee06-4bb1-995e-38a8138eeb1b","serviceDescription":"service","serviceInvariantUUID":"2441fd00-7564-4e26-84f7-d5d7f8e36cea","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6b6fd07f-88d2-4ba6-8929-e6af3a2ce5b2","resourceInvariantUUID":"eaf50266-7bc7-4457-bfe9-d4d4c0135217","resourceCustomizationUUID":"098cff1b-8a7c-4e7a-b2aa-7b54cd0ad86e","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":"ZmU0OGYyZjk4MjY5Y2FjZjcwZjkzODVmZGM0MzFhNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af312afc-d38a-4e93-ba69-0e9282a6bef0","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzcwOTVlNDcxMjJiZGE0M2E2YmM2N2E0NzVjNmZkODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a85b2cfb-1061-4762-a387-6a4ffba18a66","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-25T06:05:04.763Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:05:04.765Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:05:04.803Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:05:04.804Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677895377,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:05:04.903Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:05:04.905Z||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-10-25T06:05:04.906Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:05:04.921Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:05:04.921Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:05:04.921Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:05:05.804Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:05:05.808Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:05:05.816Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:05:05.816Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677895377,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T06:05:05.913Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-10-25T06:05:05.914Z||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-10-25T06:05:05.915Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:05:05.928Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:05:05.929Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:05:06.818Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "ccc5f08e-ee06-4bb1-995e-38a8138eeb1b",
"serviceDescription": "service",
"serviceInvariantUUID": "2441fd00-7564-4e26-84f7-d5d7f8e36cea",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "098cff1b-8a7c-4e7a-b2aa-7b54cd0ad86e",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "6b6fd07f-88d2-4ba6-8929-e6af3a2ce5b2",
"resourceInvariantUUID": "eaf50266-7bc7-4457-bfe9-d4d4c0135217",
"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": "YzcwOTVlNDcxMjJiZGE0M2E2YmM2N2E0NzVjNmZkODM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a85b2cfb-1061-4762-a387-6a4ffba18a66"
}
],
"workloadContext": "Production"
}
2022-10-25T06:05:06.819Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-25T06:05:06.819Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ccc5f08e-ee06-4bb1-995e-38a8138eeb1b ASDC
2022-10-25T06:05:06.820Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a27f6384-8227-4acd-b5ca-00d7db51460e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ccc5f08e-ee06-4bb1-995e-38a8138eeb1b
ServiceInvariantUUID:2441fd00-7564-4e26-84f7-d5d7f8e36cea
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:a85b2cfb-1061-4762-a387-6a4ffba18a66
ArtifactChecksum:YzcwOTVlNDcxMjJiZGE0M2E2YmM2N2E0NzVjNmZkODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:098cff1b-8a7c-4e7a-b2aa-7b54cd0ad86e
ResourceInvariantUUID:eaf50266-7bc7-4457-bfe9-d4d4c0135217
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:6b6fd07f-88d2-4ba6-8929-e6af3a2ce5b2
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-25T06:05:06.823Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ccc5f08e-ee06-4bb1-995e-38a8138eeb1b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-25T06:05:06.916Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T06:05:06.917Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-25T06:05:06.918Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-25T06:05:06.918Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a85b2cfb-1061-4762-a387-6a4ffba18a66 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-25T06:05:06.918Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-25T06:05:06.919Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-10-25T06:05:07.020Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-25T06:05:07.022Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a85b2cfb-1061-4762-a387-6a4ffba18a66 57663
2022-10-25T06:05:07.023Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-10-25T06:05:07.024Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-10-25T06:05:07.024Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:05:07.024Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:05:07.026Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:05:07.026Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677907023,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:05:07.130Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-10-25T06:05:07.132Z||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-10-25T06:05:07.132Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:05:07.146Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:05:07.147Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:05:08.027Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T06:05:08.030Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-25T06:05:08.031Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a85b2cfb-1061-4762-a387-6a4ffba18a66, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-25T06:05:08.032Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-25T06:05:08.032Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-25T06:05:08.032Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-25T06:05:08.234Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13090157878629299239/Definitions/service-BasicNetwork-template.yml
2022-10-25T06:05:08.692Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-25T06:05:08.693Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-25T06:05:08.693Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-25T06:05:08.693Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-25T06:05:08.693Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-10-25T06:05:08.693Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-10-25T06:05:08.693Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-10-25T06:05:08.693Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-10-25T06:05:08.693Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-10-25T06:05:08.693Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-10-25T06:05:08.694Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-10-25T06:05:08.694Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-10-25T06:05:08.694Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-25T06:05:08.694Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T06:05:08.694Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-10-25T06:05:08.695Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-25T06:05:08.695Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-25T06:05:08.695Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T06:05:08.695Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T06:05:08.695Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:05:08.696Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-25T06:05:08.696Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-25T06:05:08.696Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T06:05:08.696Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T06:05:08.696Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:05:08.696Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T06:05:08.696Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:05:08.696Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T06:05:08.697Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:05:08.697Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T06:05:08.697Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:05:08.697Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T06:05:08.697Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:05:08.697Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:ccc5f08e-ee06-4bb1-995e-38a8138eeb1b
Model Version:NULL
Model InvariantUuid:2441fd00-7564-4e26-84f7-d5d7f8e36cea
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:eaf50266-7bc7-4457-bfe9-d4d4c0135217
Model UUID:5da0d2bc-c573-4b41-840d-e6d914fe537d
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:098cff1b-8a7c-4e7a-b2aa-7b54cd0ad86e
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-10-25T06:05:08.710Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 6b6fd07f-88d2-4ba6-8929-e6af3a2ce5b2
2022-10-25T06:05:08.711Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||No resources found for Service: ccc5f08e-ee06-4bb1-995e-38a8138eeb1b
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-10-25T06:05:08.724Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||
2022-10-25T06:05:08.725Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-25T06:05:08.726Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||No resources found for Service: ccc5f08e-ee06-4bb1-995e-38a8138eeb1b
2022-10-25T06:05:08.726Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ccc5f08e-ee06-4bb1-995e-38a8138eeb1b
2022-10-25T06:05:08.726Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-25T06:05:08.726Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-10-25T06:05:08.742Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ba102f3, org.onap.sdc.toscaparser.api.parameters.Input@b1fc345, org.onap.sdc.toscaparser.api.parameters.Input@e6a1c80, org.onap.sdc.toscaparser.api.parameters.Input@45de8045, org.onap.sdc.toscaparser.api.parameters.Input@466ba497]
2022-10-25T06:05:08.744Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T06:05:08.745Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:05:08.745Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T06:05:08.745Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:05:08.745Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ccc5f08e-ee06-4bb1-995e-38a8138eeb1b: Generic NeutronNet
2022-10-25T06:05:08.745Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T06:05:08.745Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:05:08.745Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T06:05:08.745Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-10-25T06:05:08.820Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T06:05:08.821Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:05:08.821Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T06:05:08.821Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-10-25T06:05:08.821Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T06:05:08.821Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:05:08.821Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-10-25T06:05:08.957Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-25T06:05:08.958Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-10-25T06:05:08.958Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-10-25T06:05:08.958Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T06:05:08.958Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:05:08.960Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:05:08.961Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677908958,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T06:05:09.061Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:05:09.062Z||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-10-25T06:05:09.063Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:05:09.079Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:05:09.080Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:05:09.961Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T06:05:09.998Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-25T06:05:10.007Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:05:10.008Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T06:05:10.008Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T06:05:40.010Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T06:05:40.028Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-25T06:05:40.031Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:05:40.032Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T06:05:40.032Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T06:05:55.387Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:05:55.388Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-10-25T06:05:55.388Z|06bb6f14-f980-41ed-af7f-a124707b3525|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:05:55.444Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:05:55.445Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:05:55.445Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "cds",
"timestamp": 1666677901538,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:05:55.447Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-25T06:06:10.032Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T06:06:10.051Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-25T06:06:10.055Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:06:10.055Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T06:06:10.055Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T06:06:40.056Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T06:06:40.082Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-25T06:06:40.091Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:06:40.091Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T06:06:40.091Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T06:06:55.386Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:06:55.389Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-10-25T06:06:55.389Z|06bb6f14-f980-41ed-af7f-a124707b3525|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:06:55.509Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:06:55.510Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:06:55.511Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677895377,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:06:55.512Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-25T06:07:10.091Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T06:07:10.112Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-25T06:07:10.117Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:07:10.117Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T06:07:10.117Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T06:07:40.118Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T06:07:40.140Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-25T06:07:40.144Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:07:40.144Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T06:07:40.144Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T06:07:55.386Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:07:55.387Z|06bb6f14-f980-41ed-af7f-a124707b3525|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-10-25T06:07:55.388Z|06bb6f14-f980-41ed-af7f-a124707b3525|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:07:55.418Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:07:55.420Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.420Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677903217,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:07:55.421Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-25T06:07:55.421Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.421Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677897594,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "cds",
"timestamp": 1666677901538,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677895377,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677903217,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.422Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677897594,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "cds",
"timestamp": 1666677906686,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677907023,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677907065,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.423Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "cds",
"timestamp": 1666677907692,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-25T06:07:55.436Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a27f6384-8227-4acd-b5ca-00d7db51460e
2022-10-25T06:07:55.436Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a27f6384-8227-4acd-b5ca-00d7db51460e 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-10-25T06:07:55.450Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.451Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677908841,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T06:07:55.451Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:07:55.451Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.451Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666677908958,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T06:07:55.451Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:07:55.451Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.451Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677909854,
"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-10-25T06:07:55.458Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a27f6384-8227-4acd-b5ca-00d7db51460e
2022-10-25T06:07:55.458Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a27f6384-8227-4acd-b5ca-00d7db51460e 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-10-25T06:07:55.473Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.474Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "aai-ml",
"timestamp": 1666677912678,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677915046,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "aai-ml",
"timestamp": 1666677912678,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677915046,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "aai-ml",
"timestamp": 1666677915415,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "aai-ml",
"timestamp": 1666677919801,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T06:07:55.476Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:07:55.479Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.480Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "aai-ml",
"timestamp": 1666677920806,
"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-10-25T06:07:55.489Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a27f6384-8227-4acd-b5ca-00d7db51460e
2022-10-25T06:07:55.489Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a27f6384-8227-4acd-b5ca-00d7db51460e 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-10-25T06:07:55.499Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.499Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "cds",
"timestamp": 1666677946538,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:07:55.500Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-25T06:07:55.500Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.500Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677955046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:07:55.500Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-25T06:07:55.500Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.500Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677955046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:07:55.500Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-25T06:07:55.500Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T06:07:55.500Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "cds",
"timestamp": 1666677946538,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:07:55.500Z|06bb6f14-f980-41ed-af7f-a124707b3525|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:10.144Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T06:08:10.157Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-25T06:08:10.167Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T06:08:10.167Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-25T06:08:10.167Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-25T06:08:10.168Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-25T06:08:10.168Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T06:08:10.168Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T06:08:10.168Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T06:08:10.168Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T06:08:10.168Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-10-25T06:08:10.175Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-25T06:08:40.176Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a27f6384-8227-4acd-b5ca-00d7db51460e 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-10-25T06:08:40.185Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a27f6384-8227-4acd-b5ca-00d7db51460e and serviceModelVersionId: ccc5f08e-ee06-4bb1-995e-38a8138eeb1b
2022-10-25T06:08:40.185Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2441fd00-7564-4e26-84f7-d5d7f8e36cea
2022-10-25T06:08:40.191Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2441fd00-7564-4e26-84f7-d5d7f8e36cea/model-vers/model-ver/ccc5f08e-ee06-4bb1-995e-38a8138eeb1b?depth=0
2022-10-25T06:08:40.200Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-25T06:08:40.250Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2441fd00-7564-4e26-84f7-d5d7f8e36cea/model-vers/model-ver/ccc5f08e-ee06-4bb1-995e-38a8138eeb1b?depth=0|INFO|500||Invoke
2022-10-25T06:08:40.251Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2441fd00-7564-4e26-84f7-d5d7f8e36cea/model-vers/model-ver/ccc5f08e-ee06-4bb1-995e-38a8138eeb1b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2441fd00-7564-4e26-84f7-d5d7f8e36cea/model-vers/model-ver/ccc5f08e-ee06-4bb1-995e-38a8138eeb1b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a27f6384-8227-4acd-b5ca-00d7db51460e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[010e7c59-6d0e-48d8-8193-5ab9ed468b2c], X-ECOMP-RequestID=[a27f6384-8227-4acd-b5ca-00d7db51460e], X-TransactionId=[], X-ONAP-RequestID=[a27f6384-8227-4acd-b5ca-00d7db51460e], Content-Type=[application/merge-patch+json]}
2022-10-25T06:08:40.276Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2441fd00-7564-4e26-84f7-d5d7f8e36cea/model-vers/model-ver/ccc5f08e-ee06-4bb1-995e-38a8138eeb1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-25T06:08:40.369Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2441fd00-7564-4e26-84f7-d5d7f8e36cea/model-vers/model-ver/ccc5f08e-ee06-4bb1-995e-38a8138eeb1b?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/2441fd00-7564-4e26-84f7-d5d7f8e36cea/model-vers/model-ver/ccc5f08e-ee06-4bb1-995e-38a8138eeb1b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221025-06:08:40:320-91052], vertex-id=[434312], Content-Length=[0], Date=[Tue, 25 Oct 2022 06:08:40 GMT], Content-Type=[application/json]}
2022-10-25T06:08:40.369Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2441fd00-7564-4e26-84f7-d5d7f8e36cea/model-vers/model-ver/ccc5f08e-ee06-4bb1-995e-38a8138eeb1b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-25T06:08:40.370Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2441fd00-7564-4e26-84f7-d5d7f8e36cea/model-vers/model-ver/ccc5f08e-ee06-4bb1-995e-38a8138eeb1b?depth=0|INFO|500||InvokeReturn
2022-10-25T06:08:40.371Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-25T06:08:40.371Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-10-25T06:08:40.381Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-10-25T06:08:40.382Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a27f6384-8227-4acd-b5ca-00d7db51460e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-25T06:08:40.382Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-25T06:08:40.383Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:08:40.386Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:08:40.386Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a27f6384-8227-4acd-b5ca-00d7db51460e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666678120382,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T06:08:40.487Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:08:40.488Z||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-10-25T06:08:40.488Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:40.529Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:08:40.530Z||pool-39-thread-1|||||INFO|500||cambria reply ok (43 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-10-25T06:08:41.425Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:08:41.428Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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-10-25T06:08:41.436Z|a27f6384-8227-4acd-b5ca-00d7db51460e|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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:45.915Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:08:45.917Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T06:08:45.918Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d","serviceName":"Demo_pNF_Lkhm1tKq5sx5zLcfX0X5","serviceVersion":"1.0","serviceUUID":"3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245","serviceDescription":"catalog service description","serviceInvariantUUID":"6b08feeb-4dfe-4023-804f-827c38bb3673","resources":[{"resourceInstanceName":"pNF 75ff63ef-7ad1 0","resourceName":"pNF 75ff63ef-7ad1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bfc4435a-a777-47e0-91a8-d28dc88b4c90","resourceInvariantUUID":"6fde7638-2a66-4e53-99e6-6ad27bd727ec","resourceCustomizationUUID":"81d63e9f-602e-48eb-9191-fb6c85f9d7c9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vf-license-model.xml","artifactChecksum":"NmU0MjU0NTJjZTU5YmY2ZTgzOTllODcxMzBhMTI2Zjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16645202-d54e-4038-8df8-8e7f02e42d38","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/pNF.csar","artifactChecksum":"ZTA1NjY4YjA4N2MwYzA2MjQ3MzczZjg1YTBmZWFmMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7487795b-86a1-46c2-997f-4de48b47c055","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"888ba44c-8b46-42e5-835e-c92027c372d0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vendor-license-model.xml","artifactChecksum":"NjkyOGYxYTYyMjIxMjJiMzkyZjE2MzM3ZmMyOGZkNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ab1fdd3a-af02-40a5-a089-e7e34993d916","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c83c75b-b4a7-4d4b-a049-b82c7e97bf8b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d19bc94c-4c20-4718-b50e-aa7be68adfd5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLkhm1tkq5sx5zlcfx0x5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-template.yml","artifactChecksum":"YjkxNmJlMGU5YjY2NThjODVhNTRmNTFiYTk0MmJmMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9a087e3b-0a33-4446-8dc8-83cf74fbe0af","artifactVersion":"1"},{"artifactName":"service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar","artifactChecksum":"NzlmOWU1Yzc1MjIyMjFiOWVhZWM2MGU4MTQ4MjBkNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8040b783-2648-4a01-8cca-e91ff2ce2aba","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-25T06:08:45.920Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:08:45.920Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:08:45.922Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:08:45.922Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666678121425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:46.022Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:08:46.023Z||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-10-25T06:08:46.023Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:46.041Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:08:46.041Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:08:46.925Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:08:46.925Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:08:46.929Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:08:46.929Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666678121425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:47.029Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:08:47.030Z||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-10-25T06:08:47.031Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:47.046Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:08:47.047Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:08:47.930Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:08:47.931Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:08:47.934Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:08:47.934Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666678121425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:48.034Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:08:48.035Z||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-10-25T06:08:48.036Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:48.050Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:08:48.051Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:08:48.935Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:08:48.936Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:08:48.938Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:08:48.938Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666678121425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:49.038Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:08:49.039Z||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-10-25T06:08:49.040Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:49.053Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:08:49.053Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:08:49.939Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:08:49.940Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:08:49.943Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:08:49.943Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666678121425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:50.043Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T06:08:50.045Z||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-10-25T06:08:50.045Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:50.057Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:08:50.058Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:08:50.945Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:08:50.945Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:08:50.947Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:08:50.947Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666678121425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:51.047Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:08:51.048Z||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-10-25T06:08:51.049Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:51.061Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:08:51.062Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:08:51.949Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:08:51.949Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:08:51.952Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:08:51.952Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666678121425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:52.054Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:08:52.055Z||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-10-25T06:08:52.055Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:52.067Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:08:52.068Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:08:52.953Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T06:08:52.954Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:08:52.956Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:08:52.956Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666678121425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T06:08:53.058Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-25T06:08:53.059Z||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-10-25T06:08:53.060Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:53.072Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:08:53.073Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-25T06:08:53.959Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"serviceName": "Demo_pNF_Lkhm1tKq5sx5zLcfX0X5",
"serviceVersion": "1.0",
"serviceUUID": "3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6b08feeb-4dfe-4023-804f-827c38bb3673",
"resources": [
{
"resourceInstanceName": "pNF 75ff63ef-7ad1 0",
"resourceCustomizationUUID": "81d63e9f-602e-48eb-9191-fb6c85f9d7c9",
"resourceName": "pNF 75ff63ef-7ad1",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "bfc4435a-a777-47e0-91a8-d28dc88b4c90",
"resourceInvariantUUID": "6fde7638-2a66-4e53-99e6-6ad27bd727ec",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
"artifactChecksum": "NzlmOWU1Yzc1MjIyMjFiOWVhZWM2MGU4MTQ4MjBkNGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8040b783-2648-4a01-8cca-e91ff2ce2aba"
}
],
"workloadContext": "Production"
}
2022-10-25T06:08:53.959Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-25T06:08:53.959Z|a27f6384-8227-4acd-b5ca-00d7db51460e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245 ASDC
2022-10-25T06:08:53.961Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d
ServiceName:Demo_pNF_Lkhm1tKq5sx5zLcfX0X5
ServiceVersion:1.0
ServiceUUID:3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245
ServiceInvariantUUID:6b08feeb-4dfe-4023-804f-827c38bb3673
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
ArtifactUUID:8040b783-2648-4a01-8cca-e91ff2ce2aba
ArtifactChecksum:NzlmOWU1Yzc1MjIyMjFiOWVhZWM2MGU4MTQ4MjBkNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 75ff63ef-7ad1 0
ResourceCustomizationUUID:81d63e9f-602e-48eb-9191-fb6c85f9d7c9
ResourceInvariantUUID:6fde7638-2a66-4e53-99e6-6ad27bd727ec
ResourceName:pNF 75ff63ef-7ad1
ResourceType:PNF
ResourceUUID:bfc4435a-a777-47e0-91a8-d28dc88b4c90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-25T06:08:53.963Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-25T06:08:54.021Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T06:08:54.022Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-25T06:08:54.023Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-25T06:08:54.023Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8040b783-2648-4a01-8cca-e91ff2ce2aba from URL: /sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:54.024Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-25T06:08:54.024Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:54.130Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-25T06:08:54.138Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar 8040b783-2648-4a01-8cca-e91ff2ce2aba 87763
2022-10-25T06:08:54.139Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar ASDC sendASDCNotification
2022-10-25T06:08:54.139Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:54.139Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T06:08:54.140Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-25T06:08:54.142Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T06:08:54.142Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666678134139,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:08:54.243Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T06:08:54.244Z||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-10-25T06:08:54.244Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:54.259Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:08:54.260Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-25T06:08:55.143Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T06:08:55.146Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-25T06:08:55.147Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 8040b783-2648-4a01-8cca-e91ff2ce2aba, URL: /sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar to file: /app/ASDC/1/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:55.147Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:55.148Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:55.148Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:55.287Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8596060757137683866/Definitions/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-template.yml
2022-10-25T06:08:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T06:08:55.397Z||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-10-25T06:08:55.397Z||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 DHo7Nb4HH7BEtcDg) ...
2022-10-25T06:08:55.452Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T06:08:55.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677955046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "cds",
"timestamp": 1666677946538,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677955046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "cds",
"timestamp": 1666677946538,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677955046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "cds",
"timestamp": 1666677946538,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677957595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677955046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-10-25T06:08:55.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "cds",
"timestamp": 1666677946538,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677957595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677955046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "cds",
"timestamp": 1666677946538,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677957595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "cds",
"timestamp": 1666677946538,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677955046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677957595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677957595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "cds",
"timestamp": 1666677961991,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.483Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677964130,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.483Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677957595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "cds",
"timestamp": 1666677962996,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-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-10-25T06:08:55.498Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d
2022-10-25T06:08:55.498Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d 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-10-25T06:08:55.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677965358,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-10-25T06:08:55.516Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677963217,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677957595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677966367,
"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-10-25T06:08:55.536Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d
2022-10-25T06:08:55.537Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d 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-10-25T06:08:55.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "cds",
"timestamp": 1666677964000,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677963217,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677957595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T06:08:55.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "cds",
"timestamp": 1666677964000,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677963217,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677966409,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.559Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "cds",
"timestamp": 1666677964000,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677963217,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "cds",
"timestamp": 1666677964000,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677963217,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677968263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "cds",
"timestamp": 1666677964000,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677963217,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677969268,
"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-10-25T06:08:55.573Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d
2022-10-25T06:08:55.573Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d 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-10-25T06:08:55.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "cds",
"timestamp": 1666677964000,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677963217,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677957595,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "cds",
"timestamp": 1666677964000,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677963217,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677957595,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677963217,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "cds",
"timestamp": 1666677971703,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677957595,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677963217,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "cds",
"timestamp": 1666677972710,
"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-10-25T06:08:55.650Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19b79051-0eed-4ebb-a960-b9facac2b16d
2022-10-25T06:08:55.650Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19b79051-0eed-4ebb-a960-b9facac2b16d 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-10-25T06:08:55.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677957595,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "aai-ml",
"timestamp": 1666677972678,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677975046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677963217,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677957595,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "aai-ml",
"timestamp": 1666677972678,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677975046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677963217,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677957595,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "aai-ml",
"timestamp": 1666677972678,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677975046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677963217,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677957595,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "aai-ml",
"timestamp": 1666677972678,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677975046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677963217,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "aai-ml",
"timestamp": 1666677972678,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677977464,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "cds",
"timestamp": 1666677976538,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677975046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677963217,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "aai-ml",
"timestamp": 1666677972678,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/resourceInstances/pnf75ff63ef7ad10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "cds",
"timestamp": 1666677976538,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677975046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677979050,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "aai-ml",
"timestamp": 1666677972678,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "cds",
"timestamp": 1666677976538,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677975046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677980123,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "aai-ml",
"timestamp": 1666677972678,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677980441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "cds",
"timestamp": 1666677976538,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677981214,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677981457,
"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-10-25T06:08:55.699Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19b79051-0eed-4ebb-a960-b9facac2b16d
2022-10-25T06:08:55.700Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19b79051-0eed-4ebb-a960-b9facac2b16d 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-10-25T06:08:55.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "cds",
"timestamp": 1666677976538,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "aai-ml",
"timestamp": 1666677981449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677982239,
"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-10-25T06:08:55.729Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19b79051-0eed-4ebb-a960-b9facac2b16d
2022-10-25T06:08:55.730Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19b79051-0eed-4ebb-a960-b9facac2b16d 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-10-25T06:08:55.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "cds",
"timestamp": 1666677976538,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677983242,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-25T06:08:55.743Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "cds",
"timestamp": 1666677976538,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "cds",
"timestamp": 1666677976538,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677984246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "cds",
"timestamp": 1666677976538,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677984246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "cds",
"timestamp": 1666677986410,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "aai-ml",
"timestamp": 1666677986756,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLkhm1tkq5sx5zlcfx0x5/1.0/artifacts/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T06:08:55.745Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677984246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-25T06:08:55.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "cds",
"timestamp": 1666677987416,
"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-10-25T06:08:55.789Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0014a5a7-a07d-40ba-951f-83a34d296994
2022-10-25T06:08:55.789Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0014a5a7-a07d-40ba-951f-83a34d296994 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-10-25T06:08:55.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d",
"consumerID": "aai-ml",
"timestamp": 1666677987760,
"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-10-25T06:08:55.910Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d
2022-10-25T06:08:55.910Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d 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-10-25T06:08:55.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677984246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-25T06:08:55.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677987594,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "aai-ml",
"timestamp": 1666677972678,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677984246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-25T06:08:55.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677987594,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "aai-ml",
"timestamp": 1666677972678,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677984246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677987594,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "aai-ml",
"timestamp": 1666677972678,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677984246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677987594,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "aai-ml",
"timestamp": 1666677972678,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677984246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677987594,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "aai-ml",
"timestamp": 1666677972678,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677984246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T06:08:55.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677987594,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "aai-ml",
"timestamp": 1666677972678,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677995046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677994017,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677987594,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "aai-ml",
"timestamp": 1666677972678,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T06:08:55.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677995046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677995106,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677987594,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677995046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "aai-ml",
"timestamp": 1666677995869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677996170,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677987594,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677995046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677997238,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677997342,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:08:55.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677995046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677998296,
"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-10-25T06:08:55.948Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0014a5a7-a07d-40ba-951f-83a34d296994
2022-10-25T06:08:55.949Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0014a5a7-a07d-40ba-951f-83a34d296994 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-10-25T06:08:55.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677995046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666677999302,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-25T06:08:55.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666677999740,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T06:08:55.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:55.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677995046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666678000747,
"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-10-25T06:08:55.979Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0014a5a7-a07d-40ba-951f-83a34d296994
2022-10-25T06:08:55.979Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0014a5a7-a07d-40ba-951f-83a34d296994 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-10-25T06:08:55.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677995046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "ves-openapi-manager",
"timestamp": 1666677995046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:55.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:55.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:55.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "aai-ml",
"timestamp": 1666678003428,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T06:08:55.999Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:56.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:56.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19b79051-0eed-4ebb-a960-b9facac2b16d",
"consumerID": "aai-ml",
"timestamp": 1666678004442,
"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-10-25T06:08:56.017Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 19b79051-0eed-4ebb-a960-b9facac2b16d
2022-10-25T06:08:56.018Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19b79051-0eed-4ebb-a960-b9facac2b16d 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-10-25T06:08:56.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:56.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "aai-ml",
"timestamp": 1666678005446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:56.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:56.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:56.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "aai-ml",
"timestamp": 1666678005446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:56.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "aai-ml",
"timestamp": 1666678005446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "aai-ml",
"timestamp": 1666678005446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "aai-ml",
"timestamp": 1666678005446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "aai-ml",
"timestamp": 1666678005446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "aai-ml",
"timestamp": 1666678005446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "aai-ml",
"timestamp": 1666678005446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "aai-ml",
"timestamp": 1666678005446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0014a5a7-a07d-40ba-951f-83a34d296994",
"consumerID": "aai-ml",
"timestamp": 1666678015165,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T06:08:56.061Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T06:08:56.316Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-25T06:08:56.316Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-25T06:08:56.316Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:56.316Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|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-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|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-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|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-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|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-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 75ff63ef-7ad1 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-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|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-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|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-DemoPnfLkhm1tkq5sx5zlcfx0x5-csar.csar
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Lkhm1tKq5sx5zLcfX0X5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Node template pNF 75ff63ef-7ad1 0 is matching search criteria
2022-10-25T06:08:56.317Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-25T06:08:56.318Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 75ff63ef-7ad1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T06:08:56.318Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T06:08:56.318Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Lkhm1tKq5sx5zLcfX0X5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:08:56.318Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Node template pNF 75ff63ef-7ad1 0 is matching search criteria
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 75ff63ef-7ad1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Lkhm1tKq5sx5zLcfX0X5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Lkhm1tKq5sx5zLcfX0X5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Lkhm1tKq5sx5zLcfX0X5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Lkhm1tKq5sx5zLcfX0X5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Lkhm1tKq5sx5zLcfX0X5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:08:56.319Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_Lkhm1tKq5sx5zLcfX0X5
Description:catalog service description
Model UUID:3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245
Model Version:NULL
Model InvariantUuid:6b08feeb-4dfe-4023-804f-827c38bb3673
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-10-25T06:08:56.328Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: bfc4435a-a777-47e0-91a8-d28dc88b4c90
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-10-25T06:08:56.333Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||pNF 75ff63ef-7ad1 0
2022-10-25T06:08:56.333Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bfc4435a-a777-47e0-91a8-d28dc88b4c90
2022-10-25T06:08:56.333Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245
2022-10-25T06:08:56.334Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245
2022-10-25T06:08:56.334Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 75ff63ef-7ad1 0 bfc4435a-a777-47e0-91a8-d28dc88b4c90 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-10-25T06:08:56.341Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@235e5110, org.onap.sdc.toscaparser.api.parameters.Input@1dfcd8e8, org.onap.sdc.toscaparser.api.parameters.Input@6c9724af, org.onap.sdc.toscaparser.api.parameters.Input@1b9637b0, org.onap.sdc.toscaparser.api.parameters.Input@4a913303]
2022-10-25T06:08:56.341Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T06:08:56.342Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Lkhm1tKq5sx5zLcfX0X5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T06:08:56.342Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 3b2bb5b6-4cd9-4ce9-aac4-823dbfab9245: pNF 75ff63ef-7ad1
2022-10-25T06:08:56.342Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||INFO|500||Processing PNF resource: bfc4435a-a777-47e0-91a8-d28dc88b4c90
2022-10-25T06:08:56.342Z|4f68dab0-ff82-472e-9fb1-e0cd2b10ed5d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery