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-03-07T03:28:19.879Z||main|||||INFO|500||The following profiles are active: basic
2022-03-07T03:28:38.501Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-07T03:28:38.502Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-07T03:28:38.696Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-07T03:28:43.932Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-07T03:28:44.436Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-07T03:28:45.074Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-07T03:28:45.087Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-07T03:28:45.249Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-07T03:28:45.569Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-07T03:28:46.272Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-07T03:28:48.328Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-07T03:28:51.541Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-07T03:28:51.643Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-07T03:28:52.338Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-07T03:28:52.564Z||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-03-07T03:28:54.315Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-07T03:28:55.892Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-07T03:28:55.918Z||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$$fa32a587.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-03-07T03:28:55.920Z||main|||||WARN|500||The sdc end point is not alive
2022-03-07T03:29:00.915Z||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-03-07T03:29:04.869Z||main|||||WARN|500||---
2022-03-07T03:29:04.870Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-07T03:29:04.871Z||main|||||WARN|500||---
2022-03-07T03:29:05.435Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-07T03:29:11.739Z||main|||||INFO|500||Started Application in 56.708 seconds (JVM running for 59.416)
2022-03-07T03:29:11.763Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-07T03:29:11.766Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-07T03:29:11.783Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-07T03:29:11.814Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-07T03:29:11.863Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a3ad2053-1cb4-448b-aa1f-459643698a10 url= /sdc/v1/artifactTypes
2022-03-07T03:29:11.863Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-07T03:29:12.353Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-07T03:29:12.395Z||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-03-07T03:29:12.416Z||scheduling-1|||||DEBUG|500||create keys
2022-03-07T03:29:12.424Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-07T03:29:12.501Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:29:12.518Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 43211ef3-dc52-4666-a13d-459327eb2a90 url= /sdc/v1/registerForDistribution
2022-03-07T03:29:12.792Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 43211ef3-dc52-4666-a13d-459327eb2a90 url= /sdc/v1/registerForDistribution
2022-03-07T03:29:12.793Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-07T03:29:12.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:29:12.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:29:12.821Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-07T03:29:12.821Z||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-03-07T03:29:12.821Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:29:12.821Z||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-03-07T03:29:12.822Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:29:23.249Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:29:23.287Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:30:12.801Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:30:12.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:30:12.804Z||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-03-07T03:30:12.805Z||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-03-07T03:30:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:30:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:30:22.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:30:22.393Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:31:12.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:31:12.802Z||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-03-07T03:31:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:31:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:31:12.805Z||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-03-07T03:31:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:31:22.358Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:31:22.361Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:32:12.801Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:32:12.802Z||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-03-07T03:32:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:32:12.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:32:12.805Z||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-03-07T03:32:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:32:22.355Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:32:22.358Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:33:12.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:33:12.802Z||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-03-07T03:33:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:33:12.804Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:33:12.805Z||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-03-07T03:33:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:33:22.358Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:33:22.359Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:34:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:34:12.802Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T03:34:12.803Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T03:34:12.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:34:12.805Z||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-03-07T03:34:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:34:22.351Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:34:22.353Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:35:12.802Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:35:12.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:35:12.805Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T03:35:12.805Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T03:35:12.805Z||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-03-07T03:35:12.807Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:35:22.378Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:35:22.379Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:36:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:36:12.803Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T03:36:12.803Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T03:36:12.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:36:12.805Z||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-03-07T03:36:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:36:22.353Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:36:22.354Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:37:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:37:12.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:37:12.806Z||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-03-07T03:37:12.806Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T03:37:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:37:12.806Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T03:37:22.365Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:37:22.365Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:38:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:38:12.803Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T03:38:12.804Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T03:38:12.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:38:12.805Z||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-03-07T03:38:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:38:22.359Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:38:22.367Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:38:56.539Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-07T03:39:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:39:12.802Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T03:39:12.802Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T03:39:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:39:12.806Z||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-03-07T03:39:12.807Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:39:22.354Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:39:22.355Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:40:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:40:12.802Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T03:40:12.802Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T03:40:12.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:40:12.804Z||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-03-07T03:40:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:40:22.347Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:40:22.347Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:41:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:41:12.803Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T03:41:12.803Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T03:41:12.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:41:12.804Z||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-03-07T03:41:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:41:22.349Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:41:22.354Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:42:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:42:12.803Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T03:42:12.803Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T03:42:12.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:42:12.804Z||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-03-07T03:42:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:42:22.346Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:42:22.347Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:43:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:43:12.804Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:43:12.804Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T03:43:12.805Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T03:43:12.804Z||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-03-07T03:43:12.807Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:43:22.357Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:43:22.357Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:44:12.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:44:12.803Z||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-03-07T03:44:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:44:12.804Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:44:12.805Z||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-03-07T03:44:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:44:22.350Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:44:22.351Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:45:12.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:45:12.802Z||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-03-07T03:45:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:45:12.804Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:45:12.804Z||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-03-07T03:45:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:45:22.350Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:45:22.350Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:46:12.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:46:12.802Z||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-03-07T03:46:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:46:12.804Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:46:12.804Z||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-03-07T03:46:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:46:22.352Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:46:22.352Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:47:12.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:47:12.802Z||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-03-07T03:47:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:47:12.804Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:47:12.804Z||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-03-07T03:47:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:47:22.350Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:47:22.350Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:48:12.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:48:12.802Z||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-03-07T03:48:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:48:12.804Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:48:12.804Z||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-03-07T03:48:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:48:22.360Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:48:22.364Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:49:12.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:49:12.802Z||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-03-07T03:49:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:49:12.804Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:49:12.804Z||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-03-07T03:49:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:49:22.357Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:49:22.358Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:50:12.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:50:12.802Z||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-03-07T03:50:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:50:12.804Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:50:12.804Z||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-03-07T03:50:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:50:22.369Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:50:22.369Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:51:12.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:51:12.803Z||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-03-07T03:51:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:51:12.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:51:12.804Z||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-03-07T03:51:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:51:22.347Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:51:22.348Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:52:12.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:52:12.802Z||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-03-07T03:52:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:52:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:52:12.805Z||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-03-07T03:52:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:52:22.348Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:52:22.370Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:53:12.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:53:12.803Z||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-03-07T03:53:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:53:12.804Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:53:12.805Z||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-03-07T03:53:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:53:22.352Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:53:22.353Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:54:12.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:54:12.802Z||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-03-07T03:54:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:54:12.804Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:54:12.804Z||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-03-07T03:54:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:54:22.349Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:54:22.350Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:55:12.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:55:12.802Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T03:55:12.802Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T03:55:12.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:55:12.805Z||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-03-07T03:55:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:55:22.351Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:55:22.381Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:56:12.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:56:12.802Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T03:56:12.802Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T03:56:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:56:12.804Z||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-03-07T03:56:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:56:22.348Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:56:22.352Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:57:12.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:57:12.802Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T03:57:12.802Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T03:57:12.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:57:12.805Z||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-03-07T03:57:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:57:22.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:57:22.348Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:58:12.802Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:58:12.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:58:12.805Z||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-03-07T03:58:12.805Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T03:58:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:58:12.805Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T03:58:22.356Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:58:22.357Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:59:12.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:59:12.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:59:12.805Z||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-03-07T03:59:12.805Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T03:59:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:59:12.806Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T03:59:22.350Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T03:59:22.350Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:00:12.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:00:12.802Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T04:00:12.802Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:00:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:00:12.804Z||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-03-07T04:00:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:00:22.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:00:22.380Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:01:12.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:01:12.803Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T04:01:12.803Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:01:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:01:12.804Z||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-03-07T04:01:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:01:22.356Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:01:22.356Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:02:12.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:02:12.802Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T04:02:12.802Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:12.804Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:02:12.805Z||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-03-07T04:02:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:13.060Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:02:13.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625705172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "aai-ml",
"timestamp": 1646625707417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "cds",
"timestamp": 1646625708280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "clamp",
"timestamp": 1646625704553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "policy-id",
"timestamp": 1646625709375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625705172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
"status": "NOTIFIED"
}
2022-03-07T04:02:13.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "aai-ml",
"timestamp": 1646625707417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "cds",
"timestamp": 1646625708280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "clamp",
"timestamp": 1646625704553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
"status": "NOTIFIED"
}
2022-03-07T04:02:13.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "policy-id",
"timestamp": 1646625709375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646625710400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625705172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-07T04:02:13.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "aai-ml",
"timestamp": 1646625707417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "cds",
"timestamp": 1646625708280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "clamp",
"timestamp": 1646625704553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "policy-id",
"timestamp": 1646625709375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-07T04:02:13.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646625710400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625705172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "aai-ml",
"timestamp": 1646625707417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "cds",
"timestamp": 1646625708280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "clamp",
"timestamp": 1646625704553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "policy-id",
"timestamp": 1646625709375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646625710400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646625712601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625705172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-07T04:02:13.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "aai-ml",
"timestamp": 1646625707417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "cds",
"timestamp": 1646625708280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "clamp",
"timestamp": 1646625704553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "policy-id",
"timestamp": 1646625709375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646625710400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646625712601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625705172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "aai-ml",
"timestamp": 1646625707417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "cds",
"timestamp": 1646625708280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "clamp",
"timestamp": 1646625704553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "policy-id",
"timestamp": 1646625709375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646625710400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646625712601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625705172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:02:13.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "aai-ml",
"timestamp": 1646625707417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:02:13.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "cds",
"timestamp": 1646625708280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:02:13.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "clamp",
"timestamp": 1646625704553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:02:13.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "policy-id",
"timestamp": 1646625709375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:02:13.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646625710400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646625712601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646625710400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625717601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:02:13.143Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646625712601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "aai-ml",
"timestamp": 1646625717953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:02:13.145Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "policy-id",
"timestamp": 1646625718048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:02:13.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "cds",
"timestamp": 1646625717592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:02:13.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646625712601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "dcae-sch",
"timestamp": 1646625717667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "policy-id",
"timestamp": 1646625719057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T04:02:13.150Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "cds",
"timestamp": 1646625718624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-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-03-07T04:02:13.377Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f7699eaf-2eda-472f-8802-5d867b8c7d5b
2022-03-07T04:02:13.400Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7699eaf-2eda-472f-8802-5d867b8c7d5b 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-03-07T04:02:13.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625719133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:02:13.425Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "dcae-sch",
"timestamp": 1646625717667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646625712601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:02:13.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "policy-id",
"timestamp": 1646625720062,
"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-03-07T04:02:13.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:02:13.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"f7699eaf-2eda-472f-8802-5d867b8c7d5b","serviceName":"vFW 2022-03-07 03-57-53","serviceVersion":"1.0","serviceUUID":"bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80","serviceDescription":"catalog service description","serviceInvariantUUID":"3b9affbc-ba6b-492b-9aad-8b394b7a866e","resources":[{"resourceInstanceName":"vFW 25c9fcdd-1669 0","resourceName":"vFW 25c9fcdd-1669","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"544da871-f19d-4a7c-a4f0-a7e1a8e8e064","resourceInvariantUUID":"aea2a9a3-b10c-4423-a01f-2537dc7e34fb","resourceCustomizationUUID":"2237d8c7-b5e8-49b6-b698-e6de0439331d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vf-license-model.xml","artifactChecksum":"ZjFhYmIxZGE3ZmJkNDNmZjlhZTMxZThjYWEzOTgwMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"975bab0d-3beb-483c-a4ef-cd83cbcf351b","artifactVersion":"1"},{"artifactName":"vfw25c9fcdd16690_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json","artifactChecksum":"YTBjNDJmMjFjYjdjYjY0MTU1MGNjMmU5OGNhNmM3YWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"095f88ba-3036-4aa7-a13d-6605fea173d5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2ba2441e-abaf-48d9-858b-4c979bf61ee8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vendor-license-model.xml","artifactChecksum":"ZGJmZTE3ZTU0OGQzMDY0N2ViMWQ4MTMwYzczZmRlOWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d2740d8-78de-4dcc-9d0d-303d25451ee0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"33821ece-4b0a-45e3-9b7a-f7fe73e69f12","artifactVersion":"2","generatedFromUUID":"2ba2441e-abaf-48d9-858b-4c979bf61ee8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220307035753-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-template.yml","artifactChecksum":"MGIzNmViODM5YmMzZjFmZTE3NjJmZGZhNGJlZTI2NWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"65099c59-90a9-4258-8d7a-cd81ae8e6f0e","artifactVersion":"1"},{"artifactName":"service-Vfw20220307035753-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar","artifactChecksum":"ZjJlMWU3NzA2ZGM0NzM5YmZiYTNhNjVhMWUzYjM3NDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"51ab8cc5-2965-4b4d-9e7f-f0be0baedc9c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-07T04:02:13.444Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:02:13.444Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f7699eaf-2eda-472f-8802-5d867b8c7d5b
2022-03-07T04:02:13.444Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7699eaf-2eda-472f-8802-5d867b8c7d5b 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-03-07T04:02:13.451Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:13.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625720547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:02:13.456Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "dcae-sch",
"timestamp": 1646625717667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646625720875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:02:13.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625721614,
"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-03-07T04:02:13.465Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f7699eaf-2eda-472f-8802-5d867b8c7d5b
2022-03-07T04:02:13.466Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7699eaf-2eda-472f-8802-5d867b8c7d5b 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=?
2022-03-07T04:02:13.470Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:13.471Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-07T04:02:13.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "dcae-sch",
"timestamp": 1646625717667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625722619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
"status": "DEPLOY_OK"
}
2022-03-07T04:02:13.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "dcae-sch",
"timestamp": 1646625717667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "dcae-sch",
"timestamp": 1646625717667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "cds",
"timestamp": 1646625723280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "dcae-sch",
"timestamp": 1646625717667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "cds",
"timestamp": 1646625723280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "dcae-sch",
"timestamp": 1646625717667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625725172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "cds",
"timestamp": 1646625723280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "dcae-sch",
"timestamp": 1646625717667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625725172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
"status": "NOTIFIED"
}
2022-03-07T04:02:13.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "clamp",
"timestamp": 1646625727422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:02:13.497Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "cds",
"timestamp": 1646625723280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "dcae-sch",
"timestamp": 1646625717667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625725172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-07T04:02:13.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646625727809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T04:02:13.500Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "clamp",
"timestamp": 1646625728510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T04:02:13.500Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "cds",
"timestamp": 1646625723280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "dcae-sch",
"timestamp": 1646625717667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625725172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646625728816,
"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-03-07T04:02:13.511Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f7699eaf-2eda-472f-8802-5d867b8c7d5b
2022-03-07T04:02:13.511Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7699eaf-2eda-472f-8802-5d867b8c7d5b 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-03-07T04:02:13.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "clamp",
"timestamp": 1646625729516,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-07T04:02:13.532Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f7699eaf-2eda-472f-8802-5d867b8c7d5b
2022-03-07T04:02:13.532Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7699eaf-2eda-472f-8802-5d867b8c7d5b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T04:02:13.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "cds",
"timestamp": 1646625723280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "dcae-sch",
"timestamp": 1646625717667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "policy-id",
"timestamp": 1646625729375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625725172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-07T04:02:13.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "cds",
"timestamp": 1646625723280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:02:13.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "dcae-sch",
"timestamp": 1646625717667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "policy-id",
"timestamp": 1646625729375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625725172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "ves-openapi-manager",
"timestamp": 1646625730400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "dcae-sch",
"timestamp": 1646625717667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "policy-id",
"timestamp": 1646625729375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-07T04:02:13.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625725172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:02:13.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "cds",
"timestamp": 1646625731915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:02:13.553Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "ves-openapi-manager",
"timestamp": 1646625730400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "policy-id",
"timestamp": 1646625729375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-07T04:02:13.570Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-03-07T04:02:13.575Z||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-03-07T04:02:13.575Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:13.591Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:02:13.592Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:02:14.483Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:02:14.484Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:14.486Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:14.487Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
"status": "NOTIFIED"
}
2022-03-07T04:02:14.586Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:02:14.588Z||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-03-07T04:02:14.588Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:14.600Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:02:14.601Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:02:15.488Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:02:15.489Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:15.491Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:15.491Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-07T04:02:15.592Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:02:15.593Z||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-03-07T04:02:15.594Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:15.608Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:02:15.610Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:02:16.492Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:02:16.493Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:16.496Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:16.496Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:16.596Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:02:16.598Z||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-03-07T04:02:16.598Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:16.612Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:02:16.613Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:02:17.498Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:02:17.501Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:17.503Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:17.503Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-07T04:02:17.604Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:02:17.606Z||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-03-07T04:02:17.606Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:17.627Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:02:17.628Z||pool-7-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:02:18.505Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:02:18.505Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:18.508Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:18.508Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:02:18.608Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:02:18.610Z||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-03-07T04:02:18.610Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:18.624Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:02:18.625Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:02:19.509Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:02:19.510Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:19.512Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:19.512Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:02:19.615Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-07T04:02:19.616Z||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-03-07T04:02:19.616Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:19.632Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:02:19.632Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:02:20.515Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"serviceName": "vFW 2022-03-07 03-57-53",
"serviceVersion": "1.0",
"serviceUUID": "bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3b9affbc-ba6b-492b-9aad-8b394b7a866e",
"resources": [
{
"resourceInstanceName": "vFW 25c9fcdd-1669 0",
"resourceCustomizationUUID": "2237d8c7-b5e8-49b6-b698-e6de0439331d",
"resourceName": "vFW 25c9fcdd-1669",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "544da871-f19d-4a7c-a4f0-a7e1a8e8e064",
"resourceInvariantUUID": "aea2a9a3-b10c-4423-a01f-2537dc7e34fb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw25c9fcdd16690_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
"artifactChecksum": "YTBjNDJmMjFjYjdjYjY0MTU1MGNjMmU5OGNhNmM3YWY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "095f88ba-3036-4aa7-a13d-6605fea173d5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2ba2441e-abaf-48d9-858b-4c979bf61ee8",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "33821ece-4b0a-45e3-9b7a-f7fe73e69f12",
"generatedFromUUID": "2ba2441e-abaf-48d9-858b-4c979bf61ee8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "33821ece-4b0a-45e3-9b7a-f7fe73e69f12",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220307035753-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"artifactChecksum": "ZjJlMWU3NzA2ZGM0NzM5YmZiYTNhNjVhMWUzYjM3NDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "51ab8cc5-2965-4b4d-9e7f-f0be0baedc9c"
}
],
"workloadContext": "Production"
}
2022-03-07T04:02:20.516Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-07T04:02:20.516Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80 ASDC
2022-03-07T04:02:20.656Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:f7699eaf-2eda-472f-8802-5d867b8c7d5b
ServiceName:vFW 2022-03-07 03-57-53
ServiceVersion:1.0
ServiceUUID:bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80
ServiceInvariantUUID:3b9affbc-ba6b-492b-9aad-8b394b7a866e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220307035753-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar
ArtifactUUID:51ab8cc5-2965-4b4d-9e7f-f0be0baedc9c
ArtifactChecksum:ZjJlMWU3NzA2ZGM0NzM5YmZiYTNhNjVhMWUzYjM3NDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 25c9fcdd-1669 0
ResourceCustomizationUUID:2237d8c7-b5e8-49b6-b698-e6de0439331d
ResourceInvariantUUID:aea2a9a3-b10c-4423-a01f-2537dc7e34fb
ResourceName:vFW 25c9fcdd-1669
ResourceType:VF
ResourceUUID:544da871-f19d-4a7c-a4f0-a7e1a8e8e064
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw25c9fcdd16690_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json
ArtifactUUID:095f88ba-3036-4aa7-a13d-6605fea173d5
ArtifactChecksum:YTBjNDJmMjFjYjdjYjY0MTU1MGNjMmU5OGNhNmM3YWY=
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/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml
ArtifactUUID:2ba2441e-abaf-48d9-858b-4c979bf61ee8
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/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env
ArtifactUUID:33821ece-4b0a-45e3-9b7a-f7fe73e69f12
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/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env
ArtifactUUID:33821ece-4b0a-45e3-9b7a-f7fe73e69f12
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-07T04:02:20.658Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80 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-03-07T04:02:20.723Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:02:20.724Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:02:20.725Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:02:20.726Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 51ab8cc5-2965-4b4d-9e7f-f0be0baedc9c from URL: /sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:20.726Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:02:20.730Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:21.159Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:02:21.180Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar 51ab8cc5-2965-4b4d-9e7f-f0be0baedc9c 98918
2022-03-07T04:02:21.182Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar ASDC sendASDCNotification
2022-03-07T04:02:21.182Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:21.183Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:02:21.184Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:21.186Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:21.187Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625741180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:02:21.287Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:02:21.288Z||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-03-07T04:02:21.289Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:21.321Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:02:21.323Z||pool-10-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:02:22.188Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:02:22.190Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:02:22.190Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 51ab8cc5-2965-4b4d-9e7f-f0be0baedc9c, URL: /sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar to file: /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:22.192Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220307035753-csar.csar
2022-03-07T04:02:22.327Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:22.327Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:23.187Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12102338060395515427/Definitions/service-Vfw20220307035753-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-07T04:02:26.826Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-07T04:02:26.832Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:02:26.832Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.832Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-07T04:02:26.832Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.832Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.832Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.833Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.833Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.833Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.833Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.833Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.833Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.833Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.833Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 25c9fcdd-1669 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.834Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.834Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.834Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:02:26.841Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:26.843Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:26.848Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is matching search criteria
2022-03-07T04:02:26.848Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:02:26.850Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 25c9fcdd-1669 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:02:26.852Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:26.852Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:26.852Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is matching search criteria
2022-03-07T04:02:26.852Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:02:26.852Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 25c9fcdd-1669 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:02:26.853Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:26.853Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:26.856Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:26.857Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is not matching search criteria
2022-03-07T04:02:26.857Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T04:02:26.857Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-07T04:02:26.857Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:26.857Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.858Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.858Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-07T04:02:26.858Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T04:02:26.858Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-07T04:02:26.858Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-07T04:02:26.858Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.859Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:26.859Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-07T04:02:26.859Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:26.859Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-07T04:02:26.859Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.860Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-07T04:02:26.860Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:26.860Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-07T04:02:26.862Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:26.862Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is matching search criteria
2022-03-07T04:02:26.862Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 25c9fcdd-1669 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:02:26.863Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:26.863Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is matching search criteria
2022-03-07T04:02:26.863Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 25c9fcdd-1669 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:02:26.863Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:26.864Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is matching search criteria
2022-03-07T04:02:26.864Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 25c9fcdd-1669 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:02:26.864Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:26.864Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is not matching search criteria
2022-03-07T04:02:26.864Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T04:02:26.864Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-07T04:02:26.865Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T04:02:26.865Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-07T04:02:26.865Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-07T04:02:26.865Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.865Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:26.866Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-07T04:02:26.866Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:26.866Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-07T04:02:26.866Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.866Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4cc511d0-d2f1-4fdf-b121-abf1db764747
2022-03-07T04:02:26.866Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:26.867Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is not matching search criteria
2022-03-07T04:02:26.867Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T04:02:26.867Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-07T04:02:26.867Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:26.867Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.867Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.868Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-07T04:02:26.868Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T04:02:26.868Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-07T04:02:26.868Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-07T04:02:26.868Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:26.869Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-07T04:02:26.869Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.869Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e8cfa17e-de9f-4ee2-8d0b-254a1ca52124
2022-03-07T04:02:26.869Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:26.870Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is not matching search criteria
2022-03-07T04:02:26.870Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T04:02:26.870Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-07T04:02:26.870Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:26.871Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.871Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.871Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-07T04:02:26.871Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T04:02:26.871Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-07T04:02:26.871Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-07T04:02:26.872Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.872Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:26.872Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-07T04:02:26.872Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=22ee1a6c-26c5-4f8a-b4f3-8e2faca53eb5
2022-03-07T04:02:26.873Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:26.873Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:26.873Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:26.873Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:26.873Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:26.874Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:26.874Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:26.874Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:26.874Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-07 03-57-53
Description:catalog service description
Model UUID:bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80
Model Version:NULL
Model InvariantUuid:3b9affbc-ba6b-492b-9aad-8b394b7a866e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 25c9fcdd-1669
Model UUID:8e7bd1d5-c164-4c3b-8db2-3b91a30f90cb
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aea2a9a3-b10c-4423-a01f-2537dc7e34fb
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2237d8c7-b5e8-49b6-b698-e6de0439331d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:55697348-7402-4cb2-a0db-7c8eb92973aa
ModelName:Vfw25c9fcdd1669..base_vfw..module-0
ModelUuid:d4d30826-2cbd-4aa1-a253-0e66ef0442bc
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4cc511d0-d2f1-4fdf-b121-abf1db764747
ModelInvariantUuid:598ddfa5-9b26-4225-88c8-d9d2c7e68569
ModelName:vFW 25c9fcdd-1669-nodes.vfwCvfc
ModelUuid:2d9673e3-b97e-41b9-b683-217b51c91271
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0d5c326c-8aa6-4b2d-94d6-09342807de53
ModelInvariantUuid:ada3914b-8b64-4d92-a065-7de2cbd05a35
ModelName:Vfw25c9fcdd1669.compute.nodes.heat.vfw
ModelUuid:4eb183d9-7b8a-4223-ba4c-e8d87741142d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e8cfa17e-de9f-4ee2-8d0b-254a1ca52124
ModelInvariantUuid:5a21609a-62c6-4253-be95-1013857fd651
ModelName:vFW 25c9fcdd-1669-nodes.vsnCvfc
ModelUuid:ec2311c1-fc69-491f-8ae6-261d817cbf74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:77f6666d-bddc-4563-a417-4e7fe39bcbd6
ModelInvariantUuid:aa757f00-e576-48a7-8d28-74c917083ebc
ModelName:Vfw25c9fcdd1669.compute.nodes.heat.vsn
ModelUuid:54214ddc-7057-470b-a57f-6d31c1a6a5a1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:22ee1a6c-26c5-4f8a-b4f3-8e2faca53eb5
ModelInvariantUuid:d9273b8a-6951-42c2-a763-30f338634475
ModelName:vFW 25c9fcdd-1669-nodes.vpgCvfc
ModelUuid:eaaceab3-f1ee-40b9-8d93-ed404ba709a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:6269972a-08fe-481f-89c2-84cf5295f597
ModelInvariantUuid:0132da72-c239-44c5-85b1-582bf2313d4c
ModelName:Vfw25c9fcdd1669.compute.nodes.heat.vpg
ModelUuid:add89f6a-91e9-495a-b73b-f436abbe7446
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-03-07T04:02:26.887Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 544da871-f19d-4a7c-a4f0-a7e1a8e8e064
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-03-07T04:02:26.999Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||vFW 25c9fcdd-1669 0
2022-03-07T04:02:27.008Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 544da871-f19d-4a7c-a4f0-a7e1a8e8e064
2022-03-07T04:02:27.008Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 095f88ba-3036-4aa7-a13d-6605fea173d5 from URL: /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json
2022-03-07T04:02:27.008Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:02:27.008Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json
2022-03-07T04:02:27.441Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:02:27.442Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json 095f88ba-3036-4aa7-a13d-6605fea173d5 785
2022-03-07T04:02:27.442Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json ASDC sendASDCNotification
2022-03-07T04:02:27.443Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json
2022-03-07T04:02:27.443Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:02:27.443Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:27.446Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:27.446Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625747442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:02:27.548Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-07T04:02:27.550Z||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-03-07T04:02:27.550Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:27.563Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:02:27.564Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:02:28.453Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw25c9fcdd1669..base_vfw..module-0",
"vfModuleModelInvariantUUID": "55697348-7402-4cb2-a0db-7c8eb92973aa",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d4d30826-2cbd-4aa1-a253-0e66ef0442bc",
"vfModuleModelCustomizationUUID": "8671ae92-47d3-4102-9c6e-fc6e9c78caa5",
"isBase": true,
"artifacts": [
"2ba2441e-abaf-48d9-858b-4c979bf61ee8",
"33821ece-4b0a-45e3-9b7a-f7fe73e69f12"
],
"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-03-07T04:02:28.474Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw25c9fcdd1669..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4d30826-2cbd-4aa1-a253-0e66ef0442bc
VfModuleModelInvariantUUID:55697348-7402-4cb2-a0db-7c8eb92973aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ba2441e-abaf-48d9-858b-4c979bf61ee8
,
33821ece-4b0a-45e3-9b7a-f7fe73e69f12
}
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-03-07T04:02:28.481Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw25c9fcdd1669..base_vfw..module-0",
"vfModuleModelInvariantUUID": "55697348-7402-4cb2-a0db-7c8eb92973aa",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d4d30826-2cbd-4aa1-a253-0e66ef0442bc",
"vfModuleModelCustomizationUUID": "8671ae92-47d3-4102-9c6e-fc6e9c78caa5",
"isBase": true,
"artifacts": [
"2ba2441e-abaf-48d9-858b-4c979bf61ee8",
"33821ece-4b0a-45e3-9b7a-f7fe73e69f12"
],
"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-03-07T04:02:28.481Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw25c9fcdd1669..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4d30826-2cbd-4aa1-a253-0e66ef0442bc
VfModuleModelInvariantUUID:55697348-7402-4cb2-a0db-7c8eb92973aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ba2441e-abaf-48d9-858b-4c979bf61ee8
,
33821ece-4b0a-45e3-9b7a-f7fe73e69f12
}
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-03-07T04:02:28.481Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2ba2441e-abaf-48d9-858b-4c979bf61ee8 from URL: /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml
2022-03-07T04:02:28.481Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:02:28.482Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml
2022-03-07T04:02:28.742Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:02:28.744Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml 2ba2441e-abaf-48d9-858b-4c979bf61ee8 20368
2022-03-07T04:02:28.745Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-07T04:02:28.745Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml
2022-03-07T04:02:28.745Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:02:28.745Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:28.747Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:28.748Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625748744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:02:28.848Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:02:28.849Z||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-03-07T04:02:28.849Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:28.863Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:02:28.863Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:02:29.753Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 33821ece-4b0a-45e3-9b7a-f7fe73e69f12 from URL: /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env
2022-03-07T04:02:29.753Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:02:29.754Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env
2022-03-07T04:02:29.965Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:02:29.966Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env 33821ece-4b0a-45e3-9b7a-f7fe73e69f12 2098
2022-03-07T04:02:29.967Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-07T04:02:29.967Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env
2022-03-07T04:02:29.968Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:02:29.968Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:29.971Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:29.971Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625749967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:02:30.072Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:02:30.073Z||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-03-07T04:02:30.074Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:30.096Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:02:30.097Z||pool-13-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:02:30.972Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80
2022-03-07T04:02:30.973Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 25c9fcdd-1669 0 544da871-f19d-4a7c-a4f0-a7e1a8e8e064 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-03-07T04:02:31.034Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18917c71, org.onap.sdc.toscaparser.api.parameters.Input@2e338a33, org.onap.sdc.toscaparser.api.parameters.Input@1fa9fbdf, org.onap.sdc.toscaparser.api.parameters.Input@2d94b69e, org.onap.sdc.toscaparser.api.parameters.Input@3e7525a9]
2022-03-07T04:02:31.076Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:31.077Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:31.077Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-03-07T04:02:31.077Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 2237d8c7-b5e8-49b6-b698-e6de0439331d
2022-03-07T04:02:31.078Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2237d8c7-b5e8-49b6-b698-e6de0439331d matches Tosca VF Customization UUID: 2237d8c7-b5e8-49b6-b698-e6de0439331d
2022-03-07T04:02:31.078Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 2237d8c7-b5e8-49b6-b698-e6de0439331d 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-03-07T04:02:31.086Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:31.087Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:31.089Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 2237d8c7-b5e8-49b6-b698-e6de0439331d: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-07T04:02:31.089Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@23ccdd4b
2022-03-07T04:02:31.089Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:31.090Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-07T04:02:31.090Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8671ae92-47d3-4102-9c6e-fc6e9c78caa5
2022-03-07T04:02:31.091Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8671ae92-47d3-4102-9c6e-fc6e9c78caa5
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-03-07T04:02:31.099Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:31.100Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is matching search criteria
2022-03-07T04:02:31.100Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 25c9fcdd-1669 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:02:31.101Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:31.101Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is matching search criteria
2022-03-07T04:02:31.101Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 25c9fcdd-1669 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:02:31.102Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:31.102Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is not matching search criteria
2022-03-07T04:02:31.102Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T04:02:31.102Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-07T04:02:31.102Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T04:02:31.102Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-07T04:02:31.103Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-07T04:02:31.103Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-07T04:02:31.103Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:31.103Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-07T04:02:31.103Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:31.104Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-07T04:02:31.104Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T04:02:31.104Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4cc511d0-d2f1-4fdf-b121-abf1db764747
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-03-07T04:02:31.114Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:31.115Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is matching search criteria
2022-03-07T04:02:31.115Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 25c9fcdd-1669 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:02:31.116Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:31.116Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is not matching search criteria
2022-03-07T04:02:31.116Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T04:02:31.116Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-07T04:02:31.117Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:31.117Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-07T04:02:31.117Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T04:02:31.117Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-07T04:02:31.118Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T04:02:31.118Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-07T04:02:31.118Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-07T04:02:31.118Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:31.119Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-07T04:02:31.119Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T04:02:31.120Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e8cfa17e-de9f-4ee2-8d0b-254a1ca52124
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-03-07T04:02:31.122Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:31.122Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is matching search criteria
2022-03-07T04:02:31.123Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 25c9fcdd-1669 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:02:31.125Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:31.125Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is not matching search criteria
2022-03-07T04:02:31.126Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T04:02:31.126Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-07T04:02:31.126Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:31.126Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-07T04:02:31.126Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T04:02:31.126Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-07T04:02:31.127Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T04:02:31.127Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-07T04:02:31.127Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-07T04:02:31.127Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-07T04:02:31.127Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:31.127Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-07T04:02:31.128Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=22ee1a6c-26c5-4f8a-b4f3-8e2faca53eb5
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-03-07T04:02:31.130Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:31.130Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is matching search criteria
2022-03-07T04:02:31.130Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 25c9fcdd-1669 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:02:31.131Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:31.131Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is matching search criteria
2022-03-07T04:02:31.131Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 25c9fcdd-1669 0] matching following query criteria: sdcType=VF, customizationUUID=2237d8c7-b5e8-49b6-b698-e6de0439331d
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-03-07T04:02:31.133Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:31.133Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:31.134Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80: vFW 25c9fcdd-1669
2022-03-07T04:02:31.134Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:31.134Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:31.135Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:31.135Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:31.135Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:31.135Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:31.136Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:31.136Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:31.136Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:02:31.141Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:31.141Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-03-07 03-57-53
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-03-07T04:02:31.467Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 25c9fcdd-1669 544da871-f19d-4a7c-a4f0-a7e1a8e8e064 1 ASDC deployResourceStructure
2022-03-07T04:02:31.467Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json ASDC sendASDCNotification
2022-03-07T04:02:31.468Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json
2022-03-07T04:02:31.468Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:02:31.468Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:31.472Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:31.472Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625751467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
"status": "DEPLOY_OK"
}
2022-03-07T04:02:31.571Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:02:31.573Z||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-03-07T04:02:31.574Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:31.593Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:02:31.594Z||pool-14-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:02:32.474Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-07T04:02:32.474Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml
2022-03-07T04:02:32.474Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:02:32.475Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:32.477Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:32.477Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625752474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-07T04:02:32.578Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:02:32.579Z||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-03-07T04:02:32.579Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:32.592Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:02:32.592Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:02:33.478Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-07T04:02:33.478Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env
2022-03-07T04:02:33.478Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:02:33.479Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:33.482Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:33.482Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625753478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-07T04:02:33.583Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:02:33.584Z||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-03-07T04:02:33.584Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:33.597Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:02:33.598Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:02:34.483Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar ASDC sendASDCNotification
2022-03-07T04:02:34.484Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:34.484Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:02:34.484Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:34.486Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:34.487Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625754483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T04:02:34.587Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:02:34.589Z||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-03-07T04:02:34.589Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:34.603Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:02:34.604Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:02:35.488Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:02:35.507Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
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-03-07T04:02:35.513Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:02:35.513Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-07T04:02:35.513Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-07T04:03:05.514Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:03:05.527Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
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-03-07T04:03:05.530Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:03:05.530Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-07T04:03:05.530Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-07T04:03:12.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:03:12.805Z||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-03-07T04:03:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:03:12.832Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:03:12.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:03:12.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "cds",
"timestamp": 1646625732923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-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-03-07T04:03:12.856Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2c092dba-709e-4fe4-a270-dd0b3544b35a
2022-03-07T04:03:12.857Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c092dba-709e-4fe4-a270-dd0b3544b35a 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-03-07T04:03:35.531Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:03:35.560Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
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-03-07T04:03:35.565Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:03:35.565Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-07T04:03:35.565Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-07T04:04:05.566Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:04:05.585Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
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-03-07T04:04:05.589Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:04:05.589Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-07T04:04:05.590Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-07T04:04:12.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:04:12.805Z||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-03-07T04:04:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:04:12.832Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:04:12.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:04:12.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625733316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:04:12.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:04:35.590Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:04:35.607Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
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-03-07T04:04:35.611Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:04:35.612Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-07T04:04:35.612Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-07T04:05:05.613Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:05:05.627Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
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-03-07T04:05:05.630Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:05:05.631Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-07T04:05:05.631Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-07T04:05:12.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:05:12.806Z||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-03-07T04:05:12.807Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:05:13.335Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:05:13.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "ves-openapi-manager",
"timestamp": 1646625730400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "policy-id",
"timestamp": 1646625729375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "ves-openapi-manager",
"timestamp": 1646625730400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625734575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:05:13.343Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
"status": "NOTIFIED"
}
2022-03-07T04:05:13.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "policy-id",
"timestamp": 1646625729375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "clamp",
"timestamp": 1646625734552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "ves-openapi-manager",
"timestamp": 1646625730400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625735678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:05:13.346Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-07T04:05:13.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "policy-id",
"timestamp": 1646625729375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:05:13.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "clamp",
"timestamp": 1646625734552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
"status": "NOTIFIED"
}
2022-03-07T04:05:13.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "ves-openapi-manager",
"timestamp": 1646625730400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625736700,
"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-03-07T04:05:13.358Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c092dba-709e-4fe4-a270-dd0b3544b35a
2022-03-07T04:05:13.359Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c092dba-709e-4fe4-a270-dd0b3544b35a 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-03-07T04:05:13.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "policy-id",
"timestamp": 1646625737153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:05:13.376Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "clamp",
"timestamp": 1646625734552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "ves-openapi-manager",
"timestamp": 1646625730400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646625737703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-07T04:05:13.379Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-07T04:05:13.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "policy-id",
"timestamp": 1646625738158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T04:05:13.380Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "clamp",
"timestamp": 1646625734552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "clamp",
"timestamp": 1646625734552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "policy-id",
"timestamp": 1646625739161,
"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-03-07T04:05:13.393Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c092dba-709e-4fe4-a270-dd0b3544b35a
2022-03-07T04:05:13.394Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c092dba-709e-4fe4-a270-dd0b3544b35a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-07T04:05:13.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:05:13.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "clamp",
"timestamp": 1646625734552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "clamp",
"timestamp": 1646625734552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:05:13.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625741180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:05:13.407Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646625742601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "aai-ml",
"timestamp": 1646625744035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T04:05:13.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646625742601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "aai-ml",
"timestamp": 1646625745042,
"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-03-07T04:05:13.424Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f7699eaf-2eda-472f-8802-5d867b8c7d5b
2022-03-07T04:05:13.424Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7699eaf-2eda-472f-8802-5d867b8c7d5b 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-03-07T04:05:13.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646625742601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "aai-ml",
"timestamp": 1646625746047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646625742601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "aai-ml",
"timestamp": 1646625746047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646625742601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625747442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:05:13.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "clamp",
"timestamp": 1646625748418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:05:13.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "aai-ml",
"timestamp": 1646625746047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646625742601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625748744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:05:13.441Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "aai-ml",
"timestamp": 1646625746047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646625742601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:05:13.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "clamp",
"timestamp": 1646625750428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T04:05:13.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625749967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:05:13.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "aai-ml",
"timestamp": 1646625746047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646625750574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:05:13.444Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "clamp",
"timestamp": 1646625751432,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-07T04:05:13.452Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2c092dba-709e-4fe4-a270-dd0b3544b35a
2022-03-07T04:05:13.452Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c092dba-709e-4fe4-a270-dd0b3544b35a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T04:05:13.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "aai-ml",
"timestamp": 1646625746047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625751467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
"status": "DEPLOY_OK"
}
2022-03-07T04:05:13.470Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "aai-ml",
"timestamp": 1646625746047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:05:13.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:05:13.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625752474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-07T04:05:13.471Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646625753414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T04:05:13.471Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625753478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-07T04:05:13.472Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "aai-ml",
"timestamp": 1646625754834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:05:13.473Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646625754418,
"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-03-07T04:05:13.480Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2c092dba-709e-4fe4-a270-dd0b3544b35a
2022-03-07T04:05:13.481Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c092dba-709e-4fe4-a270-dd0b3544b35a 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-03-07T04:05:13.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625754483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T04:05:13.492Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "aai-ml",
"timestamp": 1646625765953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T04:05:13.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "aai-ml",
"timestamp": 1646625766958,
"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-03-07T04:05:13.501Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2c092dba-709e-4fe4-a270-dd0b3544b35a
2022-03-07T04:05:13.501Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c092dba-709e-4fe4-a270-dd0b3544b35a 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-03-07T04:05:35.632Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:05:35.647Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
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-03-07T04:05:35.652Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:05:35.652Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-07T04:05:35.653Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-07T04:05:35.653Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-07T04:05:35.653Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T04:05:35.653Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T04:05:35.653Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T04:05:35.654Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T04:05:35.654Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T04:05:35.654Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T04:05:35.654Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-07T04:05:35.660Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-07T04:06:05.664Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b 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-03-07T04:06:05.682Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b and serviceModelVersionId: bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80
2022-03-07T04:06:05.683Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3b9affbc-ba6b-492b-9aad-8b394b7a866e
2022-03-07T04:06:12.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:06:12.805Z||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-03-07T04:06:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:22.349Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:06:23.561Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3b9affbc-ba6b-492b-9aad-8b394b7a866e/model-vers/model-ver/bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80?depth=0
2022-03-07T04:06:23.686Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-07T04:06:24.334Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b9affbc-ba6b-492b-9aad-8b394b7a866e/model-vers/model-ver/bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80?depth=0|INFO|500||Invoke
2022-03-07T04:06:24.347Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b9affbc-ba6b-492b-9aad-8b394b7a866e/model-vers/model-ver/bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b9affbc-ba6b-492b-9aad-8b394b7a866e/model-vers/model-ver/bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f7699eaf-2eda-472f-8802-5d867b8c7d5b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3bceea6f-1ba5-4fc1-bcf5-0750ed4e68ca], X-ECOMP-RequestID=[f7699eaf-2eda-472f-8802-5d867b8c7d5b], X-TransactionId=[], X-ONAP-RequestID=[f7699eaf-2eda-472f-8802-5d867b8c7d5b], Content-Type=[application/merge-patch+json]}
2022-03-07T04:06:24.527Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b9affbc-ba6b-492b-9aad-8b394b7a866e/model-vers/model-ver/bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-07T04:06:24.914Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b9affbc-ba6b-492b-9aad-8b394b7a866e/model-vers/model-ver/bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80?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/3b9affbc-ba6b-492b-9aad-8b394b7a866e/model-vers/model-ver/bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220307-04:06:25:353-99160], vertex-id=[327680], Content-Length=[0], Date=[Mon, 07 Mar 2022 04:06:25 GMT], Content-Type=[application/json]}
2022-03-07T04:06:24.916Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b9affbc-ba6b-492b-9aad-8b394b7a866e/model-vers/model-ver/bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-07T04:06:24.917Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b9affbc-ba6b-492b-9aad-8b394b7a866e/model-vers/model-ver/bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80?depth=0|INFO|500||InvokeReturn
2022-03-07T04:06:24.923Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-07T04:06:24.923Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-07T04:06:24.932Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-07T04:06:24.933Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f7699eaf-2eda-472f-8802-5d867b8c7d5b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-07T04:06:24.935Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-07T04:06:24.936Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:24.939Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:24.940Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625984934,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:06:25.041Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:25.042Z||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-03-07T04:06:25.042Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:25.073Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:06:25.074Z||pool-18-thread-1|||||INFO|500||cambria reply ok (33 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-03-07T04:06:25.957Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:06:25.957Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"2c092dba-709e-4fe4-a270-dd0b3544b35a","serviceName":"basic_onboard_dhwXxh","serviceVersion":"1.0","serviceUUID":"85836f4b-caa5-40b4-bc51-4a0c6d06ca8f","serviceDescription":"service","serviceInvariantUUID":"c9ae2d30-284c-4661-9c3a-688f19df4ae6","resources":[{"resourceInstanceName":"basic_onboard_dhwXxh 0","resourceName":"basic_onboard_dhwXxh","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d5a2f3c-b0c1-465a-8399-0f915320e292","resourceInvariantUUID":"d36dc598-7f1b-4eb3-b792-330fe379f19c","resourceCustomizationUUID":"94d61839-9fd4-4cab-908b-92258bedd226","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vf-license-model.xml","artifactChecksum":"MjUwNDBlYjQ1Y2QwMTc3MjhkYzczOTQ4NDM2NWQwOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d32fbbb-de0a-4753-bf3d-f646e5698a26","artifactVersion":"1"},{"artifactName":"basic_onboard_dhwxxh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json","artifactChecksum":"MDM0N2M0OTAwYjAzOWY0ZmRiNGI3MjBkNjE1NGFkOGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"15987e63-b047-434e-977b-0664482fd673","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"456079f7-12b2-46b9-9b26-ed1ef2395474","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b32072cf-c766-4d68-a4f0-293f09e1aeac","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3c2e6b77-0462-46f6-99d9-faabf56e20c6","artifactVersion":"2","generatedFromUUID":"456079f7-12b2-46b9-9b26-ed1ef2395474"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDhwxxh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-template.yml","artifactChecksum":"MjNlNjgxMzM3ZDA0MmMxOTE1YWJlZDU2ODM5MTMyNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f333e055-cf96-4ea9-859e-daac5397cf4f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDhwxxh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar","artifactChecksum":"ODU5ZGNiYWViMjQ3Mzg2MmRhYWYyMzFlZDgxMmE0OTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4bc734f2-30b5-47e0-97e8-9fc302cf9868","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-07T04:06:25.958Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:06:25.959Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:25.961Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:25.962Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:06:26.062Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:26.063Z||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-03-07T04:06:26.063Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:26.076Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:06:26.077Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:26.962Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:06:26.964Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:26.966Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:26.967Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
"status": "NOTIFIED"
}
2022-03-07T04:06:27.067Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:06:27.068Z||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-03-07T04:06:27.068Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:27.085Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:06:27.086Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:27.967Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:06:27.969Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:27.971Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:27.971Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-07T04:06:28.072Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:28.073Z||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-03-07T04:06:28.073Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:28.088Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:06:28.089Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:28.972Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:06:28.974Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:28.977Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:28.977Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:06:29.078Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-07T04:06:29.079Z||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-03-07T04:06:29.079Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:29.094Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:06:29.094Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:06:29.978Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:06:29.980Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:29.982Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:29.982Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-07T04:06:30.082Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:30.083Z||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-03-07T04:06:30.084Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:30.097Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:06:30.098Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:30.983Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:06:30.984Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:30.986Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:30.987Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:06:31.087Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:31.088Z||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-03-07T04:06:31.089Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:31.104Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:06:31.105Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:31.987Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:06:31.988Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:31.991Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:31.991Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:06:32.091Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:32.092Z||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-03-07T04:06:32.092Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:32.104Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:06:32.105Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:32.993Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"serviceName": "basic_onboard_dhwXxh",
"serviceVersion": "1.0",
"serviceUUID": "85836f4b-caa5-40b4-bc51-4a0c6d06ca8f",
"serviceDescription": "service",
"serviceInvariantUUID": "c9ae2d30-284c-4661-9c3a-688f19df4ae6",
"resources": [
{
"resourceInstanceName": "basic_onboard_dhwXxh 0",
"resourceCustomizationUUID": "94d61839-9fd4-4cab-908b-92258bedd226",
"resourceName": "basic_onboard_dhwXxh",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3d5a2f3c-b0c1-465a-8399-0f915320e292",
"resourceInvariantUUID": "d36dc598-7f1b-4eb3-b792-330fe379f19c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_dhwxxh0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
"artifactChecksum": "MDM0N2M0OTAwYjAzOWY0ZmRiNGI3MjBkNjE1NGFkOGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "15987e63-b047-434e-977b-0664482fd673",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "456079f7-12b2-46b9-9b26-ed1ef2395474",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3c2e6b77-0462-46f6-99d9-faabf56e20c6",
"generatedFromUUID": "456079f7-12b2-46b9-9b26-ed1ef2395474"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3c2e6b77-0462-46f6-99d9-faabf56e20c6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDhwxxh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"artifactChecksum": "ODU5ZGNiYWViMjQ3Mzg2MmRhYWYyMzFlZDgxMmE0OTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4bc734f2-30b5-47e0-97e8-9fc302cf9868"
}
],
"workloadContext": "Production"
}
2022-03-07T04:06:32.993Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-07T04:06:32.994Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 85836f4b-caa5-40b4-bc51-4a0c6d06ca8f ASDC
2022-03-07T04:06:32.994Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:2c092dba-709e-4fe4-a270-dd0b3544b35a
ServiceName:basic_onboard_dhwXxh
ServiceVersion:1.0
ServiceUUID:85836f4b-caa5-40b4-bc51-4a0c6d06ca8f
ServiceInvariantUUID:c9ae2d30-284c-4661-9c3a-688f19df4ae6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDhwxxh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar
ArtifactUUID:4bc734f2-30b5-47e0-97e8-9fc302cf9868
ArtifactChecksum:ODU5ZGNiYWViMjQ3Mzg2MmRhYWYyMzFlZDgxMmE0OTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_dhwXxh 0
ResourceCustomizationUUID:94d61839-9fd4-4cab-908b-92258bedd226
ResourceInvariantUUID:d36dc598-7f1b-4eb3-b792-330fe379f19c
ResourceName:basic_onboard_dhwXxh
ResourceType:VF
ResourceUUID:3d5a2f3c-b0c1-465a-8399-0f915320e292
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dhwxxh0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json
ArtifactUUID:15987e63-b047-434e-977b-0664482fd673
ArtifactChecksum:MDM0N2M0OTAwYjAzOWY0ZmRiNGI3MjBkNjE1NGFkOGI=
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/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml
ArtifactUUID:456079f7-12b2-46b9-9b26-ed1ef2395474
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/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env
ArtifactUUID:3c2e6b77-0462-46f6-99d9-faabf56e20c6
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/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env
ArtifactUUID:3c2e6b77-0462-46f6-99d9-faabf56e20c6
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-07T04:06:32.994Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85836f4b-caa5-40b4-bc51-4a0c6d06ca8f 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-03-07T04:06:33.029Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:06:33.030Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:06:33.031Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:06:33.031Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4bc734f2-30b5-47e0-97e8-9fc302cf9868 from URL: /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:33.031Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:06:33.031Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:34.401Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:06:34.405Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar 4bc734f2-30b5-47e0-97e8-9fc302cf9868 71563
2022-03-07T04:06:34.406Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar ASDC sendASDCNotification
2022-03-07T04:06:34.406Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:34.406Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:06:34.407Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:34.409Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:34.409Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625994405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:06:34.509Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:34.510Z||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-03-07T04:06:34.511Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:34.524Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:06:34.525Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:35.410Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:06:35.412Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:06:35.412Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 4bc734f2-30b5-47e0-97e8-9fc302cf9868, URL: /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar to file: /app/ASDC/1/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:35.413Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:35.413Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:35.414Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:35.630Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1384437697504942973/Definitions/service-BasicOnboardDhwxxh-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-07T04:06:37.177Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-07T04:06:37.178Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:06:37.178Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:37.178Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-07T04:06:37.178Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:37.178Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:37.178Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:37.179Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_dhwXxh 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:37.179Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:37.179Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:37.179Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:37.179Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:37.179Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:37.179Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:06:37.180Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:37.180Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:37.180Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is matching search criteria
2022-03-07T04:06:37.180Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:06:37.181Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_dhwXxh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:06:37.181Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:37.181Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:37.181Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is matching search criteria
2022-03-07T04:06:37.181Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:06:37.182Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_dhwXxh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:06:37.182Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:37.182Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:37.182Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:37.182Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is not matching search criteria
2022-03-07T04:06:37.182Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-07T04:06:37.183Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-07T04:06:37.183Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-07T04:06:37.183Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-07T04:06:37.183Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-07T04:06:37.183Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:37.184Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-07T04:06:37.184Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:37.184Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is matching search criteria
2022-03-07T04:06:37.184Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_dhwXxh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:06:37.185Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:37.185Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is matching search criteria
2022-03-07T04:06:37.185Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_dhwXxh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:06:37.185Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:37.185Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is matching search criteria
2022-03-07T04:06:37.186Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_dhwXxh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:06:37.186Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:37.186Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is not matching search criteria
2022-03-07T04:06:37.186Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-07T04:06:37.186Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-07T04:06:37.187Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c03a6068-35f9-4cd3-970b-15d09a30367b
2022-03-07T04:06:37.187Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:37.187Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:37.187Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:37.187Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:37.187Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:37.188Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:37.188Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:37.188Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:37.188Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_dhwXxh
Description:service
Model UUID:85836f4b-caa5-40b4-bc51-4a0c6d06ca8f
Model Version:NULL
Model InvariantUuid:c9ae2d30-284c-4661-9c3a-688f19df4ae6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_dhwXxh
Model UUID:81b2e86f-1b4a-41ca-9135-8f93aa12eb80
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d36dc598-7f1b-4eb3-b792-330fe379f19c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:94d61839-9fd4-4cab-908b-92258bedd226
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bbad5055-957c-47ee-b118-5a551978c9c2
ModelName:BasicOnboardDhwxxh..base_ubuntu18..module-0
ModelUuid:5e58e50d-87cc-4215-9a60-2ea152012fff
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c03a6068-35f9-4cd3-970b-15d09a30367b
ModelInvariantUuid:9d36c025-19b4-488d-80ff-23410eca7012
ModelName:basic_onboard_dhwXxh-nodes.ubuntu18Cvfc
ModelUuid:da97acae-d30c-45bd-929f-54da88160ad1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:2765d1b6-450e-484f-a883-f0e1881b22b6
ModelInvariantUuid:6a96ce07-17f0-4c0f-b481-8c2301332df3
ModelName:BasicOnboardDhwxxh.compute.nodes.heat.ubuntu18
ModelUuid:3b9b3d27-5aa1-4732-ba47-bd5eb9ae30dd
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-03-07T04:06:37.196Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d5a2f3c-b0c1-465a-8399-0f915320e292
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-03-07T04:06:37.201Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||basic_onboard_dhwXxh 0
2022-03-07T04:06:37.201Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d5a2f3c-b0c1-465a-8399-0f915320e292
2022-03-07T04:06:37.201Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 15987e63-b047-434e-977b-0664482fd673 from URL: /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json
2022-03-07T04:06:37.201Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:06:37.201Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json
2022-03-07T04:06:37.527Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:06:37.527Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json 15987e63-b047-434e-977b-0664482fd673 798
2022-03-07T04:06:37.528Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json ASDC sendASDCNotification
2022-03-07T04:06:37.528Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json
2022-03-07T04:06:37.528Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:06:37.528Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:37.532Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:37.532Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625997527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:06:37.632Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:37.634Z||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-03-07T04:06:37.634Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:37.654Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:06:37.655Z||pool-27-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:38.533Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDhwxxh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "bbad5055-957c-47ee-b118-5a551978c9c2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5e58e50d-87cc-4215-9a60-2ea152012fff",
"vfModuleModelCustomizationUUID": "3b200616-fc97-434c-bc9f-cc79841327fe",
"isBase": true,
"artifacts": [
"456079f7-12b2-46b9-9b26-ed1ef2395474",
"3c2e6b77-0462-46f6-99d9-faabf56e20c6"
],
"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-03-07T04:06:38.539Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDhwxxh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e58e50d-87cc-4215-9a60-2ea152012fff
VfModuleModelInvariantUUID:bbad5055-957c-47ee-b118-5a551978c9c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
456079f7-12b2-46b9-9b26-ed1ef2395474
,
3c2e6b77-0462-46f6-99d9-faabf56e20c6
}
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-03-07T04:06:38.542Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDhwxxh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "bbad5055-957c-47ee-b118-5a551978c9c2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5e58e50d-87cc-4215-9a60-2ea152012fff",
"vfModuleModelCustomizationUUID": "3b200616-fc97-434c-bc9f-cc79841327fe",
"isBase": true,
"artifacts": [
"456079f7-12b2-46b9-9b26-ed1ef2395474",
"3c2e6b77-0462-46f6-99d9-faabf56e20c6"
],
"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-03-07T04:06:38.543Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDhwxxh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e58e50d-87cc-4215-9a60-2ea152012fff
VfModuleModelInvariantUUID:bbad5055-957c-47ee-b118-5a551978c9c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
456079f7-12b2-46b9-9b26-ed1ef2395474
,
3c2e6b77-0462-46f6-99d9-faabf56e20c6
}
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-03-07T04:06:38.543Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 456079f7-12b2-46b9-9b26-ed1ef2395474 from URL: /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml
2022-03-07T04:06:38.543Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:06:38.544Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml
2022-03-07T04:06:38.911Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:06:38.912Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml 456079f7-12b2-46b9-9b26-ed1ef2395474 5033
2022-03-07T04:06:38.912Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-07T04:06:38.913Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml
2022-03-07T04:06:38.913Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:06:38.913Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:38.916Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:38.916Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625998912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:06:39.016Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:39.017Z||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-03-07T04:06:39.017Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:39.032Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:06:39.032Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:39.917Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3c2e6b77-0462-46f6-99d9-faabf56e20c6 from URL: /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env
2022-03-07T04:06:39.922Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:06:39.923Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env
2022-03-07T04:06:40.305Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:06:40.306Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env 3c2e6b77-0462-46f6-99d9-faabf56e20c6 909
2022-03-07T04:06:40.306Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-07T04:06:40.306Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env
2022-03-07T04:06:40.306Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:06:40.307Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:40.309Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:40.309Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626000306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:06:40.409Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:40.411Z||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-03-07T04:06:40.411Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:40.422Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:06:40.423Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:41.310Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 85836f4b-caa5-40b4-bc51-4a0c6d06ca8f
2022-03-07T04:06:41.311Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_dhwXxh 0 3d5a2f3c-b0c1-465a-8399-0f915320e292 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-03-07T04:06:41.327Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f04ac9d, org.onap.sdc.toscaparser.api.parameters.Input@4df5e932, org.onap.sdc.toscaparser.api.parameters.Input@d28c9d0, org.onap.sdc.toscaparser.api.parameters.Input@18dba0a4, org.onap.sdc.toscaparser.api.parameters.Input@62c19766]
2022-03-07T04:06:41.330Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:41.330Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:41.330Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-03-07T04:06:41.331Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 94d61839-9fd4-4cab-908b-92258bedd226
2022-03-07T04:06:41.331Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 94d61839-9fd4-4cab-908b-92258bedd226 matches Tosca VF Customization UUID: 94d61839-9fd4-4cab-908b-92258bedd226
2022-03-07T04:06:41.331Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 94d61839-9fd4-4cab-908b-92258bedd226 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-03-07T04:06:41.334Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:41.334Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:41.336Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 94d61839-9fd4-4cab-908b-92258bedd226: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-07T04:06:41.336Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ea926bd
2022-03-07T04:06:41.337Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:41.337Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-07T04:06:41.337Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3b200616-fc97-434c-bc9f-cc79841327fe
2022-03-07T04:06:41.337Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3b200616-fc97-434c-bc9f-cc79841327fe
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-03-07T04:06:41.341Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:41.341Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is matching search criteria
2022-03-07T04:06:41.341Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_dhwXxh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:06:41.342Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:41.342Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is matching search criteria
2022-03-07T04:06:41.343Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_dhwXxh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:06:41.343Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:41.343Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is not matching search criteria
2022-03-07T04:06:41.344Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-07T04:06:41.344Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-07T04:06:41.344Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c03a6068-35f9-4cd3-970b-15d09a30367b
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-03-07T04:06:41.348Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:41.348Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is matching search criteria
2022-03-07T04:06:41.348Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_dhwXxh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:06:41.349Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:41.349Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is matching search criteria
2022-03-07T04:06:41.349Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_dhwXxh 0] matching following query criteria: sdcType=VF, customizationUUID=94d61839-9fd4-4cab-908b-92258bedd226
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-03-07T04:06:41.352Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:41.352Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:41.353Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 85836f4b-caa5-40b4-bc51-4a0c6d06ca8f: basic_onboard_dhwXxh
2022-03-07T04:06:41.353Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:41.353Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:41.354Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:41.354Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:41.354Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:41.355Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:41.355Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:41.355Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:41.356Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:06:41.356Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:41.356Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_dhwXxh
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-03-07T04:06:41.453Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_dhwXxh 3d5a2f3c-b0c1-465a-8399-0f915320e292 1 ASDC deployResourceStructure
2022-03-07T04:06:41.454Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json ASDC sendASDCNotification
2022-03-07T04:06:41.454Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json
2022-03-07T04:06:41.454Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:06:41.455Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:41.457Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:41.457Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626001454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-07T04:06:41.557Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:41.558Z||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-03-07T04:06:41.559Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:41.571Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:06:41.572Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:42.458Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-07T04:06:42.459Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml
2022-03-07T04:06:42.459Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:06:42.460Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:42.462Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:42.462Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626002458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-07T04:06:42.562Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:42.563Z||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-03-07T04:06:42.564Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:42.586Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:06:42.587Z||pool-31-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:06:43.463Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-07T04:06:43.464Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env
2022-03-07T04:06:43.464Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:06:43.465Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:43.468Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:43.468Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626003463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-07T04:06:43.568Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:06:43.569Z||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-03-07T04:06:43.570Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:43.590Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:06:43.591Z||pool-32-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:06:44.469Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar ASDC sendASDCNotification
2022-03-07T04:06:44.470Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:44.470Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:06:44.471Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:44.473Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:44.473Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626004469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T04:06:44.573Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:44.574Z||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-03-07T04:06:44.574Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:44.588Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:06:44.589Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:45.474Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c092dba-709e-4fe4-a270-dd0b3544b35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:06:45.485Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c092dba-709e-4fe4-a270-dd0b3544b35a
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-03-07T04:06:45.489Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:06:45.490Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-07T04:06:45.490Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-07T04:06:45.490Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-07T04:06:45.490Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T04:06:45.490Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T04:06:45.490Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T04:06:45.491Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T04:06:45.491Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T04:06:45.491Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T04:06:45.491Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-07T04:06:45.496Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-07T04:07:12.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:07:12.806Z||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-03-07T04:07:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:07:13.428Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:07:13.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625984934,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:07:13.433Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:07:13.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:07:13.433Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:07:13.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
"status": "NOTIFIED"
}
2022-03-07T04:07:13.434Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:07:13.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-07T04:07:13.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:07:13.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:07:13.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:07:13.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-07T04:07:13.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:07:13.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:07:13.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:07:13.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625732801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:07:13.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-07T04:07:13.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625994405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:07:13.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:07:13.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625997527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:07:13.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:07:13.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646625998912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:07:13.440Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:07:13.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626000306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:07:13.441Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:07:13.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626001454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-07T04:07:13.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:07:13.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626002458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-07T04:07:13.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:07:13.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626003463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-07T04:07:13.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:07:13.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626004469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T04:07:13.444Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:07:15.497Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2c092dba-709e-4fe4-a270-dd0b3544b35a 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-03-07T04:07:15.502Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2c092dba-709e-4fe4-a270-dd0b3544b35a and serviceModelVersionId: 85836f4b-caa5-40b4-bc51-4a0c6d06ca8f
2022-03-07T04:07:15.503Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c9ae2d30-284c-4661-9c3a-688f19df4ae6
2022-03-07T04:07:15.504Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c9ae2d30-284c-4661-9c3a-688f19df4ae6/model-vers/model-ver/85836f4b-caa5-40b4-bc51-4a0c6d06ca8f?depth=0
2022-03-07T04:07:15.508Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-07T04:07:15.567Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9ae2d30-284c-4661-9c3a-688f19df4ae6/model-vers/model-ver/85836f4b-caa5-40b4-bc51-4a0c6d06ca8f?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-03-07T04:07:15.569Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9ae2d30-284c-4661-9c3a-688f19df4ae6/model-vers/model-ver/85836f4b-caa5-40b4-bc51-4a0c6d06ca8f?depth=0|INFO|500||Invoke
2022-03-07T04:07:15.603Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9ae2d30-284c-4661-9c3a-688f19df4ae6/model-vers/model-ver/85836f4b-caa5-40b4-bc51-4a0c6d06ca8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-07T04:07:15.717Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9ae2d30-284c-4661-9c3a-688f19df4ae6/model-vers/model-ver/85836f4b-caa5-40b4-bc51-4a0c6d06ca8f?depth=0|INFO|500||InvokeReturn
2022-03-07T04:07:15.718Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9ae2d30-284c-4661-9c3a-688f19df4ae6/model-vers/model-ver/85836f4b-caa5-40b4-bc51-4a0c6d06ca8f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220307-04:07:16:430-44086], vertex-id=[262224], Content-Length=[0], Date=[Mon, 07 Mar 2022 04:07:16 GMT], Content-Type=[application/json]}
2022-03-07T04:07:15.719Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-03-07T04:07:15.719Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-07T04:07:15.720Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-07T04:07:15.724Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-07T04:07:15.725Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2c092dba-709e-4fe4-a270-dd0b3544b35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-07T04:07:15.725Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-07T04:07:15.726Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:07:15.729Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:07:15.729Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626035725,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:07:15.829Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:07:15.830Z||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-03-07T04:07:15.830Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:07:15.845Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:07:15.845Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-07T04:07:16.742Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:07:16.743Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T04:07:16.743Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:07:26.984Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:07:26.986Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:07:26.987Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T04:07:26.987Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:07:36.538Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:07:36.538Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:07:36.539Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T04:07:36.539Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:07:46.081Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:07:46.082Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:07:46.083Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T04:07:46.083Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:07:55.630Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:07:55.631Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:07:55.632Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T04:07:55.633Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:08:05.193Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:08:12.801Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:08:12.802Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T04:08:12.802Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:08:12.804Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:08:12.804Z||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-03-07T04:08:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:08:13.430Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:08:13.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:08:13.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626035725,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:08:13.432Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:08:22.343Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:09:12.801Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:09:12.802Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T04:09:12.802Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:09:12.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:09:12.805Z||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-03-07T04:09:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:09:22.349Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:09:22.351Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:10:12.801Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:10:12.802Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T04:10:12.802Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:10:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:10:12.804Z||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-03-07T04:10:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:10:22.350Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:10:22.350Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:11:12.801Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:11:12.802Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T04:11:12.802Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:11:12.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:11:12.804Z||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-03-07T04:11:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:11:22.350Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:11:22.350Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:12:12.801Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:12:12.803Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T04:12:12.804Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:12:12.804Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:12:12.805Z||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-03-07T04:12:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:12:22.355Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:12:22.385Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:13:12.801Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:13:12.803Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T04:13:12.803Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:13:12.804Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:13:12.805Z||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-03-07T04:13:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:13:22.368Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:13:22.369Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:14:12.801Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:14:12.802Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T04:14:12.802Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:14:12.804Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:14:12.804Z||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-03-07T04:14:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:14:13.439Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:14:13.440Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:14:13.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646626405172,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:14:13.441Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.442Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"0d7b941e-04e9-402d-9e09-98224a1a3ab7","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"712bf01d-3cb5-4f1f-8cc9-066705a3f931","serviceDescription":"service","serviceInvariantUUID":"24161025-17c7-4a08-bb83-b9911bf72441","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7ab52ef8-7d04-4c61-98a0-444eb9e5037e","resourceInvariantUUID":"9f92465f-ed2b-41e6-8c7b-2f90636eabbd","resourceCustomizationUUID":"39db3dd9-32d9-4de1-9fe3-a7a544368bf3","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":"YjhmY2Q4MTdkODU2OGM1ZmY2Y2FjYTIzMjAzM2FjZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5c8d307-d340-4ddf-9681-cb612ac41361","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGE1MDU4MWUyN2I2Njk2NDQzMDdlZDc5NWY1YWViYTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d56111d2-f61c-48f1-8fc5-b0a04c11f832","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-07T04:14:13.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-07T04:14:13.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "aai-ml",
"timestamp": 1646626397417,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:14:13.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-07T04:14:13.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "cds",
"timestamp": 1646626398280,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:14:13.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-07T04:14:13.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646626402601,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:14:13.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-07T04:14:13.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "dcae-sch",
"timestamp": 1646626397669,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:14:13.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-07T04:14:13.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "aai-ml",
"timestamp": 1646626397417,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:14:13.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-07T04:14:13.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646626405172,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:14:13.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-07T04:14:13.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646626402601,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:14:13.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-07T04:14:13.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "cds",
"timestamp": 1646626398280,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:14:13.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-07T04:14:13.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "dcae-sch",
"timestamp": 1646626397669,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:14:13.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-07T04:14:13.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "policy-id",
"timestamp": 1646626409375,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:14:13.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-07T04:14:13.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "cds",
"timestamp": 1646626409655,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:14:13.446Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:14:13.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646626409727,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:14:13.447Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:14:13.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "aai-ml",
"timestamp": 1646626410440,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:14:13.447Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:14:13.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "policy-id",
"timestamp": 1646626409375,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:14:13.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-07T04:14:13.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "cds",
"timestamp": 1646626410665,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-03-07T04:14:13.451Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:14:13.452Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-07T04:14:13.456Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:14:13.456Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626452801,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"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=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T04:14:13.478Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0d7b941e-04e9-402d-9e09-98224a1a3ab7
2022-03-07T04:14:13.479Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d7b941e-04e9-402d-9e09-98224a1a3ab7 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-03-07T04:14:13.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1646626410400,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:14:13.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-07T04:14:13.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646626411492,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T04:14:13.495Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:14:13.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "policy-id",
"timestamp": 1646626412514,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:14:13.495Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:14:13.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1646626410400,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:14:13.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-07T04:14:13.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646626412497,
"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-03-07T04:14:13.506Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0d7b941e-04e9-402d-9e09-98224a1a3ab7
2022-03-07T04:14:13.506Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d7b941e-04e9-402d-9e09-98224a1a3ab7 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-03-07T04:14:13.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "policy-id",
"timestamp": 1646626413519,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T04:14:13.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:14:13.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "policy-id",
"timestamp": 1646626414523,
"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-03-07T04:14:13.527Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d7b941e-04e9-402d-9e09-98224a1a3ab7
2022-03-07T04:14:13.528Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d7b941e-04e9-402d-9e09-98224a1a3ab7 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-03-07T04:14:13.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "aai-ml",
"timestamp": 1646626418078,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T04:14:13.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:14:13.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "aai-ml",
"timestamp": 1646626419083,
"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-03-07T04:14:13.547Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0d7b941e-04e9-402d-9e09-98224a1a3ab7
2022-03-07T04:14:13.547Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d7b941e-04e9-402d-9e09-98224a1a3ab7 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-03-07T04:14:13.556Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:14:13.558Z||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-03-07T04:14:13.558Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:14:13.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "clamp",
"timestamp": 1646626424553,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:14:13.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-07T04:14:13.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "clamp",
"timestamp": 1646626424553,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:14:13.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-07T04:14:13.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "clamp",
"timestamp": 1646626430524,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:14:13.563Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:14:13.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "clamp",
"timestamp": 1646626432534,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T04:14:13.564Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:14:13.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "clamp",
"timestamp": 1646626433539,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-07T04:14:13.571Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:14:13.572Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:14:13.572Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0d7b941e-04e9-402d-9e09-98224a1a3ab7
2022-03-07T04:14:13.573Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d7b941e-04e9-402d-9e09-98224a1a3ab7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T04:14:14.457Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:14:14.458Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:14:14.462Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:14:14.462Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626452801,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:14:14.563Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-07T04:14:14.565Z||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-03-07T04:14:14.565Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:14:14.579Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:14:14.580Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:14:15.464Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "712bf01d-3cb5-4f1f-8cc9-066705a3f931",
"serviceDescription": "service",
"serviceInvariantUUID": "24161025-17c7-4a08-bb83-b9911bf72441",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "39db3dd9-32d9-4de1-9fe3-a7a544368bf3",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "7ab52ef8-7d04-4c61-98a0-444eb9e5037e",
"resourceInvariantUUID": "9f92465f-ed2b-41e6-8c7b-2f90636eabbd",
"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": "NGE1MDU4MWUyN2I2Njk2NDQzMDdlZDc5NWY1YWViYTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d56111d2-f61c-48f1-8fc5-b0a04c11f832"
}
],
"workloadContext": "Production"
}
2022-03-07T04:14:15.465Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-07T04:14:15.465Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 712bf01d-3cb5-4f1f-8cc9-066705a3f931 ASDC
2022-03-07T04:14:15.466Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:0d7b941e-04e9-402d-9e09-98224a1a3ab7
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:712bf01d-3cb5-4f1f-8cc9-066705a3f931
ServiceInvariantUUID:24161025-17c7-4a08-bb83-b9911bf72441
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:d56111d2-f61c-48f1-8fc5-b0a04c11f832
ArtifactChecksum:NGE1MDU4MWUyN2I2Njk2NDQzMDdlZDc5NWY1YWViYTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:39db3dd9-32d9-4de1-9fe3-a7a544368bf3
ResourceInvariantUUID:9f92465f-ed2b-41e6-8c7b-2f90636eabbd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:7ab52ef8-7d04-4c61-98a0-444eb9e5037e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-03-07T04:14:15.467Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 712bf01d-3cb5-4f1f-8cc9-066705a3f931 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-03-07T04:14:15.506Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:14:15.508Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:14:15.508Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:14:15.509Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d56111d2-f61c-48f1-8fc5-b0a04c11f832 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-07T04:14:15.509Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:14:15.509Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-07T04:14:15.667Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:14:15.672Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d56111d2-f61c-48f1-8fc5-b0a04c11f832 52489
2022-03-07T04:14:15.673Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-07T04:14:15.673Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-07T04:14:15.674Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:14:15.675Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:14:15.681Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:14:15.682Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626455673,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:14:15.781Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:14:15.783Z||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-03-07T04:14:15.783Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:14:15.798Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:14:15.799Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:14:16.683Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:14:16.685Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:14:16.686Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d56111d2-f61c-48f1-8fc5-b0a04c11f832, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-07T04:14:16.687Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-07T04:14:16.689Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-07T04:14:16.690Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-07T04:14:16.918Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP997244507025005655/Definitions/service-BasicNetwork-template.yml
2022-03-07T04:14:17.757Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-07T04:14:17.759Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:14:17.759Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-07T04:14:17.760Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-07T04:14:17.760Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:17.760Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:17.760Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:17.761Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:17.761Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-07T04:14:17.761Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:17.762Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:17.762Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:17.762Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:14:17.763Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:14:17.763Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.764Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-07T04:14:17.765Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:14:17.765Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:14:17.766Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:14:17.768Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.769Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-07T04:14:17.769Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:14:17.769Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:14:17.769Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:14:17.769Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.770Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:14:17.770Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.770Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:14:17.771Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.771Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:14:17.771Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.771Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:14:17.771Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.772Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:712bf01d-3cb5-4f1f-8cc9-066705a3f931
Model Version:NULL
Model InvariantUuid:24161025-17c7-4a08-bb83-b9911bf72441
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:9f92465f-ed2b-41e6-8c7b-2f90636eabbd
Model UUID:257f5abf-6379-4592-ad44-c6a1ac72e804
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:39db3dd9-32d9-4de1-9fe3-a7a544368bf3
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-03-07T04:14:17.781Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 7ab52ef8-7d04-4c61-98a0-444eb9e5037e
2022-03-07T04:14:17.782Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||No resources found for Service: 712bf01d-3cb5-4f1f-8cc9-066705a3f931
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-03-07T04:14:17.789Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||
2022-03-07T04:14:17.789Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-03-07T04:14:17.790Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 712bf01d-3cb5-4f1f-8cc9-066705a3f931
2022-03-07T04:14:17.790Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 712bf01d-3cb5-4f1f-8cc9-066705a3f931
2022-03-07T04:14:17.790Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-03-07T04:14:17.791Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:17.797Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@697adf5f, org.onap.sdc.toscaparser.api.parameters.Input@662ea482, org.onap.sdc.toscaparser.api.parameters.Input@482f2762, org.onap.sdc.toscaparser.api.parameters.Input@2dc154f1, org.onap.sdc.toscaparser.api.parameters.Input@127ee631]
2022-03-07T04:14:17.799Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:14:17.800Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.800Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:14:17.800Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.801Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 712bf01d-3cb5-4f1f-8cc9-066705a3f931: Generic NeutronNet
2022-03-07T04:14:17.801Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:14:17.801Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.801Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:14:17.802Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:17.862Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:14:17.863Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.864Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:14:17.864Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.865Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:14:17.865Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.866Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:17.938Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-03-07T04:14:17.939Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-07T04:14:17.939Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-07T04:14:17.939Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:14:17.940Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:14:17.942Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:14:17.943Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626457939,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T04:14:18.043Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:14:18.044Z||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-03-07T04:14:18.045Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:14:18.069Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:14:18.071Z||pool-38-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:14:18.943Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d7b941e-04e9-402d-9e09-98224a1a3ab7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:14:18.957Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d7b941e-04e9-402d-9e09-98224a1a3ab7
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-03-07T04:14:18.961Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:14:18.961Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-07T04:14:18.961Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-07T04:14:18.962Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-07T04:14:18.962Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T04:14:18.962Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T04:14:18.962Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T04:14:18.962Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T04:14:18.963Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T04:14:18.963Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T04:14:18.963Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-07T04:14:18.970Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-07T04:14:48.971Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0d7b941e-04e9-402d-9e09-98224a1a3ab7 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-03-07T04:14:48.979Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0d7b941e-04e9-402d-9e09-98224a1a3ab7 and serviceModelVersionId: 712bf01d-3cb5-4f1f-8cc9-066705a3f931
2022-03-07T04:14:48.979Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24161025-17c7-4a08-bb83-b9911bf72441
2022-03-07T04:14:48.982Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24161025-17c7-4a08-bb83-b9911bf72441/model-vers/model-ver/712bf01d-3cb5-4f1f-8cc9-066705a3f931?depth=0
2022-03-07T04:14:48.989Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-07T04:14:49.071Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24161025-17c7-4a08-bb83-b9911bf72441/model-vers/model-ver/712bf01d-3cb5-4f1f-8cc9-066705a3f931?depth=0|INFO|500||Invoke
2022-03-07T04:14:49.071Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24161025-17c7-4a08-bb83-b9911bf72441/model-vers/model-ver/712bf01d-3cb5-4f1f-8cc9-066705a3f931?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24161025-17c7-4a08-bb83-b9911bf72441/model-vers/model-ver/712bf01d-3cb5-4f1f-8cc9-066705a3f931?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0d7b941e-04e9-402d-9e09-98224a1a3ab7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[43629b63-7733-4b95-b767-67b39f3943ce], X-ECOMP-RequestID=[0d7b941e-04e9-402d-9e09-98224a1a3ab7], X-TransactionId=[], X-ONAP-RequestID=[0d7b941e-04e9-402d-9e09-98224a1a3ab7], Content-Type=[application/merge-patch+json]}
2022-03-07T04:14:49.105Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24161025-17c7-4a08-bb83-b9911bf72441/model-vers/model-ver/712bf01d-3cb5-4f1f-8cc9-066705a3f931?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-07T04:14:49.363Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24161025-17c7-4a08-bb83-b9911bf72441/model-vers/model-ver/712bf01d-3cb5-4f1f-8cc9-066705a3f931?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/24161025-17c7-4a08-bb83-b9911bf72441/model-vers/model-ver/712bf01d-3cb5-4f1f-8cc9-066705a3f931?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220307-04:14:49:963-24693], vertex-id=[213128], Content-Length=[0], Date=[Mon, 07 Mar 2022 04:14:49 GMT], Content-Type=[application/json]}
2022-03-07T04:14:49.364Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24161025-17c7-4a08-bb83-b9911bf72441/model-vers/model-ver/712bf01d-3cb5-4f1f-8cc9-066705a3f931?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-07T04:14:49.365Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24161025-17c7-4a08-bb83-b9911bf72441/model-vers/model-ver/712bf01d-3cb5-4f1f-8cc9-066705a3f931?depth=0|INFO|500||InvokeReturn
2022-03-07T04:14:49.366Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-07T04:14:49.368Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-07T04:14:49.377Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-07T04:14:49.379Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0d7b941e-04e9-402d-9e09-98224a1a3ab7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-07T04:14:49.379Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-07T04:14:49.380Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:14:49.383Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:14:49.384Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626489379,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:14:49.484Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-07T04:14:49.485Z||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-03-07T04:14:49.485Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:14:49.505Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:14:49.506Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 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-03-07T04:15:12.801Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:15:12.802Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T04:15:12.803Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:15:12.804Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:15:12.804Z||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-03-07T04:15:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:15:12.925Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:15:12.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:15:12.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626452801,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:15:12.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-07T04:15:22.360Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:16:12.801Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:16:12.802Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T04:16:12.803Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:16:12.804Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:16:12.805Z||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-03-07T04:16:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:16:13.332Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:16:13.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:16:13.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626452801,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:16:13.334Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-07T04:16:13.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:16:13.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626455673,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:16:13.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:16:13.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:16:13.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626457939,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T04:16:13.335Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:16:13.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:16:13.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626489379,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:16:13.335Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:16:22.388Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:17:12.801Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:17:12.802Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T04:17:12.802Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:17:12.804Z||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-03-07T04:17:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:12.955Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:17:13.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "clamp",
"timestamp": 1646626604552,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.211Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646626605172,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.212Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "dcae-sch",
"timestamp": 1646626597667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.213Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "aai-ml",
"timestamp": 1646626607417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "clamp",
"timestamp": 1646626604552,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646626605172,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "dcae-sch",
"timestamp": 1646626597667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "aai-ml",
"timestamp": 1646626607417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "cds",
"timestamp": 1646626608280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646626605172,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "clamp",
"timestamp": 1646626604552,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "dcae-sch",
"timestamp": 1646626597667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "policy-id",
"timestamp": 1646626609375,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "aai-ml",
"timestamp": 1646626607417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "cds",
"timestamp": 1646626608280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "clamp",
"timestamp": 1646626604552,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.234Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646626605172,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "dcae-sch",
"timestamp": 1646626597667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "policy-id",
"timestamp": 1646626609375,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "aai-ml",
"timestamp": 1646626607417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.240Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "cds",
"timestamp": 1646626608280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.241Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1646626610401,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.242Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "clamp",
"timestamp": 1646626604552,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.242Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646626605172,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.243Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "policy-id",
"timestamp": 1646626609375,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.244Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "dcae-sch",
"timestamp": 1646626597667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.245Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "aai-ml",
"timestamp": 1646626607417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.245Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "cds",
"timestamp": 1646626608280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.246Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1646626610401,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646626605172,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "policy-id",
"timestamp": 1646626609375,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.248Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "clamp",
"timestamp": 1646626604552,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.250Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "dcae-sch",
"timestamp": 1646626597667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.251Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "aai-ml",
"timestamp": 1646626607417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.253Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.253Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.253Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "cds",
"timestamp": 1646626608280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.254Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1646626610401,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.255Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646626612601,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.255Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.256Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "clamp",
"timestamp": 1646626604552,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.256Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.256Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646626605172,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "policy-id",
"timestamp": 1646626609375,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "dcae-sch",
"timestamp": 1646626597667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "aai-ml",
"timestamp": 1646626607417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "cds",
"timestamp": 1646626608280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1646626610401,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646626612601,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646626605172,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:17:13.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "clamp",
"timestamp": 1646626604552,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:17:13.283Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "policy-id",
"timestamp": 1646626609375,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.284Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "dcae-sch",
"timestamp": 1646626597667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "aai-ml",
"timestamp": 1646626607417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:17:13.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "cds",
"timestamp": 1646626608280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1646626610401,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646626612601,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "policy-id",
"timestamp": 1646626609375,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "cds",
"timestamp": 1646626608280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:17:13.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1646626610401,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-03-07T04:17:13.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "aai-ml",
"timestamp": 1646626616792,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:17:13.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:17:13.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646626612601,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "policy-id",
"timestamp": 1646626609375,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:17:13.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1646626610401,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646626612601,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1646626610401,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "cds",
"timestamp": 1646626618185,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:17:13.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:17:13.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "dcae-sch",
"timestamp": 1646626617667,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646626612601,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "policy-id",
"timestamp": 1646626619281,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:17:13.297Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:17:13.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "cds",
"timestamp": 1646626619197,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-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-03-07T04:17:13.314Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9a383183-f1e8-45ae-abe8-d68db1c902e7
2022-03-07T04:17:13.314Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a383183-f1e8-45ae-abe8-d68db1c902e7 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-03-07T04:17:13.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "dcae-sch",
"timestamp": 1646626617667,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646626612601,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "policy-id",
"timestamp": 1646626620287,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T04:17:13.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:17:13.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1646626619907,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:17:13.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:17:13.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "dcae-sch",
"timestamp": 1646626617667,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646626612601,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:17:13.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "policy-id",
"timestamp": 1646626621290,
"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-03-07T04:17:13.342Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9a383183-f1e8-45ae-abe8-d68db1c902e7
2022-03-07T04:17:13.342Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a383183-f1e8-45ae-abe8-d68db1c902e7 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-03-07T04:17:13.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1646626621142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-03-07T04:17:13.352Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:17:13.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "dcae-sch",
"timestamp": 1646626617667,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646626621773,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:17:13.352Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:17:13.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1646626622147,
"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-03-07T04:17:13.358Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 9a383183-f1e8-45ae-abe8-d68db1c902e7
2022-03-07T04:17:13.359Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a383183-f1e8-45ae-abe8-d68db1c902e7 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-03-07T04:17:13.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "dcae-sch",
"timestamp": 1646626617667,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "clamp",
"timestamp": 1646626623558,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:17:13.371Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:17:13.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "dcae-sch",
"timestamp": 1646626617667,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "cds",
"timestamp": 1646626623280,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646626624221,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T04:17:13.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:17:13.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "dcae-sch",
"timestamp": 1646626617667,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "cds",
"timestamp": 1646626623280,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "clamp",
"timestamp": 1646626625567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T04:17:13.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:17:13.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646626625227,
"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-03-07T04:17:13.382Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9a383183-f1e8-45ae-abe8-d68db1c902e7
2022-03-07T04:17:13.382Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a383183-f1e8-45ae-abe8-d68db1c902e7 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-03-07T04:17:13.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "dcae-sch",
"timestamp": 1646626617667,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646626625172,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "cds",
"timestamp": 1646626623280,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "clamp",
"timestamp": 1646626626571,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-07T04:17:13.403Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9a383183-f1e8-45ae-abe8-d68db1c902e7
2022-03-07T04:17:13.404Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a383183-f1e8-45ae-abe8-d68db1c902e7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T04:17:13.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "dcae-sch",
"timestamp": 1646626617667,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.412Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "aai-ml",
"timestamp": 1646626626941,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T04:17:13.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:17:13.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646626625172,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-03-07T04:17:13.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "cds",
"timestamp": 1646626623280,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
"consumerID": "dcae-sch",
"timestamp": 1646626617667,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "aai-ml",
"timestamp": 1646626627946,
"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-03-07T04:17:13.418Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9a383183-f1e8-45ae-abe8-d68db1c902e7
2022-03-07T04:17:13.419Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a383183-f1e8-45ae-abe8-d68db1c902e7 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-03-07T04:17:13.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646626625172,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-03-07T04:17:13.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "cds",
"timestamp": 1646626623280,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
"consumerID": "dcae-sch",
"timestamp": 1646626617667,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646626625172,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-03-07T04:17:13.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "cds",
"timestamp": 1646626623280,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
"consumerID": "dcae-sch",
"timestamp": 1646626617667,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "policy-id",
"timestamp": 1646626629375,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646626625172,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-03-07T04:17:13.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "cds",
"timestamp": 1646626623280,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
"consumerID": "dcae-sch",
"timestamp": 1646626617667,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "policy-id",
"timestamp": 1646626629375,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646626625172,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "cds",
"timestamp": 1646626623280,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "ves-openapi-manager",
"timestamp": 1646626630400,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
"consumerID": "dcae-sch",
"timestamp": 1646626617667,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "policy-id",
"timestamp": 1646626629375,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646626625172,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-03-07T04:17:13.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "cds",
"timestamp": 1646626623280,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:17:13.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "ves-openapi-manager",
"timestamp": 1646626630400,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
"consumerID": "dcae-sch",
"timestamp": 1646626617667,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "policy-id",
"timestamp": 1646626629375,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646626625172,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T04:17:13.461Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:17:13.462Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.462Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9a383183-f1e8-45ae-abe8-d68db1c902e7","serviceName":"Demo_pNF_yROW0GDTy95bHQlpvh0s","serviceVersion":"1.0","serviceUUID":"f2e00f4a-535f-465c-8db7-cb1e699c3ab1","serviceDescription":"catalog service description","serviceInvariantUUID":"63c8dedb-01ca-4212-a421-7b2eb17a02da","resources":[{"resourceInstanceName":"pNF 53782dd4-3875 0","resourceName":"pNF 53782dd4-3875","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ea8d7d94-68fe-49d7-ae6a-6fce8a8b632c","resourceInvariantUUID":"f7d1f693-3587-4321-9219-a5eacd1f30cc","resourceCustomizationUUID":"0ae64015-b698-4e56-9677-9816e01537e4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vf-license-model.xml","artifactChecksum":"ZTNkNTE1YzkwMWM1NWNkZmVkOTRhODE2MGY1OWI5ODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"078b13ab-8375-4b34-8358-0a85a718edd3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/pNF.csar","artifactChecksum":"OTVjNDExNDUzNjhlNjlkZWMxZWU3MjY3M2Q1MGRjMTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5e10361d-f229-4730-9970-39779b010403","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8b0f9a2e-b7a6-4df2-880e-8a8b5e38f182","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vendor-license-model.xml","artifactChecksum":"MWU3MmQ2OWI3NmQzODRmMzdmOTAzNTc3Zjg5YTFmN2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"10e7d728-dc12-4d5b-a089-cbba77dfa1f7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51f34dc3-d890-4baa-b69a-e7d5335b6e28","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f8a92835-6f80-41b1-b06e-1d0270138c7b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml","artifactChecksum":"YjQ0MTg0YzU4ZDUwY2M4YzA5ZWE2MmQ2Y2JjYzRlNDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"999103a3-9543-46a0-997f-ca1499a37a94","artifactVersion":"1"},{"artifactName":"service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar","artifactChecksum":"OGIyMTM2ZmZhMGMwNGYyMGM5ZDY2YjNmYTJjZDdhOTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"46d1e6d6-060f-46dc-8181-f64051981ad8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-07T04:17:13.465Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:17:13.465Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:13.467Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:13.467Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626632801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.568Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-07T04:17:13.570Z||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-03-07T04:17:13.570Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:13.584Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:17:13.585Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:17:14.468Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:17:14.469Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:14.471Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:14.471Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626632801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:14.572Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-07T04:17:14.574Z||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-03-07T04:17:14.574Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:14.589Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:17:14.590Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:17:15.472Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:17:15.473Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:15.483Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:15.483Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626632801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:15.583Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:17:15.584Z||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-03-07T04:17:15.584Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:15.597Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:17:15.597Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:17:16.483Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:17:16.484Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:16.487Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:16.487Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626632801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:16.587Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:17:16.589Z||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-03-07T04:17:16.589Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:16.600Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:17:16.601Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:17:17.488Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:17:17.490Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:17.492Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:17.493Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626632801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:17.593Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:17:17.594Z||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-03-07T04:17:17.594Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:17.607Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:17:17.608Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:17:18.493Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:17:18.495Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:18.497Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:18.498Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626632801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:18.598Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:17:18.599Z||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-03-07T04:17:18.599Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:18.614Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:17:18.614Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:17:19.499Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:17:19.500Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:19.513Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:19.513Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626632801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T04:17:19.605Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-03-07T04:17:19.606Z||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-03-07T04:17:19.607Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:19.621Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:17:19.622Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:17:20.516Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:17:20.517Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:20.519Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:20.520Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626632801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T04:17:20.620Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:17:20.623Z||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-03-07T04:17:20.624Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:20.647Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:17:20.648Z||pool-47-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:17:21.523Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"serviceName": "Demo_pNF_yROW0GDTy95bHQlpvh0s",
"serviceVersion": "1.0",
"serviceUUID": "f2e00f4a-535f-465c-8db7-cb1e699c3ab1",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "63c8dedb-01ca-4212-a421-7b2eb17a02da",
"resources": [
{
"resourceInstanceName": "pNF 53782dd4-3875 0",
"resourceCustomizationUUID": "0ae64015-b698-4e56-9677-9816e01537e4",
"resourceName": "pNF 53782dd4-3875",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "ea8d7d94-68fe-49d7-ae6a-6fce8a8b632c",
"resourceInvariantUUID": "f7d1f693-3587-4321-9219-a5eacd1f30cc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
"artifactChecksum": "OGIyMTM2ZmZhMGMwNGYyMGM5ZDY2YjNmYTJjZDdhOTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "46d1e6d6-060f-46dc-8181-f64051981ad8"
}
],
"workloadContext": "Production"
}
2022-03-07T04:17:21.523Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-07T04:17:21.523Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f2e00f4a-535f-465c-8db7-cb1e699c3ab1 ASDC
2022-03-07T04:17:21.524Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:9a383183-f1e8-45ae-abe8-d68db1c902e7
ServiceName:Demo_pNF_yROW0GDTy95bHQlpvh0s
ServiceVersion:1.0
ServiceUUID:f2e00f4a-535f-465c-8db7-cb1e699c3ab1
ServiceInvariantUUID:63c8dedb-01ca-4212-a421-7b2eb17a02da
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
ArtifactUUID:46d1e6d6-060f-46dc-8181-f64051981ad8
ArtifactChecksum:OGIyMTM2ZmZhMGMwNGYyMGM5ZDY2YjNmYTJjZDdhOTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 53782dd4-3875 0
ResourceCustomizationUUID:0ae64015-b698-4e56-9677-9816e01537e4
ResourceInvariantUUID:f7d1f693-3587-4321-9219-a5eacd1f30cc
ResourceName:pNF 53782dd4-3875
ResourceType:PNF
ResourceUUID:ea8d7d94-68fe-49d7-ae6a-6fce8a8b632c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-03-07T04:17:21.524Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f2e00f4a-535f-465c-8db7-cb1e699c3ab1 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-03-07T04:17:21.554Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:17:21.555Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:17:21.555Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:17:21.555Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 46d1e6d6-060f-46dc-8181-f64051981ad8 from URL: /sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:21.556Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:17:21.556Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:22.024Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:17:22.041Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar 46d1e6d6-060f-46dc-8181-f64051981ad8 82627
2022-03-07T04:17:22.042Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar ASDC sendASDCNotification
2022-03-07T04:17:22.047Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:22.048Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:17:22.048Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:22.051Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:22.052Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646626642041,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T04:17:22.152Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:17:22.153Z||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-03-07T04:17:22.153Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:22.167Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T04:17:22.168Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:17:23.053Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:17:23.055Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:17:23.055Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 46d1e6d6-060f-46dc-8181-f64051981ad8, URL: /sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar to file: /app/ASDC/1/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:23.056Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:23.056Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:23.057Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:23.173Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3596071820763279679/Definitions/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml
2022-03-07T04:17:24.176Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-07T04:17:24.177Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:17:24.177Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:24.177Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-07T04:17:24.177Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 53782dd4-3875 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-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:24.178Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||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-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:24.178Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:24.178Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||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-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:24.178Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:24.178Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:24.178Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:24.178Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:17:24.179Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:17:24.179Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_yROW0GDTy95bHQlpvh0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:17:24.179Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Node template pNF 53782dd4-3875 0 is matching search criteria
2022-03-07T04:17:24.180Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:17:24.180Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 53782dd4-3875 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:17:24.180Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:17:24.181Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_yROW0GDTy95bHQlpvh0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:17:24.181Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Node template pNF 53782dd4-3875 0 is matching search criteria
2022-03-07T04:17:24.181Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:17:24.181Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 53782dd4-3875 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:17:24.181Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:17:24.182Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_yROW0GDTy95bHQlpvh0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:17:24.182Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:17:24.182Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_yROW0GDTy95bHQlpvh0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:17:24.182Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:17:24.183Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_yROW0GDTy95bHQlpvh0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:17:24.183Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:17:24.183Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_yROW0GDTy95bHQlpvh0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:17:24.183Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:17:24.184Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_yROW0GDTy95bHQlpvh0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:17:24.184Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_yROW0GDTy95bHQlpvh0s
Description:catalog service description
Model UUID:f2e00f4a-535f-465c-8db7-cb1e699c3ab1
Model Version:NULL
Model InvariantUuid:63c8dedb-01ca-4212-a421-7b2eb17a02da
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-03-07T04:17:24.191Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: ea8d7d94-68fe-49d7-ae6a-6fce8a8b632c
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-03-07T04:17:24.194Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||pNF 53782dd4-3875 0
2022-03-07T04:17:24.195Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ea8d7d94-68fe-49d7-ae6a-6fce8a8b632c
2022-03-07T04:17:24.195Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||No resources found for Service: f2e00f4a-535f-465c-8db7-cb1e699c3ab1
2022-03-07T04:17:24.195Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: f2e00f4a-535f-465c-8db7-cb1e699c3ab1
2022-03-07T04:17:24.195Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 53782dd4-3875 0 ea8d7d94-68fe-49d7-ae6a-6fce8a8b632c 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-03-07T04:17:24.200Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@477c057, org.onap.sdc.toscaparser.api.parameters.Input@7e896734, org.onap.sdc.toscaparser.api.parameters.Input@1ae8878f, org.onap.sdc.toscaparser.api.parameters.Input@77c0925d, org.onap.sdc.toscaparser.api.parameters.Input@4d8f818a]
2022-03-07T04:17:24.200Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T04:17:24.201Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_yROW0GDTy95bHQlpvh0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:17:24.201Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid f2e00f4a-535f-465c-8db7-cb1e699c3ab1: pNF 53782dd4-3875
2022-03-07T04:17:24.201Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||Processing PNF resource: ea8d7d94-68fe-49d7-ae6a-6fce8a8b632c
2022-03-07T04:17:24.202Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery