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)
2021-10-22T02:00:03.761Z||main|||||INFO|500||The following profiles are active: basic
2021-10-22T02:00:15.722Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-22T02:00:15.723Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-22T02:00:15.868Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-22T02:00:18.871Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-22T02:00:19.100Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-22T02:00:19.638Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-22T02:00:19.648Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-22T02:00:19.744Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-22T02:00:19.910Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-22T02:00:20.387Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-22T02:00:21.515Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-22T02:00:23.786Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-22T02:00:23.841Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-22T02:00:24.631Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-22T02:00:24.874Z||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.
2021-10-22T02:00:26.569Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-22T02:00:27.791Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-10-22T02:00:27.820Z||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$$f92bdff0.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)
2021-10-22T02:00:27.821Z||main|||||WARN|500||The sdc end point is not alive
2021-10-22T02:00:31.500Z||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
2021-10-22T02:00:34.944Z||main|||||WARN|500||---
2021-10-22T02:00:34.945Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-22T02:00:34.945Z||main|||||WARN|500||---
2021-10-22T02:00:35.436Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-22T02:00:41.364Z||main|||||INFO|500||Started Application in 42.975 seconds (JVM running for 44.331)
2021-10-22T02:00:41.380Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-22T02:00:41.383Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-22T02:00:41.395Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-22T02:00:41.457Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-22T02:00:41.541Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 69e2ff85-09f8-4de2-80d8-97a72adafba8 url= /sdc/v1/artifactTypes
2021-10-22T02:00:41.541Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-22T02:00:41.804Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-22T02:00:41.852Z||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
2021-10-22T02:00:41.883Z||scheduling-1|||||DEBUG|500||create keys
2021-10-22T02:00:41.899Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-22T02:00:45.811Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:00:45.841Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 68708d72-4fd9-489b-af32-d5700c046f10 url= /sdc/v1/registerForDistribution
2021-10-22T02:00:47.075Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 68708d72-4fd9-489b-af32-d5700c046f10 url= /sdc/v1/registerForDistribution
2021-10-22T02:00:47.075Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-22T02:00:47.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:00:47.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:00:47.092Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-22T02:00:47.093Z||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.
2021-10-22T02:00:47.094Z||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.
2021-10-22T02:00:47.094Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:00:47.094Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:01:00.907Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:01:00.927Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:01:47.085Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:01:47.087Z||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.
2021-10-22T02:01:47.087Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:01:47.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:01:47.088Z||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.
2021-10-22T02:01:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:01:56.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:01:56.655Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:02:47.086Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:02:47.088Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:02:47.089Z||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.
2021-10-22T02:02:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:02:47.090Z||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.
2021-10-22T02:02:47.090Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:02:56.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:02:56.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:03:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:03:47.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:03:47.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:03:47.088Z||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.
2021-10-22T02:03:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:03:47.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:03:56.647Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:03:56.648Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:04:47.085Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:04:47.086Z||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.
2021-10-22T02:04:47.087Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:04:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:04:47.090Z||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.
2021-10-22T02:04:47.091Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:04:56.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:04:56.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:05:47.085Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:05:47.086Z||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.
2021-10-22T02:05:47.087Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:05:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:05:47.089Z||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.
2021-10-22T02:05:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:05:56.639Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:05:56.649Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:06:47.085Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:06:47.087Z||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.
2021-10-22T02:06:47.087Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:06:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:06:47.088Z||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.
2021-10-22T02:06:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:06:56.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:06:56.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:07:47.085Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:07:47.087Z||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.
2021-10-22T02:07:47.087Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:07:47.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:07:47.089Z||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.
2021-10-22T02:07:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:07:56.645Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:07:56.648Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:08:47.085Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:08:47.088Z||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.
2021-10-22T02:08:47.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:08:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:08:47.088Z||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.
2021-10-22T02:08:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:08:56.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:08:56.643Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:09:47.085Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:09:47.086Z||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.
2021-10-22T02:09:47.086Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:09:47.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:09:47.088Z||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.
2021-10-22T02:09:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:09:56.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:09:56.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:10:44.085Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-22T02:10:47.085Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:10:47.086Z||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.
2021-10-22T02:10:47.086Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:10:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:10:47.089Z||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.
2021-10-22T02:10:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:10:56.641Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:10:56.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:11:47.085Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:11:47.086Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:11:47.087Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:11:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:11:47.090Z||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.
2021-10-22T02:11:47.090Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:11:56.638Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:11:56.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:12:47.085Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:12:47.086Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:12:47.087Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:12:47.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:12:47.088Z||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.
2021-10-22T02:12:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:12:56.645Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:12:56.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:13:47.085Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:13:47.087Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:13:47.087Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:13:47.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:13:47.088Z||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.
2021-10-22T02:13:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:13:56.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:13:56.637Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:14:47.085Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:14:47.086Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:14:47.087Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:14:47.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:14:47.088Z||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.
2021-10-22T02:14:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:14:56.634Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:14:56.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:15:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:15:47.086Z||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.
2021-10-22T02:15:47.086Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:15:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:15:47.089Z||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.
2021-10-22T02:15:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:15:56.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:15:56.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:16:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:16:47.087Z||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.
2021-10-22T02:16:47.087Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:16:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:16:47.089Z||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.
2021-10-22T02:16:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:16:56.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:16:56.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:17:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:17:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:17:47.087Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:17:47.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:17:47.089Z||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.
2021-10-22T02:17:47.090Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:17:56.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:17:56.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:18:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:18:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:18:47.086Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:18:47.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:18:47.088Z||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.
2021-10-22T02:18:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:18:56.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:18:56.654Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:19:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:19:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:19:47.086Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:19:47.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:19:47.088Z||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.
2021-10-22T02:19:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:19:56.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:19:56.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:20:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:20:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:20:47.086Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:20:47.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:20:47.088Z||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.
2021-10-22T02:20:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:20:56.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:20:56.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:21:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:21:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:21:47.086Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:21:47.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:21:47.089Z||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.
2021-10-22T02:21:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:21:56.684Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:21:56.685Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:22:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:22:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:22:47.087Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:22:47.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:22:47.088Z||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.
2021-10-22T02:22:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:22:56.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:22:56.652Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:23:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:23:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:23:47.087Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:23:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:23:47.088Z||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.
2021-10-22T02:23:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:23:56.634Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:23:56.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:24:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:24:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:24:47.086Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:24:47.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:24:47.089Z||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.
2021-10-22T02:24:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:24:56.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:24:56.656Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:25:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:25:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:25:47.086Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:25:47.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:25:47.089Z||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.
2021-10-22T02:25:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:25:56.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:25:56.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:26:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:26:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:26:47.086Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:26:47.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:26:47.088Z||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.
2021-10-22T02:26:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:26:56.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:26:56.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:27:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:27:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:27:47.087Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:27:47.088Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:27:47.088Z||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.
2021-10-22T02:27:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:27:56.643Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:27:56.645Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:28:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:28:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:28:47.086Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:28:47.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:28:47.088Z||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.
2021-10-22T02:28:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:28:56.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:28:56.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:29:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:29:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:29:47.086Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:29:47.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:29:47.088Z||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.
2021-10-22T02:29:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:29:56.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:29:56.640Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:30:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:30:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:30:47.086Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:30:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:30:47.088Z||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.
2021-10-22T02:30:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:30:56.636Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:30:56.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:31:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:31:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:31:47.086Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:31:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:31:47.088Z||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.
2021-10-22T02:31:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:31:56.633Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:31:56.636Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:32:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:32:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:32:47.087Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:32:47.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:32:47.088Z||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.
2021-10-22T02:32:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:32:56.648Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:32:56.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:33:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:33:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:33:47.086Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:33:47.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:33:47.088Z||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.
2021-10-22T02:33:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:33:56.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:33:56.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:34:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:34:47.085Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:34:47.086Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:34:47.088Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:34:47.088Z||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.
2021-10-22T02:34:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:34:56.631Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:34:56.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:35:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:35:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:35:47.086Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:35:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:35:47.088Z||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.
2021-10-22T02:35:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:35:56.650Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:35:56.651Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:36:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:36:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:36:47.086Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:36:47.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:36:47.088Z||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.
2021-10-22T02:36:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:36:56.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:36:56.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:37:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:37:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:37:47.086Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:37:47.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:37:47.089Z||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.
2021-10-22T02:37:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:37:56.634Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:37:56.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:38:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:38:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:38:47.086Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:38:47.088Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:38:47.088Z||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.
2021-10-22T02:38:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:38:56.634Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:38:56.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:39:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:39:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:39:47.086Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:39:47.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:39:47.088Z||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.
2021-10-22T02:39:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:39:56.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:39:56.646Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:40:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:40:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:40:47.086Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:40:47.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:40:47.088Z||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.
2021-10-22T02:40:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:40:56.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:40:56.651Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:41:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:41:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:41:47.087Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:41:47.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:41:47.088Z||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.
2021-10-22T02:41:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:41:56.633Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:41:56.643Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:42:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:42:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:42:47.086Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:42:47.088Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:42:47.088Z||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.
2021-10-22T02:42:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:42:56.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:42:56.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:43:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:43:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:43:47.086Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:43:47.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:43:47.088Z||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.
2021-10-22T02:43:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:43:56.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:43:56.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:44:47.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:44:47.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T02:44:47.086Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:44:47.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:44:47.088Z||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.
2021-10-22T02:44:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:44:56.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:44:56.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:45:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:45:47.086Z||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.
2021-10-22T02:45:47.086Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:45:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:45:47.089Z||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.
2021-10-22T02:45:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:45:56.633Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:45:56.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:46:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:46:47.086Z||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.
2021-10-22T02:46:47.086Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:46:47.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:46:47.088Z||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.
2021-10-22T02:46:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:46:56.646Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:46:56.647Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:47:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:47:47.086Z||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.
2021-10-22T02:47:47.086Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:47:47.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:47:47.088Z||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.
2021-10-22T02:47:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:47:56.655Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:47:56.657Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:48:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:48:47.086Z||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.
2021-10-22T02:48:47.086Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:48:47.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:48:47.088Z||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.
2021-10-22T02:48:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:48:56.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:48:56.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:49:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:49:47.086Z||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.
2021-10-22T02:49:47.086Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:49:47.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:49:47.088Z||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.
2021-10-22T02:49:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:49:56.638Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:49:56.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:50:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:50:47.086Z||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.
2021-10-22T02:50:47.086Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:50:47.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:50:47.088Z||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.
2021-10-22T02:50:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:50:56.656Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:50:56.656Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:51:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:51:47.086Z||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.
2021-10-22T02:51:47.086Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:51:47.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:51:47.088Z||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.
2021-10-22T02:51:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:51:56.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:51:56.630Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:52:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:52:47.086Z||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.
2021-10-22T02:52:47.086Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:52:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:52:47.088Z||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.
2021-10-22T02:52:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:52:56.642Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:52:56.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:53:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:53:47.086Z||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.
2021-10-22T02:53:47.086Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:53:47.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:53:47.088Z||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.
2021-10-22T02:53:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:53:56.630Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:53:56.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:54:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:54:47.086Z||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.
2021-10-22T02:54:47.087Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:54:47.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:54:47.089Z||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.
2021-10-22T02:54:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:54:56.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:54:56.634Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:55:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:55:47.086Z||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.
2021-10-22T02:55:47.086Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:55:47.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:55:47.088Z||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.
2021-10-22T02:55:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:55:56.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:55:56.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:56:47.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:56:47.086Z||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.
2021-10-22T02:56:47.086Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:56:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:56:47.088Z||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.
2021-10-22T02:56:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:56:47.218Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:56:47.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:56:47.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "clamp",
"timestamp": 1634871403913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:56:47.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:56:47.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:56:47.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "policy-id",
"timestamp": 1634871401070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:56:47.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:56:47.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:56:47.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "clamp",
"timestamp": 1634871403913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json",
"status": "NOTIFIED"
}
2021-10-22T02:56:47.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:56:47.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:56:47.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "policy-id",
"timestamp": 1634871401070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:56:47.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:56:47.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:56:47.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871406327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:56:47.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:56:47.715Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:56:47.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-22T02:56:47.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d43d33f4-8ac7-443a-8f8e-80a51a2e67a1","serviceName":"basic_onboard_xrqRdO","serviceVersion":"1.0","serviceUUID":"e37c939a-f9dd-4f9c-b268-494a90061995","serviceDescription":"service","serviceInvariantUUID":"87a5292b-257f-4401-87f9-152b087ef08f","resources":[{"resourceInstanceName":"basic_onboard_xrqRdO 0","resourceName":"basic_onboard_xrqRdO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3f1cff11-1b0f-4e32-a8e2-563eb5389cc1","resourceInvariantUUID":"f58d88cc-afed-4554-8a18-3cbca1d7b3ea","resourceCustomizationUUID":"0716f896-5c1e-40e9-aa00-45a764922c4d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vf-license-model.xml","artifactChecksum":"MGM5NzlhNjk0OTMxOGFmYWJlYTFmNWQ0ODZjYTM1NDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6dc42660-f5aa-493b-8e2f-d4ad6cd632b1","artifactVersion":"1"},{"artifactName":"basic_onboard_xrqrdo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json","artifactChecksum":"Mzg2NjBiOGI0ZjA2YzYzMDYxMjg0MmQyNGJjMDllYzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c4accce-9cf2-403e-ae21-d3f262e85880","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"024a5b49-d8eb-4bbf-9ff8-28cc240367d2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4ace3a20-8c68-4c71-bb9d-3cafe10d8c44","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6a759922-55b9-4e06-a13b-374181b062c0","artifactVersion":"2","generatedFromUUID":"024a5b49-d8eb-4bbf-9ff8-28cc240367d2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXrqrdo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-template.yml","artifactChecksum":"Y2QzMDc4YTRmZjE5NTYzM2E1ZGUzOGQ3ZDU4OWIzMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8bbb35d5-8a95-4827-97a1-607e487faa15","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXrqrdo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar","artifactChecksum":"MDQ4Y2UyZDk0OWU0OGVlY2EwYzUxZjYzMGU5Yjg2NzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89a448b7-a74c-486f-b139-c89cb08c9de7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-22T02:56:47.726Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T02:56:47.731Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T02:56:47.742Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T02:56:47.742Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871407085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:56:47.842Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-22T02:56:47.847Z||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.
2021-10-22T02:56:47.847Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:56:47.868Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:56:47.869Z||pool-3-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2021-10-22T02:56:48.749Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T02:56:48.750Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T02:56:48.752Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T02:56:48.752Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871407085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json",
"status": "NOTIFIED"
}
2021-10-22T02:56:48.852Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T02:56:48.853Z||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.
2021-10-22T02:56:48.853Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:56:48.869Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:56:48.870Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-22T02:56:49.753Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T02:56:49.754Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T02:56:49.756Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T02:56:49.756Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871407085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-22T02:56:49.857Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T02:56:49.857Z||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.
2021-10-22T02:56:49.857Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:56:49.872Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:56:49.873Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-22T02:56:50.757Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T02:56:50.759Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T02:56:50.762Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T02:56:50.762Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871407085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:56:50.862Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T02:56:50.863Z||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.
2021-10-22T02:56:50.863Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:56:50.876Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:56:50.877Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-22T02:56:51.763Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T02:56:51.764Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T02:56:51.766Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T02:56:51.766Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871407085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-22T02:56:51.866Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T02:56:51.867Z||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.
2021-10-22T02:56:51.867Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:56:51.979Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:56:51.979Z||pool-7-thread-1|||||INFO|500||cambria reply ok (112 ms):{"serverTimeMs":0,"count":1}
2021-10-22T02:56:52.767Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T02:56:52.769Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T02:56:52.771Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T02:56:52.772Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871407085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:56:52.872Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T02:56:52.873Z||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.
2021-10-22T02:56:52.873Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:56:52.889Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:56:52.890Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-22T02:56:53.772Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T02:56:53.774Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T02:56:53.776Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T02:56:53.776Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871407085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T02:56:53.877Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-22T02:56:53.877Z||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.
2021-10-22T02:56:53.877Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:56:53.892Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:56:53.893Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-22T02:56:54.779Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"serviceName": "basic_onboard_xrqRdO",
"serviceVersion": "1.0",
"serviceUUID": "e37c939a-f9dd-4f9c-b268-494a90061995",
"serviceDescription": "service",
"serviceInvariantUUID": "87a5292b-257f-4401-87f9-152b087ef08f",
"resources": [
{
"resourceInstanceName": "basic_onboard_xrqRdO 0",
"resourceCustomizationUUID": "0716f896-5c1e-40e9-aa00-45a764922c4d",
"resourceName": "basic_onboard_xrqRdO",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3f1cff11-1b0f-4e32-a8e2-563eb5389cc1",
"resourceInvariantUUID": "f58d88cc-afed-4554-8a18-3cbca1d7b3ea",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_xrqrdo0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json",
"artifactChecksum": "Mzg2NjBiOGI0ZjA2YzYzMDYxMjg0MmQyNGJjMDllYzA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6c4accce-9cf2-403e-ae21-d3f262e85880",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "024a5b49-d8eb-4bbf-9ff8-28cc240367d2",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6a759922-55b9-4e06-a13b-374181b062c0",
"generatedFromUUID": "024a5b49-d8eb-4bbf-9ff8-28cc240367d2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6a759922-55b9-4e06-a13b-374181b062c0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardXrqrdo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"artifactChecksum": "MDQ4Y2UyZDk0OWU0OGVlY2EwYzUxZjYzMGU5Yjg2NzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "89a448b7-a74c-486f-b139-c89cb08c9de7"
}
],
"workloadContext": "Production"
}
2021-10-22T02:56:54.780Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-22T02:56:54.780Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e37c939a-f9dd-4f9c-b268-494a90061995 ASDC
2021-10-22T02:56:54.870Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:d43d33f4-8ac7-443a-8f8e-80a51a2e67a1
ServiceName:basic_onboard_xrqRdO
ServiceVersion:1.0
ServiceUUID:e37c939a-f9dd-4f9c-b268-494a90061995
ServiceInvariantUUID:87a5292b-257f-4401-87f9-152b087ef08f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXrqrdo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar
ArtifactUUID:89a448b7-a74c-486f-b139-c89cb08c9de7
ArtifactChecksum:MDQ4Y2UyZDk0OWU0OGVlY2EwYzUxZjYzMGU5Yjg2NzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_xrqRdO 0
ResourceCustomizationUUID:0716f896-5c1e-40e9-aa00-45a764922c4d
ResourceInvariantUUID:f58d88cc-afed-4554-8a18-3cbca1d7b3ea
ResourceName:basic_onboard_xrqRdO
ResourceType:VF
ResourceUUID:3f1cff11-1b0f-4e32-a8e2-563eb5389cc1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xrqrdo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json
ArtifactUUID:6c4accce-9cf2-403e-ae21-d3f262e85880
ArtifactChecksum:Mzg2NjBiOGI0ZjA2YzYzMDYxMjg0MmQyNGJjMDllYzA=
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/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:024a5b49-d8eb-4bbf-9ff8-28cc240367d2
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/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env
ArtifactUUID:6a759922-55b9-4e06-a13b-374181b062c0
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/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env
ArtifactUUID:6a759922-55b9-4e06-a13b-374181b062c0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-22T02:56:54.871Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e37c939a-f9dd-4f9c-b268-494a90061995 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T02:56:55.075Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T02:56:55.076Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-22T02:56:55.076Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-22T02:56:55.077Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 89a448b7-a74c-486f-b139-c89cb08c9de7 from URL: /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar
2021-10-22T02:56:55.077Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T02:56:55.078Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar
2021-10-22T02:56:55.186Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T02:56:55.201Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar 89a448b7-a74c-486f-b139-c89cb08c9de7 71374
2021-10-22T02:56:55.203Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar ASDC sendASDCNotification
2021-10-22T02:56:55.203Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar
2021-10-22T02:56:55.203Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T02:56:55.204Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T02:56:55.206Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T02:56:55.206Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871415201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T02:56:55.307Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T02:56:55.308Z||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.
2021-10-22T02:56:55.308Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:56:55.322Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:56:55.323Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-22T02:56:56.207Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T02:56:56.208Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-22T02:56:56.208Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 89a448b7-a74c-486f-b139-c89cb08c9de7, URL: /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar to file: /app/ASDC/1/service-BasicOnboardXrqrdo-csar.csar
2021-10-22T02:56:56.209Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXrqrdo-csar.csar
2021-10-22T02:56:56.272Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXrqrdo-csar.csar
2021-10-22T02:56:56.272Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXrqrdo-csar.csar
2021-10-22T02:56:56.813Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP560785440554755782/Definitions/service-BasicOnboardXrqrdo-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
2021-10-22T02:56:58.869Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-22T02:56:58.875Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-22T02:56:58.876Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXrqrdo-csar.csar
2021-10-22T02:56:58.876Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-22T02:56:58.876Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_xrqRdO 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-BasicOnboardXrqrdo-csar.csar
2021-10-22T02:56:58.876Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||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-BasicOnboardXrqrdo-csar.csar
2021-10-22T02:56:58.876Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXrqrdo-csar.csar
2021-10-22T02:56:58.876Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXrqrdo-csar.csar
2021-10-22T02:56:58.877Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXrqrdo-csar.csar
2021-10-22T02:56:58.877Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXrqrdo-csar.csar
2021-10-22T02:56:58.877Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXrqrdo-csar.csar
2021-10-22T02:56:58.877Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXrqrdo-csar.csar
2021-10-22T02:56:58.877Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardXrqrdo-csar.csar
2021-10-22T02:56:58.877Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-22T02:56:58.885Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:56:58.886Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T02:56:58.889Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is matching search criteria
2021-10-22T02:56:58.889Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-22T02:56:58.890Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xrqRdO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T02:56:58.891Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:56:58.891Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T02:56:58.891Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is matching search criteria
2021-10-22T02:56:58.891Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-22T02:56:58.891Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xrqRdO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T02:56:58.891Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:56:58.891Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T02:56:58.894Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:56:58.894Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is not matching search criteria
2021-10-22T02:56:58.895Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-22T02:56:58.895Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-22T02:56:58.895Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-22T02:56:58.895Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-22T02:56:58.895Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-22T02:56:58.895Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:56:58.895Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-22T02:56:58.896Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:56:58.896Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is matching search criteria
2021-10-22T02:56:58.896Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xrqRdO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T02:56:58.897Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:56:58.897Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is matching search criteria
2021-10-22T02:56:58.897Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xrqRdO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T02:56:58.897Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:56:58.897Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is matching search criteria
2021-10-22T02:56:58.898Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xrqRdO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T02:56:58.898Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:56:58.898Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is not matching search criteria
2021-10-22T02:56:58.898Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-22T02:56:58.898Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-22T02:56:58.898Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=18ea16f9-2d51-4231-ac0a-cdf9bfafb442
2021-10-22T02:56:58.899Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:56:58.899Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T02:56:58.899Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:56:58.899Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T02:56:58.899Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:56:58.899Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T02:56:58.899Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:56:58.900Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T02:56:58.900Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_xrqRdO
Description:service
Model UUID:e37c939a-f9dd-4f9c-b268-494a90061995
Model Version:NULL
Model InvariantUuid:87a5292b-257f-4401-87f9-152b087ef08f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_xrqRdO
Model UUID:d5d01f57-b2f9-497d-8df7-b477ad0b4234
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f58d88cc-afed-4554-8a18-3cbca1d7b3ea
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0716f896-5c1e-40e9-aa00-45a764922c4d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3a325678-0551-4205-aa4e-5fe64245a639
ModelName:BasicOnboardXrqrdo..base_ubuntu18..module-0
ModelUuid:33b8a224-ee11-4ca6-9809-8db8f4e6beb1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:18ea16f9-2d51-4231-ac0a-cdf9bfafb442
ModelInvariantUuid:30555ff6-ea94-41e0-80bc-c6a9ad0dabac
ModelName:basic_onboard_xrqRdO-nodes.ubuntu18Cvfc
ModelUuid:cc2c248c-ced3-403e-96c7-72cf5a76e44e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:10de9711-5f9e-4b40-88e7-123a828e711f
ModelInvariantUuid:155eb050-1d7a-480a-a7f8-fb752dd6945b
ModelName:BasicOnboardXrqrdo.compute.nodes.heat.ubuntu18
ModelUuid:b64fa738-7b58-44ff-a80e-fb05a5df885b
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=?
2021-10-22T02:56:58.936Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 3f1cff11-1b0f-4e32-a8e2-563eb5389cc1
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=?
2021-10-22T02:56:59.044Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||basic_onboard_xrqRdO 0
2021-10-22T02:56:59.052Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3f1cff11-1b0f-4e32-a8e2-563eb5389cc1
2021-10-22T02:56:59.052Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6c4accce-9cf2-403e-ae21-d3f262e85880 from URL: /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json
2021-10-22T02:56:59.053Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T02:56:59.053Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json
2021-10-22T02:56:59.324Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T02:56:59.324Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json 6c4accce-9cf2-403e-ae21-d3f262e85880 798
2021-10-22T02:56:59.325Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json ASDC sendASDCNotification
2021-10-22T02:56:59.325Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json
2021-10-22T02:56:59.325Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T02:56:59.325Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T02:56:59.328Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T02:56:59.328Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871419325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-22T02:56:59.429Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T02:56:59.430Z||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.
2021-10-22T02:56:59.430Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:56:59.446Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:56:59.446Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-22T02:57:00.330Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXrqrdo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3a325678-0551-4205-aa4e-5fe64245a639",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "33b8a224-ee11-4ca6-9809-8db8f4e6beb1",
"vfModuleModelCustomizationUUID": "ed8d2982-97b0-4e07-bd6f-e9a9daa3e03d",
"isBase": true,
"artifacts": [
"024a5b49-d8eb-4bbf-9ff8-28cc240367d2",
"6a759922-55b9-4e06-a13b-374181b062c0"
],
"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": ""
}
}
]
2021-10-22T02:57:00.349Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXrqrdo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:33b8a224-ee11-4ca6-9809-8db8f4e6beb1
VfModuleModelInvariantUUID:3a325678-0551-4205-aa4e-5fe64245a639
VfModuleModelDescription:NULL
Artifacts UUID List:{
024a5b49-d8eb-4bbf-9ff8-28cc240367d2
,
6a759922-55b9-4e06-a13b-374181b062c0
}
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
}
2021-10-22T02:57:00.353Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXrqrdo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3a325678-0551-4205-aa4e-5fe64245a639",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "33b8a224-ee11-4ca6-9809-8db8f4e6beb1",
"vfModuleModelCustomizationUUID": "ed8d2982-97b0-4e07-bd6f-e9a9daa3e03d",
"isBase": true,
"artifacts": [
"024a5b49-d8eb-4bbf-9ff8-28cc240367d2",
"6a759922-55b9-4e06-a13b-374181b062c0"
],
"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": ""
}
}
]
2021-10-22T02:57:00.353Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXrqrdo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:33b8a224-ee11-4ca6-9809-8db8f4e6beb1
VfModuleModelInvariantUUID:3a325678-0551-4205-aa4e-5fe64245a639
VfModuleModelDescription:NULL
Artifacts UUID List:{
024a5b49-d8eb-4bbf-9ff8-28cc240367d2
,
6a759922-55b9-4e06-a13b-374181b062c0
}
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
}
2021-10-22T02:57:00.353Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 024a5b49-d8eb-4bbf-9ff8-28cc240367d2 from URL: /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml
2021-10-22T02:57:00.353Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T02:57:00.353Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml
2021-10-22T02:57:00.574Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T02:57:00.575Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml 024a5b49-d8eb-4bbf-9ff8-28cc240367d2 5033
2021-10-22T02:57:00.575Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-22T02:57:00.576Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml
2021-10-22T02:57:00.576Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T02:57:00.576Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T02:57:00.578Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T02:57:00.578Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871420575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-22T02:57:00.679Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T02:57:00.680Z||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.
2021-10-22T02:57:00.680Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:57:00.693Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:57:00.694Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-22T02:57:01.580Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6a759922-55b9-4e06-a13b-374181b062c0 from URL: /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env
2021-10-22T02:57:01.580Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T02:57:01.580Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env
2021-10-22T02:57:01.754Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T02:57:01.755Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env 6a759922-55b9-4e06-a13b-374181b062c0 909
2021-10-22T02:57:01.755Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-22T02:57:01.755Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env
2021-10-22T02:57:01.755Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T02:57:01.756Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T02:57:01.758Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T02:57:01.758Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871421755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-22T02:57:01.859Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T02:57:01.860Z||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.
2021-10-22T02:57:01.860Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:57:01.873Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:57:01.874Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-22T02:57:02.759Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e37c939a-f9dd-4f9c-b268-494a90061995
2021-10-22T02:57:02.759Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_xrqRdO 0 3f1cff11-1b0f-4e32-a8e2-563eb5389cc1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T02:57:02.791Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@497874c1, org.onap.sdc.toscaparser.api.parameters.Input@7323aa2c, org.onap.sdc.toscaparser.api.parameters.Input@2e9614a6, org.onap.sdc.toscaparser.api.parameters.Input@6fa69702, org.onap.sdc.toscaparser.api.parameters.Input@6572384b]
2021-10-22T02:57:02.794Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:57:02.794Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T02:57:02.795Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-10-22T02:57:02.795Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 0716f896-5c1e-40e9-aa00-45a764922c4d
2021-10-22T02:57:02.795Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0716f896-5c1e-40e9-aa00-45a764922c4d matches Tosca VF Customization UUID: 0716f896-5c1e-40e9-aa00-45a764922c4d
2021-10-22T02:57:02.795Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 0716f896-5c1e-40e9-aa00-45a764922c4d 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=?
2021-10-22T02:57:02.802Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:57:02.803Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T02:57:02.804Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 0716f896-5c1e-40e9-aa00-45a764922c4d: {\"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\"}
2021-10-22T02:57:02.804Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43543cfd
2021-10-22T02:57:02.805Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:57:02.805Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-22T02:57:02.805Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ed8d2982-97b0-4e07-bd6f-e9a9daa3e03d
2021-10-22T02:57:02.806Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ed8d2982-97b0-4e07-bd6f-e9a9daa3e03d
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=?
2021-10-22T02:57:02.814Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:57:02.815Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is matching search criteria
2021-10-22T02:57:02.815Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xrqRdO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T02:57:02.816Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:57:02.816Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is matching search criteria
2021-10-22T02:57:02.816Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xrqRdO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T02:57:02.817Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:57:02.817Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is not matching search criteria
2021-10-22T02:57:02.817Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-22T02:57:02.817Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-22T02:57:02.817Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=18ea16f9-2d51-4231-ac0a-cdf9bfafb442
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=?
2021-10-22T02:57:02.826Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:57:02.827Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is matching search criteria
2021-10-22T02:57:02.827Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xrqRdO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T02:57:02.827Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:57:02.828Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xrqRdO 0 is matching search criteria
2021-10-22T02:57:02.828Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xrqRdO 0] matching following query criteria: sdcType=VF, customizationUUID=0716f896-5c1e-40e9-aa00-45a764922c4d
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=?
2021-10-22T02:57:02.830Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:57:02.830Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T02:57:02.831Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e37c939a-f9dd-4f9c-b268-494a90061995: basic_onboard_xrqRdO
2021-10-22T02:57:02.831Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:57:02.831Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T02:57:02.831Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:57:02.831Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T02:57:02.831Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:57:02.831Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T02:57:02.831Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:57:02.832Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T02:57:02.832Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T02:57:02.832Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xrqRdO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T02:57:02.832Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_xrqRdO
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 (?, ?, ?, ?, ?)
2021-10-22T02:57:03.026Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_xrqRdO 3f1cff11-1b0f-4e32-a8e2-563eb5389cc1 1 ASDC deployResourceStructure
2021-10-22T02:57:03.027Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json ASDC sendASDCNotification
2021-10-22T02:57:03.027Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json
2021-10-22T02:57:03.027Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T02:57:03.027Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T02:57:03.029Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T02:57:03.029Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871423027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-22T02:57:03.129Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T02:57:03.130Z||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.
2021-10-22T02:57:03.131Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:57:03.147Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:57:03.147Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-22T02:57:04.033Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-22T02:57:04.033Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml
2021-10-22T02:57:04.033Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T02:57:04.033Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T02:57:04.035Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T02:57:04.035Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871424029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-22T02:57:04.136Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T02:57:04.137Z||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.
2021-10-22T02:57:04.137Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:57:04.151Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:57:04.151Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-22T02:57:05.036Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-22T02:57:05.037Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env
2021-10-22T02:57:05.037Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T02:57:05.038Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T02:57:05.040Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T02:57:05.040Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871425036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-22T02:57:05.140Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T02:57:05.141Z||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.
2021-10-22T02:57:05.142Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:57:05.156Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:57:05.157Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-22T02:57:06.041Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar ASDC sendASDCNotification
2021-10-22T02:57:06.042Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar
2021-10-22T02:57:06.042Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T02:57:06.042Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T02:57:06.044Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T02:57:06.044Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871426041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T02:57:06.144Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T02:57:06.145Z||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.
2021-10-22T02:57:06.145Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T02:57:06.160Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:57:06.160Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-22T02:57:07.046Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-22T02:57:07.075Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1
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=?
2021-10-22T02:57:07.078Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T02:57:07.078Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T02:57:07.078Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T02:57:37.079Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-22T02:57:37.091Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1
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=?
2021-10-22T02:57:37.093Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T02:57:37.094Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T02:57:37.094Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T02:57:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:57:47.089Z||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.
2021-10-22T02:57:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:57:47.114Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:57:47.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:57:47.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "clamp",
"timestamp": 1634871403913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:57:47.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:58:07.094Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-22T02:58:07.105Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1
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=?
2021-10-22T02:58:07.107Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T02:58:07.108Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T02:58:07.108Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T02:58:37.108Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-22T02:58:37.118Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1
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=?
2021-10-22T02:58:37.120Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T02:58:37.120Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T02:58:37.120Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T02:58:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:58:47.089Z||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.
2021-10-22T02:58:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:58:47.119Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:58:47.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:58:47.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "policy-id",
"timestamp": 1634871401070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-22T02:58:47.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:07.121Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-22T02:59:07.134Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1
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=?
2021-10-22T02:59:07.137Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T02:59:07.137Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T02:59:07.138Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T02:59:37.138Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-22T02:59:37.150Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1
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=?
2021-10-22T02:59:37.154Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T02:59:37.154Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T02:59:37.154Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T02:59:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T02:59:47.089Z||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.
2021-10-22T02:59:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T02:59:47.121Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T02:59:47.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "dcae-sch",
"timestamp": 1634871406835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1634871406850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871407085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871406327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json",
"status": "NOTIFIED"
}
2021-10-22T02:59:47.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "clamp",
"timestamp": 1634871403913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "policy-id",
"timestamp": 1634871401070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "dcae-sch",
"timestamp": 1634871406835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1634871406850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871407085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json",
"status": "NOTIFIED"
}
2021-10-22T02:59:47.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871406327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-22T02:59:47.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "clamp",
"timestamp": 1634871403913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "policy-id",
"timestamp": 1634871401070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "dcae-sch",
"timestamp": 1634871406835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1634871406850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "cds",
"timestamp": 1634871409035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871407085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-22T02:59:47.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871406327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "clamp",
"timestamp": 1634871403913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "policy-id",
"timestamp": 1634871401070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "dcae-sch",
"timestamp": 1634871406835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1634871406850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634871410037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "cds",
"timestamp": 1634871409035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871407085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871406327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-22T02:59:47.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "clamp",
"timestamp": 1634871403913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T02:59:47.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "policy-id",
"timestamp": 1634871401070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T02:59:47.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "dcae-sch",
"timestamp": 1634871406835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1634871406850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634871410037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871407085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-22T02:59:47.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "cds",
"timestamp": 1634871409035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871406327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "dcae-sch",
"timestamp": 1634871406835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1634871406850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634871410037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "cds",
"timestamp": 1634871409035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871407085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "policy-id",
"timestamp": 1634871412846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T02:59:47.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T02:59:47.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871406327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T02:59:47.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "dcae-sch",
"timestamp": 1634871406835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1634871406850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634871410037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "cds",
"timestamp": 1634871409035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871407085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T02:59:47.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "policy-id",
"timestamp": 1634871413852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T02:59:47.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T02:59:47.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871414206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-22T02:59:47.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T02:59:47.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "cds",
"timestamp": 1634871409035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634871410037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "policy-id",
"timestamp": 1634871414856,
"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=?
2021-10-22T02:59:47.149Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d43d33f4-8ac7-443a-8f8e-80a51a2e67a1
2021-10-22T02:59:47.149Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 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 (?, ?, ?, ?, ?)
2021-10-22T02:59:47.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871415201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T02:59:47.161Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T02:59:47.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871415278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-22T02:59:47.161Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T02:59:47.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "cds",
"timestamp": 1634871409035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T02:59:47.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634871410037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871416357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-22T02:59:47.163Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T02:59:47.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634871410037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T02:59:47.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "cds",
"timestamp": 1634871416942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T02:59:47.164Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T02:59:47.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "aai-ml",
"timestamp": 1634871416890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "cds",
"timestamp": 1634871417961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-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=?
2021-10-22T02:59:47.171Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d43d33f4-8ac7-443a-8f8e-80a51a2e67a1
2021-10-22T02:59:47.171Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 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 (?, ?, ?, ?, ?)
2021-10-22T02:59:47.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871418033,
"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=?
2021-10-22T02:59:47.187Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d43d33f4-8ac7-443a-8f8e-80a51a2e67a1
2021-10-22T02:59:47.188Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 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=?
2021-10-22T02:59:47.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634871418368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T02:59:47.198Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T02:59:47.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "aai-ml",
"timestamp": 1634871416890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871419037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-22T02:59:47.199Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T02:59:47.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871419325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-22T02:59:47.200Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T02:59:47.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "aai-ml",
"timestamp": 1634871416890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "aai-ml",
"timestamp": 1634871416890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871420575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-22T02:59:47.201Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T02:59:47.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "aai-ml",
"timestamp": 1634871416890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871421755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-22T02:59:47.202Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T02:59:47.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634871422492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T02:59:47.202Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T02:59:47.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "aai-ml",
"timestamp": 1634871416890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T02:59:47.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871423027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/basic_onboard_xrqrdo0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-22T02:59:47.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T02:59:47.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634871423496,
"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=?
2021-10-22T02:59:47.210Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d43d33f4-8ac7-443a-8f8e-80a51a2e67a1
2021-10-22T02:59:47.210Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 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 (?, ?, ?, ?, ?)
2021-10-22T02:59:47.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "aai-ml",
"timestamp": 1634871416890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T02:59:47.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T02:59:47.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871424029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-22T02:59:47.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T02:59:47.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "clamp",
"timestamp": 1634871424652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T02:59:47.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T02:59:47.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "aai-ml",
"timestamp": 1634871424764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T02:59:47.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T02:59:47.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871425036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/resourceInstances/basic_onboard_xrqrdo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-22T02:59:47.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T02:59:47.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871426041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T02:59:47.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T02:59:47.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "clamp",
"timestamp": 1634871426053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T02:59:47.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T02:59:47.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "clamp",
"timestamp": 1634871427057,
"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=?
2021-10-22T02:59:47.228Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d43d33f4-8ac7-443a-8f8e-80a51a2e67a1
2021-10-22T02:59:47.229Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 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 (?, ?, ?, ?, ?)
2021-10-22T02:59:47.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "aai-ml",
"timestamp": 1634871436936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXrqrdo/1.0/artifacts/service-BasicOnboardXrqrdo-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T02:59:47.240Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T02:59:47.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T02:59:47.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "aai-ml",
"timestamp": 1634871437949,
"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=?
2021-10-22T02:59:47.245Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d43d33f4-8ac7-443a-8f8e-80a51a2e67a1
2021-10-22T02:59:47.245Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 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 (?, ?, ?, ?, ?)
2021-10-22T03:00:07.155Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-22T03:00:07.175Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1
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=?
2021-10-22T03:00:07.180Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T03:00:07.180Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-22T03:00:07.180Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-22T03:00:07.180Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-22T03:00:07.181Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T03:00:07.181Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T03:00:07.181Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T03:00:07.181Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T03:00:07.181Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T03:00:07.181Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T03:00:07.181Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T03:00:07.188Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-22T03:00:37.189Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 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=?
2021-10-22T03:00:37.199Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 and serviceModelVersionId: e37c939a-f9dd-4f9c-b268-494a90061995
2021-10-22T03:00:37.200Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87a5292b-257f-4401-87f9-152b087ef08f
2021-10-22T03:00:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:00:47.089Z||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.
2021-10-22T03:00:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:00:47.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:00:47.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "clamp",
"timestamp": 1634871523913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871526327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "ves-openapi-manager",
"timestamp": 1634871526850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "dcae-sch",
"timestamp": 1634871526835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "policy-id",
"timestamp": 1634871521070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "ves-openapi-manager",
"timestamp": 1634871526850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "clamp",
"timestamp": 1634871523913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json",
"status": "NOTIFIED"
}
2021-10-22T03:00:47.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "dcae-sch",
"timestamp": 1634871526835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871526327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json",
"status": "NOTIFIED"
}
2021-10-22T03:00:47.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "policy-id",
"timestamp": 1634871521070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.626Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "cds",
"timestamp": 1634871529035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.626Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871526327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-22T03:00:47.626Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "dcae-sch",
"timestamp": 1634871526835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.631Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "ves-openapi-manager",
"timestamp": 1634871526850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "clamp",
"timestamp": 1634871523913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "policy-id",
"timestamp": 1634871521070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-22T03:00:47.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "cds",
"timestamp": 1634871529035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634871530037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "clamp",
"timestamp": 1634871523913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "dcae-sch",
"timestamp": 1634871526835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871526327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "ves-openapi-manager",
"timestamp": 1634871526850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "policy-id",
"timestamp": 1634871521070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "cds",
"timestamp": 1634871529035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634871530037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871526327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-22T03:00:47.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "dcae-sch",
"timestamp": 1634871526835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "ves-openapi-manager",
"timestamp": 1634871526850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "clamp",
"timestamp": 1634871523913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "policy-id",
"timestamp": 1634871521070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "cds",
"timestamp": 1634871529035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634871530037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "dcae-sch",
"timestamp": 1634871526835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "clamp",
"timestamp": 1634871523913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871526327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "ves-openapi-manager",
"timestamp": 1634871526850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "policy-id",
"timestamp": 1634871521070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "cds",
"timestamp": 1634871529035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634871530037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "ves-openapi-manager",
"timestamp": 1634871526850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871526327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:00:47.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "dcae-sch",
"timestamp": 1634871526835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "clamp",
"timestamp": 1634871523913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:00:47.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "policy-id",
"timestamp": 1634871521070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:00:47.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "cds",
"timestamp": 1634871529035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634871530037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871535325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:00:47.642Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:00:47.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "policy-id",
"timestamp": 1634871535419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:00:47.642Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:00:47.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "cds",
"timestamp": 1634871529035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:00:47.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634871530037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "policy-id",
"timestamp": 1634871536422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T03:00:47.643Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:00:47.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871536529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:00:47.643Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:00:47.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634871530037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:00:47.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "cds",
"timestamp": 1634871536848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:00:47.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:00:47.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "policy-id",
"timestamp": 1634871537425,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T03:00:47.665Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5579b08b-2566-4447-ada4-216c0d030cee
2021-10-22T03:00:47.665Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5579b08b-2566-4447-ada4-216c0d030cee 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 (?, ?, ?, ?, ?)
2021-10-22T03:00:47.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "aai-ml",
"timestamp": 1634871536890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "cds",
"timestamp": 1634871537853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-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=?
2021-10-22T03:00:47.683Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5579b08b-2566-4447-ada4-216c0d030cee
2021-10-22T03:00:47.683Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5579b08b-2566-4447-ada4-216c0d030cee 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 (?, ?, ?, ?, ?)
2021-10-22T03:00:47.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871538031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:00:47.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:00:47.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634871538237,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:00:47.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:00:47.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "aai-ml",
"timestamp": 1634871536890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871539049,
"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=?
2021-10-22T03:00:47.700Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5579b08b-2566-4447-ada4-216c0d030cee
2021-10-22T03:00:47.700Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5579b08b-2566-4447-ada4-216c0d030cee 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=?
2021-10-22T03:00:47.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "aai-ml",
"timestamp": 1634871536890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634871540052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-22T03:00:47.709Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:00:47.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "aai-ml",
"timestamp": 1634871536890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "aai-ml",
"timestamp": 1634871536890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634871541719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T03:00:47.710Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:00:47.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "aai-ml",
"timestamp": 1634871536890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:47.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634871542723,
"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=?
2021-10-22T03:00:47.732Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5579b08b-2566-4447-ada4-216c0d030cee
2021-10-22T03:00:47.732Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5579b08b-2566-4447-ada4-216c0d030cee 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 (?, ?, ?, ?, ?)
2021-10-22T03:00:47.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "aai-ml",
"timestamp": 1634871536890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:00:47.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:00:47.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "aai-ml",
"timestamp": 1634871544724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:00:47.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:00:47.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "clamp",
"timestamp": 1634871546045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:00:47.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:00:47.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "clamp",
"timestamp": 1634871548058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T03:00:47.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:00:47.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "clamp",
"timestamp": 1634871549061,
"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=?
2021-10-22T03:00:47.752Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5579b08b-2566-4447-ada4-216c0d030cee
2021-10-22T03:00:47.752Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5579b08b-2566-4447-ada4-216c0d030cee 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 (?, ?, ?, ?, ?)
2021-10-22T03:00:47.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "aai-ml",
"timestamp": 1634871555268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T03:00:47.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:00:47.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:00:47.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "aai-ml",
"timestamp": 1634871556272,
"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=?
2021-10-22T03:00:47.770Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5579b08b-2566-4447-ada4-216c0d030cee
2021-10-22T03:00:47.770Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5579b08b-2566-4447-ada4-216c0d030cee 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 (?, ?, ?, ?, ?)
2021-10-22T03:00:50.959Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87a5292b-257f-4401-87f9-152b087ef08f/model-vers/model-ver/e37c939a-f9dd-4f9c-b268-494a90061995?depth=0
2021-10-22T03:00:51.079Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-10-22T03:00:51.543Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a5292b-257f-4401-87f9-152b087ef08f/model-vers/model-ver/e37c939a-f9dd-4f9c-b268-494a90061995?depth=0|INFO|500||Invoke
2021-10-22T03:00:51.551Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a5292b-257f-4401-87f9-152b087ef08f/model-vers/model-ver/e37c939a-f9dd-4f9c-b268-494a90061995?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a5292b-257f-4401-87f9-152b087ef08f/model-vers/model-ver/e37c939a-f9dd-4f9c-b268-494a90061995?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d43d33f4-8ac7-443a-8f8e-80a51a2e67a1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e5b532c7-3550-48b4-a247-2459528de169], X-ECOMP-RequestID=[d43d33f4-8ac7-443a-8f8e-80a51a2e67a1], X-TransactionId=[], X-ONAP-RequestID=[d43d33f4-8ac7-443a-8f8e-80a51a2e67a1], Content-Type=[application/merge-patch+json]}
2021-10-22T03:00:51.747Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a5292b-257f-4401-87f9-152b087ef08f/model-vers/model-ver/e37c939a-f9dd-4f9c-b268-494a90061995?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-22T03:00:52.593Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a5292b-257f-4401-87f9-152b087ef08f/model-vers/model-ver/e37c939a-f9dd-4f9c-b268-494a90061995?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/87a5292b-257f-4401-87f9-152b087ef08f/model-vers/model-ver/e37c939a-f9dd-4f9c-b268-494a90061995?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211022-03:00:51:757-81656], vertex-id=[213240], Content-Length=[0], Date=[Fri, 22 Oct 2021 03:00:51 GMT], Content-Type=[application/json]}
2021-10-22T03:00:52.595Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a5292b-257f-4401-87f9-152b087ef08f/model-vers/model-ver/e37c939a-f9dd-4f9c-b268-494a90061995?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-22T03:00:52.596Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a5292b-257f-4401-87f9-152b087ef08f/model-vers/model-ver/e37c939a-f9dd-4f9c-b268-494a90061995?depth=0|INFO|500||InvokeReturn
2021-10-22T03:00:52.599Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-22T03:00:52.600Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T03:00:52.616Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-22T03:00:52.625Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d43d33f4-8ac7-443a-8f8e-80a51a2e67a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-22T03:00:52.627Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-22T03:00:52.627Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:00:52.629Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:00:52.630Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871652626,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T03:00:52.730Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:00:52.731Z||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.
2021-10-22T03:00:52.731Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:00:52.745Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:00:52.746Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-22T03:00:53.646Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:00:53.646Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|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.
2021-10-22T03:00:53.647Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:00:58.308Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:00:58.308Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-22T03:00:58.309Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5579b08b-2566-4447-ada4-216c0d030cee","serviceName":"vFW 2021-10-22 02-56-54","serviceVersion":"1.0","serviceUUID":"b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3","serviceDescription":"catalog service description","serviceInvariantUUID":"ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850","resources":[{"resourceInstanceName":"vFW 932d87d3-2dfa 0","resourceName":"vFW 932d87d3-2dfa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3a99d2fc-9218-4668-ad27-4efd9143487c","resourceInvariantUUID":"0c596d06-2209-4bb1-8e27-db875bd69c02","resourceCustomizationUUID":"c61884de-d8de-43fa-8cad-5c777e106f5e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vf-license-model.xml","artifactChecksum":"M2ZkMTgyMGNhZjM2YzVkNmE3MjcyNDZjOTZkOWFkMGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0733f5a0-6cdd-48f3-be6f-0461f4f54455","artifactVersion":"1"},{"artifactName":"vfw932d87d32dfa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json","artifactChecksum":"NzRkZTc5MWFmYmQzMGI2NDM2YWQ5MzhiNWIzOGM1MjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b971b6cc-276c-4e72-a5bb-15eb4f25e0d1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c31a5c1a-81cc-4f9b-90ea-543978fe5b05","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vendor-license-model.xml","artifactChecksum":"Zjc1ZGU3NDhhMmExZDRkOGVhNWMyZDc1MDQyMDJhZWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fabafba8-7da1-44ea-a639-f3507eabc2f6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a036e5f4-e964-4dc4-9dc1-280b1a1d1ea6","artifactVersion":"2","generatedFromUUID":"c31a5c1a-81cc-4f9b-90ea-543978fe5b05"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211022025654-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-template.yml","artifactChecksum":"YzRhNzA2MDdkN2NiNWJjOTRlNTlhYTNmNjU1NWQwMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9304e236-2ce2-4246-bd27-b77f71430944","artifactVersion":"1"},{"artifactName":"service-Vfw20211022025654-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar","artifactChecksum":"ZDNhZDAwNTg5NGNmYjcwZDFjZmQxMjVhMTZlY2I3NjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c55ba49b-41c1-4aff-9485-e88765e5b098","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-22T03:00:58.310Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T03:00:58.311Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:00:58.312Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:00:58.313Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871653646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:00:58.413Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:00:58.414Z||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.
2021-10-22T03:00:58.414Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:00:58.428Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:00:58.428Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-22T03:00:59.313Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T03:00:59.315Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:00:59.318Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:00:59.318Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871653646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json",
"status": "NOTIFIED"
}
2021-10-22T03:00:59.418Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:00:59.419Z||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.
2021-10-22T03:00:59.419Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:00:59.432Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:00:59.432Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T03:01:00.319Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T03:01:00.320Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:01:00.321Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:01:00.322Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871653646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-22T03:01:00.422Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:01:00.424Z||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.
2021-10-22T03:01:00.424Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:01:00.438Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:01:00.438Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-22T03:01:01.322Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T03:01:01.323Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:01:01.326Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:01:01.326Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871653646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:01:01.427Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-22T03:01:01.428Z||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.
2021-10-22T03:01:01.428Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:01:01.440Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:01:01.441Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-22T03:01:02.327Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T03:01:02.328Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:01:02.330Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:01:02.330Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871653646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-22T03:01:02.430Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:01:02.431Z||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.
2021-10-22T03:01:02.432Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:01:02.446Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:01:02.447Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-22T03:01:03.331Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T03:01:03.332Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:01:03.334Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:01:03.334Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871653646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:01:03.434Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:01:03.435Z||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.
2021-10-22T03:01:03.435Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:01:03.449Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:01:03.449Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-22T03:01:04.335Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T03:01:04.336Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:01:04.339Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:01:04.339Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871653646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:01:04.440Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:01:04.441Z||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.
2021-10-22T03:01:04.441Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:01:04.455Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:01:04.455Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-22T03:01:05.342Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"serviceName": "vFW 2021-10-22 02-56-54",
"serviceVersion": "1.0",
"serviceUUID": "b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850",
"resources": [
{
"resourceInstanceName": "vFW 932d87d3-2dfa 0",
"resourceCustomizationUUID": "c61884de-d8de-43fa-8cad-5c777e106f5e",
"resourceName": "vFW 932d87d3-2dfa",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3a99d2fc-9218-4668-ad27-4efd9143487c",
"resourceInvariantUUID": "0c596d06-2209-4bb1-8e27-db875bd69c02",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw932d87d32dfa0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json",
"artifactChecksum": "NzRkZTc5MWFmYmQzMGI2NDM2YWQ5MzhiNWIzOGM1MjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b971b6cc-276c-4e72-a5bb-15eb4f25e0d1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c31a5c1a-81cc-4f9b-90ea-543978fe5b05",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a036e5f4-e964-4dc4-9dc1-280b1a1d1ea6",
"generatedFromUUID": "c31a5c1a-81cc-4f9b-90ea-543978fe5b05"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a036e5f4-e964-4dc4-9dc1-280b1a1d1ea6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211022025654-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"artifactChecksum": "ZDNhZDAwNTg5NGNmYjcwZDFjZmQxMjVhMTZlY2I3NjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c55ba49b-41c1-4aff-9485-e88765e5b098"
}
],
"workloadContext": "Production"
}
2021-10-22T03:01:05.342Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-22T03:01:05.343Z|d43d33f4-8ac7-443a-8f8e-80a51a2e67a1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3 ASDC
2021-10-22T03:01:05.343Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:5579b08b-2566-4447-ada4-216c0d030cee
ServiceName:vFW 2021-10-22 02-56-54
ServiceVersion:1.0
ServiceUUID:b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3
ServiceInvariantUUID:ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211022025654-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar
ArtifactUUID:c55ba49b-41c1-4aff-9485-e88765e5b098
ArtifactChecksum:ZDNhZDAwNTg5NGNmYjcwZDFjZmQxMjVhMTZlY2I3NjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 932d87d3-2dfa 0
ResourceCustomizationUUID:c61884de-d8de-43fa-8cad-5c777e106f5e
ResourceInvariantUUID:0c596d06-2209-4bb1-8e27-db875bd69c02
ResourceName:vFW 932d87d3-2dfa
ResourceType:VF
ResourceUUID:3a99d2fc-9218-4668-ad27-4efd9143487c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw932d87d32dfa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json
ArtifactUUID:b971b6cc-276c-4e72-a5bb-15eb4f25e0d1
ArtifactChecksum:NzRkZTc5MWFmYmQzMGI2NDM2YWQ5MzhiNWIzOGM1MjM=
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/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml
ArtifactUUID:c31a5c1a-81cc-4f9b-90ea-543978fe5b05
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/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env
ArtifactUUID:a036e5f4-e964-4dc4-9dc1-280b1a1d1ea6
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/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env
ArtifactUUID:a036e5f4-e964-4dc4-9dc1-280b1a1d1ea6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-22T03:01:05.343Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3 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=?
2021-10-22T03:01:05.391Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T03:01:05.392Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-22T03:01:05.392Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-22T03:01:05.392Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c55ba49b-41c1-4aff-9485-e88765e5b098 from URL: /sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar
2021-10-22T03:01:05.392Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T03:01:05.392Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar
2021-10-22T03:01:05.507Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T03:01:05.515Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar c55ba49b-41c1-4aff-9485-e88765e5b098 98699
2021-10-22T03:01:05.518Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar ASDC sendASDCNotification
2021-10-22T03:01:05.518Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar
2021-10-22T03:01:05.518Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T03:01:05.519Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:01:05.521Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:01:05.521Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871665518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:01:05.621Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:01:05.622Z||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.
2021-10-22T03:01:05.622Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:01:05.637Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:01:05.638Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-22T03:01:06.521Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T03:01:06.523Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-22T03:01:06.523Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c55ba49b-41c1-4aff-9485-e88765e5b098, URL: /sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar to file: /app/ASDC/1/service-Vfw20211022025654-csar.csar
2021-10-22T03:01:06.524Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211022025654-csar.csar
2021-10-22T03:01:06.524Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211022025654-csar.csar
2021-10-22T03:01:06.524Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211022025654-csar.csar
2021-10-22T03:01:06.753Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11104064396573691304/Definitions/service-Vfw20211022025654-template.yml
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
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
2021-10-22T03:01:09.332Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-22T03:01:09.333Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-22T03:01:09.333Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211022025654-csar.csar
2021-10-22T03:01:09.334Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-22T03:01:09.334Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||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-Vfw20211022025654-csar.csar
2021-10-22T03:01:09.334Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||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-Vfw20211022025654-csar.csar
2021-10-22T03:01:09.334Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211022025654-csar.csar
2021-10-22T03:01:09.334Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211022025654-csar.csar
2021-10-22T03:01:09.334Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211022025654-csar.csar
2021-10-22T03:01:09.335Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||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-Vfw20211022025654-csar.csar
2021-10-22T03:01:09.335Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 932d87d3-2dfa 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-Vfw20211022025654-csar.csar
2021-10-22T03:01:09.335Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211022025654-csar.csar
2021-10-22T03:01:09.335Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211022025654-csar.csar
2021-10-22T03:01:09.335Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211022025654-csar.csar
2021-10-22T03:01:09.335Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211022025654-csar.csar
2021-10-22T03:01:09.335Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211022025654-csar.csar
2021-10-22T03:01:09.335Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211022025654-csar.csar
2021-10-22T03:01:09.335Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-22T03:01:09.336Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:09.336Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:01:09.336Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is matching search criteria
2021-10-22T03:01:09.336Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-22T03:01:09.336Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 932d87d3-2dfa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T03:01:09.337Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:09.337Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:01:09.337Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is matching search criteria
2021-10-22T03:01:09.337Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-22T03:01:09.337Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 932d87d3-2dfa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T03:01:09.338Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:09.338Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:01:09.338Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:09.338Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is not matching search criteria
2021-10-22T03:01:09.338Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-22T03:01:09.339Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-22T03:01:09.339Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-22T03:01:09.339Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-22T03:01:09.339Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T03:01:09.339Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-22T03:01:09.339Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-22T03:01:09.339Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-22T03:01:09.340Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-22T03:01:09.340Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-22T03:01:09.340Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-22T03:01:09.340Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-22T03:01:09.340Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-22T03:01:09.340Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-22T03:01:09.341Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T03:01:09.341Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-22T03:01:09.341Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:09.341Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-22T03:01:09.341Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:09.341Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is matching search criteria
2021-10-22T03:01:09.341Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 932d87d3-2dfa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T03:01:09.342Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:09.342Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is matching search criteria
2021-10-22T03:01:09.342Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 932d87d3-2dfa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T03:01:09.342Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:09.342Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is matching search criteria
2021-10-22T03:01:09.342Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 932d87d3-2dfa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T03:01:09.343Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:09.343Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is not matching search criteria
2021-10-22T03:01:09.343Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-22T03:01:09.343Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-22T03:01:09.343Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-22T03:01:09.343Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-22T03:01:09.343Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-22T03:01:09.343Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-22T03:01:09.344Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-22T03:01:09.344Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-22T03:01:09.344Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-22T03:01:09.344Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-22T03:01:09.344Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T03:01:09.344Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e00935e1-fce0-458c-b0c1-0f99d6e26cdc
2021-10-22T03:01:09.344Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:09.344Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is not matching search criteria
2021-10-22T03:01:09.345Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-22T03:01:09.345Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-22T03:01:09.345Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-22T03:01:09.345Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-22T03:01:09.345Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T03:01:09.345Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-22T03:01:09.345Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-22T03:01:09.345Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-22T03:01:09.345Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-22T03:01:09.346Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-22T03:01:09.346Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-22T03:01:09.346Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T03:01:09.346Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dc5d1623-2849-463e-984d-e195c1eb4002
2021-10-22T03:01:09.346Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:09.346Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is not matching search criteria
2021-10-22T03:01:09.347Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-22T03:01:09.347Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-22T03:01:09.347Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-22T03:01:09.347Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-22T03:01:09.347Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T03:01:09.347Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-22T03:01:09.347Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-22T03:01:09.347Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-22T03:01:09.348Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-22T03:01:09.348Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-22T03:01:09.348Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-22T03:01:09.348Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-22T03:01:09.348Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4fa566fa-6742-4d50-be13-69a5e20af06b
2021-10-22T03:01:09.348Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:09.348Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:01:09.348Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:09.349Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:01:09.349Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:09.349Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:01:09.349Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:09.349Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:01:09.349Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-10-22 02-56-54
Description:catalog service description
Model UUID:b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3
Model Version:NULL
Model InvariantUuid:ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 932d87d3-2dfa
Model UUID:9a0e0bf9-8d6c-4ec1-8b48-1cce1fc7448a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0c596d06-2209-4bb1-8e27-db875bd69c02
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c61884de-d8de-43fa-8cad-5c777e106f5e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c3c38722-2d55-471b-aa6d-63acdd879838
ModelName:Vfw932d87d32dfa..base_vfw..module-0
ModelUuid:48dfd544-b754-4037-82b4-d74dad4ccdf4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e00935e1-fce0-458c-b0c1-0f99d6e26cdc
ModelInvariantUuid:f17f4ab1-ff9e-40de-b526-b5db4f6d32a7
ModelName:vFW 932d87d3-2dfa-nodes.vfwCvfc
ModelUuid:a9f69d65-211c-4e5d-b69a-9a51d187fd4a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:88c26538-df14-43d2-aed7-ad680a6013e6
ModelInvariantUuid:035477d8-4ecb-4cd5-8d0a-d87e6c9b824b
ModelName:Vfw932d87d32dfa.compute.nodes.heat.vfw
ModelUuid:d752ec02-368e-4b2b-a35e-906eaaffeb1c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:dc5d1623-2849-463e-984d-e195c1eb4002
ModelInvariantUuid:825cb941-ee9c-4a3c-91ce-bf5a3f690e26
ModelName:vFW 932d87d3-2dfa-nodes.vsnCvfc
ModelUuid:d48b12f7-73b8-4c44-b515-b32bef6272d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:9959b403-1939-45a7-b19a-07c9aeac61cd
ModelInvariantUuid:43c6be2c-1922-42bc-ba23-4efde93490d7
ModelName:Vfw932d87d32dfa.compute.nodes.heat.vsn
ModelUuid:03953002-3eec-455a-a82c-cedfbe0aba2d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4fa566fa-6742-4d50-be13-69a5e20af06b
ModelInvariantUuid:62661a07-077e-44ce-acfa-b93f8047e245
ModelName:vFW 932d87d3-2dfa-nodes.vpgCvfc
ModelUuid:b9fae39c-4b1c-420e-b679-560e59d92684
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:13e9bea6-ef49-4ff6-86c9-6be56fb04a46
ModelInvariantUuid:2b04b57e-3144-47a2-8bb2-fd17fe87e4b9
ModelName:Vfw932d87d32dfa.compute.nodes.heat.vpg
ModelUuid:bc4f337d-ad38-4b49-8366-08ea26a93515
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=?
2021-10-22T03:01:09.357Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 3a99d2fc-9218-4668-ad27-4efd9143487c
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=?
2021-10-22T03:01:09.360Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||vFW 932d87d3-2dfa 0
2021-10-22T03:01:09.361Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3a99d2fc-9218-4668-ad27-4efd9143487c
2021-10-22T03:01:09.361Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b971b6cc-276c-4e72-a5bb-15eb4f25e0d1 from URL: /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json
2021-10-22T03:01:09.361Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T03:01:09.361Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json
2021-10-22T03:01:09.530Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T03:01:09.530Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json b971b6cc-276c-4e72-a5bb-15eb4f25e0d1 785
2021-10-22T03:01:09.530Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json ASDC sendASDCNotification
2021-10-22T03:01:09.531Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json
2021-10-22T03:01:09.531Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T03:01:09.531Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:01:09.534Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:01:09.534Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871669530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:01:09.635Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:01:09.635Z||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.
2021-10-22T03:01:09.636Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:01:09.650Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:01:09.651Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-22T03:01:10.535Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw932d87d32dfa..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c3c38722-2d55-471b-aa6d-63acdd879838",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "48dfd544-b754-4037-82b4-d74dad4ccdf4",
"vfModuleModelCustomizationUUID": "b9fc5e5c-eb91-429c-8f21-cf742829d2d9",
"isBase": true,
"artifacts": [
"c31a5c1a-81cc-4f9b-90ea-543978fe5b05",
"a036e5f4-e964-4dc4-9dc1-280b1a1d1ea6"
],
"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": ""
}
}
]
2021-10-22T03:01:10.539Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw932d87d32dfa..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:48dfd544-b754-4037-82b4-d74dad4ccdf4
VfModuleModelInvariantUUID:c3c38722-2d55-471b-aa6d-63acdd879838
VfModuleModelDescription:NULL
Artifacts UUID List:{
c31a5c1a-81cc-4f9b-90ea-543978fe5b05
,
a036e5f4-e964-4dc4-9dc1-280b1a1d1ea6
}
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
}
2021-10-22T03:01:10.542Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw932d87d32dfa..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c3c38722-2d55-471b-aa6d-63acdd879838",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "48dfd544-b754-4037-82b4-d74dad4ccdf4",
"vfModuleModelCustomizationUUID": "b9fc5e5c-eb91-429c-8f21-cf742829d2d9",
"isBase": true,
"artifacts": [
"c31a5c1a-81cc-4f9b-90ea-543978fe5b05",
"a036e5f4-e964-4dc4-9dc1-280b1a1d1ea6"
],
"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": ""
}
}
]
2021-10-22T03:01:10.542Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw932d87d32dfa..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:48dfd544-b754-4037-82b4-d74dad4ccdf4
VfModuleModelInvariantUUID:c3c38722-2d55-471b-aa6d-63acdd879838
VfModuleModelDescription:NULL
Artifacts UUID List:{
c31a5c1a-81cc-4f9b-90ea-543978fe5b05
,
a036e5f4-e964-4dc4-9dc1-280b1a1d1ea6
}
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
}
2021-10-22T03:01:10.542Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c31a5c1a-81cc-4f9b-90ea-543978fe5b05 from URL: /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml
2021-10-22T03:01:10.542Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T03:01:10.542Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml
2021-10-22T03:01:10.953Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T03:01:10.954Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml c31a5c1a-81cc-4f9b-90ea-543978fe5b05 20368
2021-10-22T03:01:10.955Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-22T03:01:10.955Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml
2021-10-22T03:01:10.955Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T03:01:10.955Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:01:10.957Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:01:10.957Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871670955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:01:11.057Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:01:11.058Z||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.
2021-10-22T03:01:11.058Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:01:11.072Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:01:11.073Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-22T03:01:11.958Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a036e5f4-e964-4dc4-9dc1-280b1a1d1ea6 from URL: /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env
2021-10-22T03:01:11.959Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T03:01:11.959Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env
2021-10-22T03:01:12.598Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T03:01:12.598Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env a036e5f4-e964-4dc4-9dc1-280b1a1d1ea6 2098
2021-10-22T03:01:12.598Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-22T03:01:12.599Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env
2021-10-22T03:01:12.599Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T03:01:12.599Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:01:12.601Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:01:12.601Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871672598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:01:12.701Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:01:12.702Z||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.
2021-10-22T03:01:12.702Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:01:12.718Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:01:12.719Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-22T03:01:13.602Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3
2021-10-22T03:01:13.603Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 932d87d3-2dfa 0 3a99d2fc-9218-4668-ad27-4efd9143487c 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=?
2021-10-22T03:01:13.627Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d120735, org.onap.sdc.toscaparser.api.parameters.Input@54bb8444, org.onap.sdc.toscaparser.api.parameters.Input@73b741d6, org.onap.sdc.toscaparser.api.parameters.Input@94c97c2, org.onap.sdc.toscaparser.api.parameters.Input@640a0271]
2021-10-22T03:01:13.628Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:13.629Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:01:13.629Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-10-22T03:01:13.629Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c61884de-d8de-43fa-8cad-5c777e106f5e
2021-10-22T03:01:13.629Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c61884de-d8de-43fa-8cad-5c777e106f5e matches Tosca VF Customization UUID: c61884de-d8de-43fa-8cad-5c777e106f5e
2021-10-22T03:01:13.629Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c61884de-d8de-43fa-8cad-5c777e106f5e 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=?
2021-10-22T03:01:13.632Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:13.632Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:01:13.633Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c61884de-d8de-43fa-8cad-5c777e106f5e: {\"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\"}
2021-10-22T03:01:13.633Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f6de60d
2021-10-22T03:01:13.633Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:13.633Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-22T03:01:13.633Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b9fc5e5c-eb91-429c-8f21-cf742829d2d9
2021-10-22T03:01:13.634Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b9fc5e5c-eb91-429c-8f21-cf742829d2d9
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=?
2021-10-22T03:01:13.637Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:13.637Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is matching search criteria
2021-10-22T03:01:13.637Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 932d87d3-2dfa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T03:01:13.637Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:13.637Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is matching search criteria
2021-10-22T03:01:13.637Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 932d87d3-2dfa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T03:01:13.638Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:13.638Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is not matching search criteria
2021-10-22T03:01:13.638Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-22T03:01:13.638Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-22T03:01:13.638Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-22T03:01:13.638Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-22T03:01:13.638Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-22T03:01:13.638Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-22T03:01:13.638Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-22T03:01:13.639Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-22T03:01:13.639Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-22T03:01:13.639Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-22T03:01:13.639Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T03:01:13.639Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e00935e1-fce0-458c-b0c1-0f99d6e26cdc
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=?
2021-10-22T03:01:13.642Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:13.642Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is matching search criteria
2021-10-22T03:01:13.642Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 932d87d3-2dfa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T03:01:13.642Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:13.642Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is not matching search criteria
2021-10-22T03:01:13.643Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-22T03:01:13.643Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-22T03:01:13.643Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-22T03:01:13.643Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-22T03:01:13.643Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T03:01:13.643Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-22T03:01:13.643Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-22T03:01:13.643Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-22T03:01:13.643Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-22T03:01:13.644Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-22T03:01:13.644Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-22T03:01:13.644Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T03:01:13.644Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dc5d1623-2849-463e-984d-e195c1eb4002
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=?
2021-10-22T03:01:13.647Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:13.647Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is matching search criteria
2021-10-22T03:01:13.647Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 932d87d3-2dfa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T03:01:13.649Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:13.649Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is not matching search criteria
2021-10-22T03:01:13.650Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-22T03:01:13.650Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-22T03:01:13.650Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-22T03:01:13.650Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-22T03:01:13.650Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T03:01:13.650Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-22T03:01:13.650Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-22T03:01:13.650Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-22T03:01:13.650Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-22T03:01:13.650Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-22T03:01:13.651Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-22T03:01:13.651Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-22T03:01:13.651Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4fa566fa-6742-4d50-be13-69a5e20af06b
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=?
2021-10-22T03:01:13.654Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:13.655Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is matching search criteria
2021-10-22T03:01:13.655Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 932d87d3-2dfa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T03:01:13.655Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:13.655Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Node template vFW 932d87d3-2dfa 0 is matching search criteria
2021-10-22T03:01:13.655Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 932d87d3-2dfa 0] matching following query criteria: sdcType=VF, customizationUUID=c61884de-d8de-43fa-8cad-5c777e106f5e
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=?
2021-10-22T03:01:13.657Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:13.657Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:01:13.657Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3: vFW 932d87d3-2dfa
2021-10-22T03:01:13.657Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:13.657Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:01:13.657Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:13.657Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:01:13.657Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:13.657Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:01:13.658Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:13.658Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:01:13.658Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:01:13.658Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 02-56-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:01:13.658Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-10-22 02-56-54
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 (?, ?, ?, ?, ?)
2021-10-22T03:01:13.905Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 932d87d3-2dfa 3a99d2fc-9218-4668-ad27-4efd9143487c 1 ASDC deployResourceStructure
2021-10-22T03:01:13.905Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json ASDC sendASDCNotification
2021-10-22T03:01:13.905Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json
2021-10-22T03:01:13.906Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T03:01:13.906Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:01:13.908Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:01:13.908Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871673905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-22T03:01:14.008Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:01:14.009Z||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.
2021-10-22T03:01:14.009Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:01:14.269Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:01:14.270Z||pool-30-thread-1|||||INFO|500||cambria reply ok (261 ms):{"serverTimeMs":0,"count":1}
2021-10-22T03:01:14.909Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-22T03:01:14.909Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml
2021-10-22T03:01:14.909Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T03:01:14.910Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:01:14.911Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:01:14.912Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871674909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-22T03:01:15.012Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:01:15.013Z||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.
2021-10-22T03:01:15.013Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:01:15.027Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:01:15.027Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-22T03:01:15.913Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-22T03:01:15.913Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env
2021-10-22T03:01:15.913Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T03:01:15.914Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:01:15.916Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:01:15.916Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871675912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-22T03:01:16.016Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:01:16.017Z||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.
2021-10-22T03:01:16.017Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:01:16.037Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:01:16.038Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-22T03:01:16.916Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar ASDC sendASDCNotification
2021-10-22T03:01:16.917Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar
2021-10-22T03:01:16.918Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T03:01:16.918Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:01:16.920Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:01:16.920Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871676916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T03:01:17.020Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:01:17.021Z||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.
2021-10-22T03:01:17.021Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:01:17.035Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:01:17.036Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-22T03:01:17.921Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5579b08b-2566-4447-ada4-216c0d030cee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-22T03:01:17.932Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5579b08b-2566-4447-ada4-216c0d030cee
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=?
2021-10-22T03:01:17.936Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T03:01:17.936Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-22T03:01:17.936Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-22T03:01:17.936Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-22T03:01:17.936Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T03:01:17.936Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T03:01:17.936Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T03:01:17.936Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T03:01:17.936Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T03:01:17.936Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T03:01:17.936Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T03:01:17.942Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-22T03:01:47.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:01:47.089Z||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.
2021-10-22T03:01:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:01:47.721Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:01:47.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:01:47.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d43d33f4-8ac7-443a-8f8e-80a51a2e67a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871652626,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T03:01:47.723Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:01:47.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:01:47.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871653646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:01:47.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:01:47.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:01:47.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871653646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json",
"status": "NOTIFIED"
}
2021-10-22T03:01:47.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871653646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-22T03:01:47.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871653646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:01:47.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871653646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-22T03:01:47.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871653646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:01:47.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871653646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:01:47.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:01:47.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871665518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:01:47.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871669530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:01:47.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871670955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:01:47.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871672598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:01:47.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871673905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/vfw932d87d32dfa0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-22T03:01:47.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871674909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-22T03:01:47.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871675912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/resourceInstances/vfw932d87d32dfa0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-22T03:01:47.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T03:01:47.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871676916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022025654/1.0/artifacts/service-Vfw20211022025654-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T03:01:47.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:01:47.942Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5579b08b-2566-4447-ada4-216c0d030cee 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=?
2021-10-22T03:01:47.947Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5579b08b-2566-4447-ada4-216c0d030cee and serviceModelVersionId: b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3
2021-10-22T03:01:47.947Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850
2021-10-22T03:01:47.948Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850/model-vers/model-ver/b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3?depth=0
2021-10-22T03:01:47.953Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-10-22T03:01:47.996Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850/model-vers/model-ver/b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3?depth=0|INFO|500||Invoke
2021-10-22T03:01:47.997Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850/model-vers/model-ver/b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850/model-vers/model-ver/b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5579b08b-2566-4447-ada4-216c0d030cee], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[378f8fba-831c-4795-be40-c9746f54cce4], X-ECOMP-RequestID=[5579b08b-2566-4447-ada4-216c0d030cee], X-TransactionId=[], X-ONAP-RequestID=[5579b08b-2566-4447-ada4-216c0d030cee], Content-Type=[application/merge-patch+json]}
2021-10-22T03:01:48.022Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850/model-vers/model-ver/b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-22T03:01:48.195Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850/model-vers/model-ver/b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3?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/ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850/model-vers/model-ver/b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211022-03:01:48:029-38355], vertex-id=[200752], Content-Length=[0], Date=[Fri, 22 Oct 2021 03:01:48 GMT], Content-Type=[application/json]}
2021-10-22T03:01:48.195Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850/model-vers/model-ver/b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-22T03:01:48.196Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7115ef-f9b6-49b9-99c4-7bd1bf8e8850/model-vers/model-ver/b3db2b05-7b0b-4d2f-9cac-1efdb87a58b3?depth=0|INFO|500||InvokeReturn
2021-10-22T03:01:48.196Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-22T03:01:48.196Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T03:01:48.201Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-22T03:01:48.201Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5579b08b-2566-4447-ada4-216c0d030cee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-22T03:01:48.201Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-22T03:01:48.202Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:01:48.204Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:01:48.204Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871708201,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T03:01:48.304Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:01:48.305Z||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.
2021-10-22T03:01:48.306Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:01:48.320Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:01:48.321Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 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=?
2021-10-22T03:01:49.216Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:01:49.217Z|5579b08b-2566-4447-ada4-216c0d030cee|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.
2021-10-22T03:01:49.217Z|5579b08b-2566-4447-ada4-216c0d030cee|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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:01:58.763Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:01:58.764Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:01:58.764Z|5579b08b-2566-4447-ada4-216c0d030cee|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.
2021-10-22T03:01:58.764Z|5579b08b-2566-4447-ada4-216c0d030cee|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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:02:08.301Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:02:08.302Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:02:08.303Z|5579b08b-2566-4447-ada4-216c0d030cee|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.
2021-10-22T03:02:08.303Z|5579b08b-2566-4447-ada4-216c0d030cee|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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:02:17.847Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:02:17.848Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:02:17.848Z|5579b08b-2566-4447-ada4-216c0d030cee|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.
2021-10-22T03:02:17.848Z|5579b08b-2566-4447-ada4-216c0d030cee|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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:02:27.393Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:02:47.085Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:02:47.086Z|5579b08b-2566-4447-ada4-216c0d030cee|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.
2021-10-22T03:02:47.086Z|5579b08b-2566-4447-ada4-216c0d030cee|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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:02:47.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:02:47.088Z||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.
2021-10-22T03:02:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:02:47.720Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:02:47.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T03:02:47.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5579b08b-2566-4447-ada4-216c0d030cee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634871708201,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T03:02:47.722Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:02:56.632Z|5579b08b-2566-4447-ada4-216c0d030cee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:03:47.085Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:03:47.086Z||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.
2021-10-22T03:03:47.086Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:03:47.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:03:47.089Z||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.
2021-10-22T03:03:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:03:56.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:03:56.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:04:47.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:04:47.086Z||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.
2021-10-22T03:04:47.086Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:04:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:04:47.088Z||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.
2021-10-22T03:04:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:04:56.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:04:56.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:05:47.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:05:47.086Z||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.
2021-10-22T03:05:47.086Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:05:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:05:47.088Z||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.
2021-10-22T03:05:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:05:56.643Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:05:56.643Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:06:47.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:06:47.085Z||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.
2021-10-22T03:06:47.085Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:06:47.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:06:47.088Z||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.
2021-10-22T03:06:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:06:56.639Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:06:56.641Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:07:47.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:07:47.086Z||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.
2021-10-22T03:07:47.086Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:07:47.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:07:47.088Z||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.
2021-10-22T03:07:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:07:56.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:07:56.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:08:47.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:08:47.086Z||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.
2021-10-22T03:08:47.086Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:08:47.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:08:47.088Z||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.
2021-10-22T03:08:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:08:47.715Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:08:47.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"baaa0a0b-1970-4ac9-92fa-e20746b061c4","serviceName":"Demo_pNF_9ZThNBKKDm9f7MOtX0W0","serviceVersion":"1.0","serviceUUID":"72abafdb-40c4-4dd0-b3ba-8ae591305ca6","serviceDescription":"catalog service description","serviceInvariantUUID":"26fdeef4-6eb2-4563-a384-093292e1ffbd","resources":[{"resourceInstanceName":"pNF 2878d321-a67a 0","resourceName":"pNF 2878d321-a67a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8f81eb0d-a1c5-4934-92ee-6870492a91ce","resourceInvariantUUID":"808d5a9e-b64a-46d2-8df9-253a28dec0f3","resourceCustomizationUUID":"f3faf889-7c8b-426b-ad33-80b61bf2208d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vf-license-model.xml","artifactChecksum":"ZWIwNWNhYTIxYzdmZGZjZWVjM2U5MDU0NjUxNDgwZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fcd6d4c3-7d53-4dd4-bb0c-6d1bf755d971","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/pNF.csar","artifactChecksum":"ZjNjYWJiMGRmNDA5MmFmOGNlZTdhYjFhYTUwYTFiYTU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7583c82b-8cb9-4157-aafd-a5b8a8f3b92d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"116aae12-8139-4d02-9233-76e7d38a29d4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vendor-license-model.xml","artifactChecksum":"MTg3NjI1YTU5NmMxNzljNWJjZDg1N2VmNjUzYmJjMjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"10916663-d349-493d-87a7-7e554405e208","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dfb2784d-da5c-43f9-9c29-90194abfb6f5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b7d4ad15-33e1-4fa6-a3c0-1dfebc8ffd94","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml","artifactChecksum":"MmJlNzEyZjlkMWJiNzEwYzk1NGVhNjNjN2Y5ZjEyNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"010c6b76-6105-47f5-9b64-c7c0467badd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar","artifactChecksum":"ZGEzZmNiOTAyZmZlNWYzNWU1ODhiYTljMmFiZDFjODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"87f10c3b-f4b2-4aca-9fd9-577581c39527","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-22T03:08:47.718Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T03:08:47.718Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:08:47.720Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:08:47.720Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872127085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.720Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:08:47.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872086327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.725Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "cds",
"timestamp": 1634872084035,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.726Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1634872086850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.726Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "dcae-sch",
"timestamp": 1634872086835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.726Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872086327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.727Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "cds",
"timestamp": 1634872084035,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.727Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1634872086850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.727Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "dcae-sch",
"timestamp": 1634872086835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.728Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872086327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.728Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "cds",
"timestamp": 1634872084035,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.728Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1634872086850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.728Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "dcae-sch",
"timestamp": 1634872086835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.729Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872086327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.729Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1634872086850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.729Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "cds",
"timestamp": 1634872084035,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "dcae-sch",
"timestamp": 1634872086835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "clamp",
"timestamp": 1634872093914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872086327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1634872086850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "cds",
"timestamp": 1634872084035,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "dcae-sch",
"timestamp": 1634872086835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "clamp",
"timestamp": 1634872093914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872086327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "cds",
"timestamp": 1634872084035,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1634872086850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-10-22T03:08:47.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "dcae-sch",
"timestamp": 1634872086835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "clamp",
"timestamp": 1634872093914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872086327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "cds",
"timestamp": 1634872084035,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1634872086850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "dcae-sch",
"timestamp": 1634872086835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "clamp",
"timestamp": 1634872093914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872086327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:08:47.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "cds",
"timestamp": 1634872084035,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:08:47.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1634872086850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "dcae-sch",
"timestamp": 1634872086835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "clamp",
"timestamp": 1634872093914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "clamp",
"timestamp": 1634872093914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1634872099750,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:08:47.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:08:47.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "cds",
"timestamp": 1634872099766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:08:47.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:08:47.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "clamp",
"timestamp": 1634872093914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634872100037,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "cds",
"timestamp": 1634872100775,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-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 (?, ?, ?, ?, ?)
2021-10-22T03:08:47.753Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of baaa0a0b-1970-4ac9-92fa-e20746b061c4
2021-10-22T03:08:47.753Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId baaa0a0b-1970-4ac9-92fa-e20746b061c4 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 (?, ?, ?, ?, ?)
2021-10-22T03:08:47.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1634872101060,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-10-22T03:08:47.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:08:47.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "clamp",
"timestamp": 1634872093914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:08:47.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634872100037,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "policy-id",
"timestamp": 1634872101070,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1634872102065,
"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=?
2021-10-22T03:08:47.770Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of baaa0a0b-1970-4ac9-92fa-e20746b061c4
2021-10-22T03:08:47.770Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId baaa0a0b-1970-4ac9-92fa-e20746b061c4 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 (?, ?, ?, ?, ?)
2021-10-22T03:08:47.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634872100037,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "policy-id",
"timestamp": 1634872101070,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634872100037,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "policy-id",
"timestamp": 1634872101070,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634872100037,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "policy-id",
"timestamp": 1634872101070,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634872100037,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "policy-id",
"timestamp": 1634872101070,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634872100037,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "policy-id",
"timestamp": 1634872101070,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "aai-ml",
"timestamp": 1634872106890,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634872100037,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:08:47.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "policy-id",
"timestamp": 1634872101070,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "aai-ml",
"timestamp": 1634872106890,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "policy-id",
"timestamp": 1634872101070,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:08:47.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634872109497,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:08:47.786Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:08:47.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "aai-ml",
"timestamp": 1634872106890,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "aai-ml",
"timestamp": 1634872106890,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "policy-id",
"timestamp": 1634872110860,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:08:47.786Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:08:47.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634872111394,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T03:08:47.787Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:08:47.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "aai-ml",
"timestamp": 1634872106890,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "policy-id",
"timestamp": 1634872111863,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T03:08:47.787Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:08:47.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634872112397,
"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=?
2021-10-22T03:08:47.793Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of baaa0a0b-1970-4ac9-92fa-e20746b061c4
2021-10-22T03:08:47.793Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId baaa0a0b-1970-4ac9-92fa-e20746b061c4 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 (?, ?, ?, ?, ?)
2021-10-22T03:08:47.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "aai-ml",
"timestamp": 1634872106890,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "policy-id",
"timestamp": 1634872112866,
"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=?
2021-10-22T03:08:47.809Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of baaa0a0b-1970-4ac9-92fa-e20746b061c4
2021-10-22T03:08:47.809Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId baaa0a0b-1970-4ac9-92fa-e20746b061c4 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 (?, ?, ?, ?, ?)
2021-10-22T03:08:47.820Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:08:47.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "aai-ml",
"timestamp": 1634872106890,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:47.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.821Z||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.
2021-10-22T03:08:47.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "clamp",
"timestamp": 1634872114139,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:08:47.821Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:08:47.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:08:47.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "aai-ml",
"timestamp": 1634872106890,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:08:47.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:08:47.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "aai-ml",
"timestamp": 1634872115707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:08:47.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:08:47.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "clamp",
"timestamp": 1634872116149,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T03:08:47.822Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:08:47.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "clamp",
"timestamp": 1634872117151,
"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=?
2021-10-22T03:08:47.833Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of baaa0a0b-1970-4ac9-92fa-e20746b061c4
2021-10-22T03:08:47.833Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId baaa0a0b-1970-4ac9-92fa-e20746b061c4 and ComponentName clamp
2021-10-22T03:08:47.835Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:08:47.835Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
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 (?, ?, ?, ?, ?)
2021-10-22T03:08:47.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "aai-ml",
"timestamp": 1634872121761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T03:08:47.847Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:08:47.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:08:47.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "aai-ml",
"timestamp": 1634872122764,
"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=?
2021-10-22T03:08:47.853Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of baaa0a0b-1970-4ac9-92fa-e20746b061c4
2021-10-22T03:08:47.853Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId baaa0a0b-1970-4ac9-92fa-e20746b061c4 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 (?, ?, ?, ?, ?)
2021-10-22T03:08:48.721Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T03:08:48.722Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:08:48.724Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:08:48.724Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872127085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:48.824Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:08:48.825Z||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.
2021-10-22T03:08:48.825Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:08:48.838Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:08:48.839Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-22T03:08:49.724Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T03:08:49.725Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:08:49.726Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:08:49.726Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872127085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:49.827Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-22T03:08:49.828Z||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.
2021-10-22T03:08:49.828Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:08:49.842Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:08:49.842Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-22T03:08:50.727Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T03:08:50.728Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:08:50.729Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:08:50.730Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872127085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:50.830Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:08:50.831Z||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.
2021-10-22T03:08:50.831Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:08:50.846Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:08:50.847Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-22T03:08:51.730Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T03:08:51.732Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:08:51.734Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:08:51.734Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872127085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:51.835Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-22T03:08:51.835Z||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.
2021-10-22T03:08:51.835Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:08:51.853Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:08:51.853Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-22T03:08:52.735Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T03:08:52.735Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:08:52.737Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:08:52.737Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872127085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:52.838Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:08:52.839Z||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.
2021-10-22T03:08:52.839Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:08:52.855Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:08:52.855Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-22T03:08:53.738Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T03:08:53.739Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:08:53.741Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:08:53.741Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872127085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:08:53.841Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:08:53.843Z||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.
2021-10-22T03:08:53.843Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:08:53.857Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:08:53.858Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-22T03:08:54.741Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T03:08:54.742Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:08:54.744Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:08:54.744Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872127085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:08:54.844Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:08:54.845Z||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.
2021-10-22T03:08:54.845Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:08:54.868Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:08:54.869Z||pool-42-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-10-22T03:08:55.745Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"serviceName": "Demo_pNF_9ZThNBKKDm9f7MOtX0W0",
"serviceVersion": "1.0",
"serviceUUID": "72abafdb-40c4-4dd0-b3ba-8ae591305ca6",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "26fdeef4-6eb2-4563-a384-093292e1ffbd",
"resources": [
{
"resourceInstanceName": "pNF 2878d321-a67a 0",
"resourceCustomizationUUID": "f3faf889-7c8b-426b-ad33-80b61bf2208d",
"resourceName": "pNF 2878d321-a67a",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "8f81eb0d-a1c5-4934-92ee-6870492a91ce",
"resourceInvariantUUID": "808d5a9e-b64a-46d2-8df9-253a28dec0f3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"artifactChecksum": "ZGEzZmNiOTAyZmZlNWYzNWU1ODhiYTljMmFiZDFjODY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "87f10c3b-f4b2-4aca-9fd9-577581c39527"
}
],
"workloadContext": "Production"
}
2021-10-22T03:08:55.745Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-22T03:08:55.745Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 72abafdb-40c4-4dd0-b3ba-8ae591305ca6 ASDC
2021-10-22T03:08:55.745Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:baaa0a0b-1970-4ac9-92fa-e20746b061c4
ServiceName:Demo_pNF_9ZThNBKKDm9f7MOtX0W0
ServiceVersion:1.0
ServiceUUID:72abafdb-40c4-4dd0-b3ba-8ae591305ca6
ServiceInvariantUUID:26fdeef4-6eb2-4563-a384-093292e1ffbd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar
ArtifactUUID:87f10c3b-f4b2-4aca-9fd9-577581c39527
ArtifactChecksum:ZGEzZmNiOTAyZmZlNWYzNWU1ODhiYTljMmFiZDFjODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2878d321-a67a 0
ResourceCustomizationUUID:f3faf889-7c8b-426b-ad33-80b61bf2208d
ResourceInvariantUUID:808d5a9e-b64a-46d2-8df9-253a28dec0f3
ResourceName:pNF 2878d321-a67a
ResourceType:PNF
ResourceUUID:8f81eb0d-a1c5-4934-92ee-6870492a91ce
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-10-22T03:08:55.745Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 72abafdb-40c4-4dd0-b3ba-8ae591305ca6 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=?
2021-10-22T03:08:55.773Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T03:08:55.774Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T03:08:55.774Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T03:08:55.774Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 87f10c3b-f4b2-4aca-9fd9-577581c39527 from URL: /sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar
2021-10-22T03:08:55.774Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-22T03:08:55.775Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar
2021-10-22T03:08:56.130Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-22T03:08:56.135Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar 87f10c3b-f4b2-4aca-9fd9-577581c39527 82548
2021-10-22T03:08:56.135Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar ASDC sendASDCNotification
2021-10-22T03:08:56.135Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar
2021-10-22T03:08:56.135Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T03:08:56.136Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:08:56.137Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:08:56.137Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872136135,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:08:56.238Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-22T03:08:56.239Z||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.
2021-10-22T03:08:56.239Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:08:56.273Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:08:56.274Z||pool-43-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2021-10-22T03:08:57.138Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T03:08:57.139Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T03:08:57.140Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 87f10c3b-f4b2-4aca-9fd9-577581c39527, URL: /sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar to file: /app/ASDC/1/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar
2021-10-22T03:08:57.140Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar
2021-10-22T03:08:57.141Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar
2021-10-22T03:08:57.141Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar
2021-10-22T03:08:57.289Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14075938079431389783/Definitions/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml
2021-10-22T03:08:58.053Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-22T03:08:58.053Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-22T03:08:58.053Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar
2021-10-22T03:08:58.053Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-22T03:08:58.053Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar
2021-10-22T03:08:58.053Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar
2021-10-22T03:08:58.053Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar
2021-10-22T03:08:58.054Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar
2021-10-22T03:08:58.054Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar
2021-10-22T03:08:58.054Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2878d321-a67a 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-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar
2021-10-22T03:08:58.054Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar
2021-10-22T03:08:58.054Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-22T03:08:58.054Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:08:58.054Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9ZThNBKKDm9f7MOtX0W0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:08:58.054Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Node template pNF 2878d321-a67a 0 is matching search criteria
2021-10-22T03:08:58.055Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-22T03:08:58.055Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 2878d321-a67a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T03:08:58.055Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:08:58.055Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9ZThNBKKDm9f7MOtX0W0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:08:58.055Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Node template pNF 2878d321-a67a 0 is matching search criteria
2021-10-22T03:08:58.055Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-22T03:08:58.055Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 2878d321-a67a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T03:08:58.055Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:08:58.055Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9ZThNBKKDm9f7MOtX0W0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:08:58.055Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:08:58.056Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9ZThNBKKDm9f7MOtX0W0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:08:58.056Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:08:58.056Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9ZThNBKKDm9f7MOtX0W0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:08:58.056Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:08:58.056Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9ZThNBKKDm9f7MOtX0W0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:08:58.056Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:08:58.056Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9ZThNBKKDm9f7MOtX0W0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:08:58.056Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_9ZThNBKKDm9f7MOtX0W0
Description:catalog service description
Model UUID:72abafdb-40c4-4dd0-b3ba-8ae591305ca6
Model Version:NULL
Model InvariantUuid:26fdeef4-6eb2-4563-a384-093292e1ffbd
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=?
2021-10-22T03:08:58.063Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8f81eb0d-a1c5-4934-92ee-6870492a91ce
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=?
2021-10-22T03:08:58.068Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||pNF 2878d321-a67a 0
2021-10-22T03:08:58.069Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8f81eb0d-a1c5-4934-92ee-6870492a91ce
2021-10-22T03:08:58.069Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 72abafdb-40c4-4dd0-b3ba-8ae591305ca6
2021-10-22T03:08:58.069Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 72abafdb-40c4-4dd0-b3ba-8ae591305ca6
2021-10-22T03:08:58.070Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2878d321-a67a 0 8f81eb0d-a1c5-4934-92ee-6870492a91ce 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=?
2021-10-22T03:08:58.075Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b9f1c58, org.onap.sdc.toscaparser.api.parameters.Input@6b023597, org.onap.sdc.toscaparser.api.parameters.Input@552f2406, org.onap.sdc.toscaparser.api.parameters.Input@34b55efd, org.onap.sdc.toscaparser.api.parameters.Input@671bf9ef]
2021-10-22T03:08:58.075Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:08:58.075Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9ZThNBKKDm9f7MOtX0W0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:08:58.076Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 72abafdb-40c4-4dd0-b3ba-8ae591305ca6: pNF 2878d321-a67a
2021-10-22T03:08:58.076Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||Processing PNF resource: 8f81eb0d-a1c5-4934-92ee-6870492a91ce
2021-10-22T03:08:58.076Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:08:58.076Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9ZThNBKKDm9f7MOtX0W0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:08:58.076Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||Resource customization UUID: f3faf889-7c8b-426b-ad33-80b61bf2208d is the same as notified resource customizationUUID: f3faf889-7c8b-426b-ad33-80b61bf2208d
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-22T03:08:58.153Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2878d321-a67a 8f81eb0d-a1c5-4934-92ee-6870492a91ce 0 ASDC deployResourceStructure
2021-10-22T03:08:58.153Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar ASDC sendASDCNotification
2021-10-22T03:08:58.154Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar
2021-10-22T03:08:58.154Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T03:08:58.154Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:08:58.156Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:08:58.156Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872138153,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T03:08:58.256Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:08:58.257Z||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.
2021-10-22T03:08:58.257Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:08:58.272Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:08:58.273Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-22T03:08:59.156Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: baaa0a0b-1970-4ac9-92fa-e20746b061c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-22T03:08:59.168Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: baaa0a0b-1970-4ac9-92fa-e20746b061c4
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=?
2021-10-22T03:08:59.170Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T03:08:59.170Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-22T03:08:59.171Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-22T03:08:59.171Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-22T03:08:59.171Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T03:08:59.171Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T03:08:59.171Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T03:08:59.171Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T03:08:59.171Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T03:08:59.171Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T03:08:59.171Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T03:08:59.171Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T03:08:59.177Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-22T03:09:29.178Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: baaa0a0b-1970-4ac9-92fa-e20746b061c4 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=?
2021-10-22T03:09:29.184Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: baaa0a0b-1970-4ac9-92fa-e20746b061c4 and serviceModelVersionId: 72abafdb-40c4-4dd0-b3ba-8ae591305ca6
2021-10-22T03:09:29.184Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 26fdeef4-6eb2-4563-a384-093292e1ffbd
2021-10-22T03:09:29.185Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/26fdeef4-6eb2-4563-a384-093292e1ffbd/model-vers/model-ver/72abafdb-40c4-4dd0-b3ba-8ae591305ca6?depth=0
2021-10-22T03:09:29.191Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-10-22T03:09:29.238Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26fdeef4-6eb2-4563-a384-093292e1ffbd/model-vers/model-ver/72abafdb-40c4-4dd0-b3ba-8ae591305ca6?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]}
2021-10-22T03:09:29.239Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26fdeef4-6eb2-4563-a384-093292e1ffbd/model-vers/model-ver/72abafdb-40c4-4dd0-b3ba-8ae591305ca6?depth=0|INFO|500||Invoke
2021-10-22T03:09:29.264Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26fdeef4-6eb2-4563-a384-093292e1ffbd/model-vers/model-ver/72abafdb-40c4-4dd0-b3ba-8ae591305ca6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-22T03:09:30.424Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26fdeef4-6eb2-4563-a384-093292e1ffbd/model-vers/model-ver/72abafdb-40c4-4dd0-b3ba-8ae591305ca6?depth=0|INFO|500||InvokeReturn
2021-10-22T03:09:30.425Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26fdeef4-6eb2-4563-a384-093292e1ffbd/model-vers/model-ver/72abafdb-40c4-4dd0-b3ba-8ae591305ca6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211022-03:09:29:276-1614], vertex-id=[225528], Content-Length=[0], Date=[Fri, 22 Oct 2021 03:09:29 GMT], Content-Type=[application/json]}
2021-10-22T03:09:30.425Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-10-22T03:09:30.425Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-22T03:09:30.425Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T03:09:30.430Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-22T03:09:30.430Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID baaa0a0b-1970-4ac9-92fa-e20746b061c4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-22T03:09:30.430Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-22T03:09:30.431Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:09:30.432Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:09:30.433Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872170430,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T03:09:30.533Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:09:30.534Z||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.
2021-10-22T03:09:30.534Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:09:30.554Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:09:30.555Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 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=?
2021-10-22T03:09:47.085Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:09:47.086Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|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.
2021-10-22T03:09:47.086Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:09:47.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:09:47.088Z||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.
2021-10-22T03:09:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:09:47.213Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:09:47.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:09:47.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872127085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:09:47.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:09:56.635Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:10:47.085Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:10:47.085Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|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.
2021-10-22T03:10:47.086Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:10:47.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:10:47.088Z||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.
2021-10-22T03:10:47.088Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:10:47.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:10:47.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:10:47.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872127085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:10:47.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872127085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:10:47.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872127085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:10:47.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872127085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:10:47.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872127085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/resourceInstances/pnf2878d321a67a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:10:47.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872127085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:10:47.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:10:47.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872127085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:10:47.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T03:10:47.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:10:47.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872136135,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:10:47.619Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:10:47.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:10:47.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872138153,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9zthnbkkdm9f7motx0w0/1.0/artifacts/service-DemoPnf9zthnbkkdm9f7motx0w0-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T03:10:47.619Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:10:47.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T03:10:47.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baaa0a0b-1970-4ac9-92fa-e20746b061c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872170430,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T03:10:47.619Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:10:56.632Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:11:47.085Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:11:47.085Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|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.
2021-10-22T03:11:47.086Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:11:47.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T03:11:47.088Z||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.
2021-10-22T03:11:47.089Z||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 uyBTqv1TfQBXgZdG) ...
2021-10-22T03:11:47.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:11:47.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "dcae-sch",
"timestamp": 1634872266835,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "ves-openapi-manager",
"timestamp": 1634872266850,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872266327,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "clamp",
"timestamp": 1634872273913,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872266327,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:11:47.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "dcae-sch",
"timestamp": 1634872266835,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "ves-openapi-manager",
"timestamp": 1634872266850,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "clamp",
"timestamp": 1634872273913,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:11:47.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "cds",
"timestamp": 1634872279035,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634872280037,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "cds",
"timestamp": 1634872279035,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:11:47.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634872280037,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:11:47.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "policy-id",
"timestamp": 1634872281070,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "cds",
"timestamp": 1634872282256,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:11:47.600Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:11:47.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "policy-id",
"timestamp": 1634872281070,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:11:47.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634872282769,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:11:47.600Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:11:47.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "cds",
"timestamp": 1634872283262,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T03:11:47.616Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dd5c2a40-9f33-40bf-b3ec-0808f3b43997
2021-10-22T03:11:47.616Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd5c2a40-9f33-40bf-b3ec-0808f3b43997 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 (?, ?, ?, ?, ?)
2021-10-22T03:11:47.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "policy-id",
"timestamp": 1634872284006,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:11:47.628Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:11:47.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634872284290,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T03:11:47.628Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:11:47.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "policy-id",
"timestamp": 1634872285010,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T03:11:47.628Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:11:47.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634872285294,
"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=?
2021-10-22T03:11:47.634Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd5c2a40-9f33-40bf-b3ec-0808f3b43997
2021-10-22T03:11:47.634Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd5c2a40-9f33-40bf-b3ec-0808f3b43997 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 (?, ?, ?, ?, ?)
2021-10-22T03:11:47.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "policy-id",
"timestamp": 1634872286012,
"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=?
2021-10-22T03:11:47.650Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd5c2a40-9f33-40bf-b3ec-0808f3b43997
2021-10-22T03:11:47.650Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd5c2a40-9f33-40bf-b3ec-0808f3b43997 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 (?, ?, ?, ?, ?)
2021-10-22T03:11:47.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "aai-ml",
"timestamp": 1634872286890,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "clamp",
"timestamp": 1634872288185,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:11:47.661Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:11:47.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "aai-ml",
"timestamp": 1634872286890,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:11:47.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "clamp",
"timestamp": 1634872290182,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T03:11:47.661Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:11:47.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "aai-ml",
"timestamp": 1634872290564,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:11:47.661Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:11:47.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "clamp",
"timestamp": 1634872291185,
"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=?
2021-10-22T03:11:47.675Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dd5c2a40-9f33-40bf-b3ec-0808f3b43997
2021-10-22T03:11:47.675Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd5c2a40-9f33-40bf-b3ec-0808f3b43997 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 (?, ?, ?, ?, ?)
2021-10-22T03:11:47.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872286327,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1634872286850,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "dcae-sch",
"timestamp": 1634872286835,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872286327,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-10-22T03:11:47.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "dcae-sch",
"timestamp": 1634872286835,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1634872286850,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "cds",
"timestamp": 1634872294035,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872286327,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-10-22T03:11:47.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "dcae-sch",
"timestamp": 1634872286835,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1634872286850,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "aai-ml",
"timestamp": 1634872295003,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T03:11:47.688Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:11:47.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "cds",
"timestamp": 1634872294035,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872286327,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "dcae-sch",
"timestamp": 1634872286835,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1634872286850,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "aai-ml",
"timestamp": 1634872296006,
"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=?
2021-10-22T03:11:47.694Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dd5c2a40-9f33-40bf-b3ec-0808f3b43997
2021-10-22T03:11:47.694Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd5c2a40-9f33-40bf-b3ec-0808f3b43997 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 (?, ?, ?, ?, ?)
2021-10-22T03:11:47.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "cds",
"timestamp": 1634872294035,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872286327,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-10-22T03:11:47.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "dcae-sch",
"timestamp": 1634872286835,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1634872286850,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "cds",
"timestamp": 1634872294035,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872286327,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "dcae-sch",
"timestamp": 1634872286835,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1634872286850,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "cds",
"timestamp": 1634872294035,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872286327,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:11:47.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "dcae-sch",
"timestamp": 1634872286835,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1634872286850,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "cds",
"timestamp": 1634872294035,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "cds",
"timestamp": 1634872294035,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:11:47.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872300525,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:11:47.707Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:11:47.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "cds",
"timestamp": 1634872301429,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:11:47.707Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:11:47.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "policy-id",
"timestamp": 1634872301070,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872301760,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:11:47.707Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:11:47.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "cds",
"timestamp": 1634872302434,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T03:11:47.721Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:11:47.722Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.723Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"dd5c2a40-9f33-40bf-b3ec-0808f3b43997","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"141cdf29-1a8e-4c51-bbb4-f80f3a1521db","serviceDescription":"service","serviceInvariantUUID":"803f0b0c-9ceb-420d-9c9e-73f327397708","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3339b1c1-6448-4289-8302-3d990245a1cd","resourceInvariantUUID":"74042a27-5235-486d-b9c6-716d0e7cb988","resourceCustomizationUUID":"2940bad0-a0ab-4a6b-91b0-bb36c6b69d57","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":"MWNiZjQ5NTFjNDAwOTIzMmE1MzA1ODJhZDE0OGM2MjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f716b6aa-1cbf-41ca-96d0-cdd25fa11d44","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODg3NzI2NmQwM2E1MjU5NWJmZDc0ZDRkMjg0OTFiNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45b4e1a2-890a-44dd-9ec5-0bd25c37c5fc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-22T03:11:47.723Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 023f8566-58e4-487d-ac6a-524631f66fbf
2021-10-22T03:11:47.723Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023f8566-58e4-487d-ac6a-524631f66fbf 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=?
2021-10-22T03:11:47.726Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T03:11:47.726Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T03:11:47.728Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:11:47.728Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872307085,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "policy-id",
"timestamp": 1634872301070,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872302817,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:11:47.733Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:11:47.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "policy-id",
"timestamp": 1634872301070,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-10-22T03:11:47.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872303832,
"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=?
2021-10-22T03:11:47.739Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 023f8566-58e4-487d-ac6a-524631f66fbf
2021-10-22T03:11:47.740Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023f8566-58e4-487d-ac6a-524631f66fbf 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 (?, ?, ?, ?, ?)
2021-10-22T03:11:47.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "clamp",
"timestamp": 1634872303913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "policy-id",
"timestamp": 1634872301070,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872304835,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-22T03:11:47.750Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T03:11:47.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "clamp",
"timestamp": 1634872303913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-10-22T03:11:47.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "policy-id",
"timestamp": 1634872301070,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "clamp",
"timestamp": 1634872303913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023f8566-58e4-487d-ac6a-524631f66fbf",
"consumerID": "policy-id",
"timestamp": 1634872301070,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T03:11:47.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7a19e85-1e42-4edd-9bd3-b7fecf2b5a39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634872306327,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T03:11:47.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-22T03:11:47.829Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-22T03:11:47.829Z||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.
2021-10-22T03:11:47.829Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:11:47.847Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:11:47.847Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-22T03:11:48.729Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T03:11:48.730Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:11:48.733Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:11:48.733Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872307085,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T03:11:48.833Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:11:48.834Z||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.
2021-10-22T03:11:48.834Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:11:48.848Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:11:48.848Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-22T03:11:49.734Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "141cdf29-1a8e-4c51-bbb4-f80f3a1521db",
"serviceDescription": "service",
"serviceInvariantUUID": "803f0b0c-9ceb-420d-9c9e-73f327397708",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "2940bad0-a0ab-4a6b-91b0-bb36c6b69d57",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "3339b1c1-6448-4289-8302-3d990245a1cd",
"resourceInvariantUUID": "74042a27-5235-486d-b9c6-716d0e7cb988",
"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": "ODg3NzI2NmQwM2E1MjU5NWJmZDc0ZDRkMjg0OTFiNzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "45b4e1a2-890a-44dd-9ec5-0bd25c37c5fc"
}
],
"workloadContext": "Production"
}
2021-10-22T03:11:49.734Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-22T03:11:49.735Z|baaa0a0b-1970-4ac9-92fa-e20746b061c4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 141cdf29-1a8e-4c51-bbb4-f80f3a1521db ASDC
2021-10-22T03:11:49.735Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:dd5c2a40-9f33-40bf-b3ec-0808f3b43997
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:141cdf29-1a8e-4c51-bbb4-f80f3a1521db
ServiceInvariantUUID:803f0b0c-9ceb-420d-9c9e-73f327397708
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:45b4e1a2-890a-44dd-9ec5-0bd25c37c5fc
ArtifactChecksum:ODg3NzI2NmQwM2E1MjU5NWJmZDc0ZDRkMjg0OTFiNzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:2940bad0-a0ab-4a6b-91b0-bb36c6b69d57
ResourceInvariantUUID:74042a27-5235-486d-b9c6-716d0e7cb988
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:3339b1c1-6448-4289-8302-3d990245a1cd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-10-22T03:11:49.735Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 141cdf29-1a8e-4c51-bbb4-f80f3a1521db 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=?
2021-10-22T03:11:49.764Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T03:11:49.765Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T03:11:49.765Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T03:11:49.765Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 45b4e1a2-890a-44dd-9ec5-0bd25c37c5fc from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-22T03:11:49.765Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-22T03:11:49.765Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-22T03:11:50.191Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-22T03:11:50.195Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 45b4e1a2-890a-44dd-9ec5-0bd25c37c5fc 52180
2021-10-22T03:11:50.195Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-22T03:11:50.195Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-22T03:11:50.195Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T03:11:50.196Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T03:11:50.198Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T03:11:50.198Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "dd5c2a40-9f33-40bf-b3ec-0808f3b43997",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634872310195,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T03:11:50.298Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T03:11:50.299Z||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.
2021-10-22T03:11:50.299Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uyBTqv1TfQBXgZdG) ...
2021-10-22T03:11:50.313Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T03:11:50.314Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-22T03:11:51.198Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T03:11:51.200Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T03:11:51.200Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 45b4e1a2-890a-44dd-9ec5-0bd25c37c5fc, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T03:11:51.200Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-22T03:11:51.200Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T03:11:51.200Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T03:11:51.292Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10814259514356402523/Definitions/service-BasicNetwork-template.yml
2021-10-22T03:11:51.699Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-22T03:11:51.699Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-22T03:11:51.699Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T03:11:51.700Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-22T03:11:51.700Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T03:11:51.700Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T03:11:51.700Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T03:11:51.700Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T03:11:51.700Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T03:11:51.700Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T03:11:51.700Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T03:11:51.700Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T03:11:51.701Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-22T03:11:51.701Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:11:51.701Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:11:51.701Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-22T03:11:51.701Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-22T03:11:51.701Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T03:11:51.701Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:11:51.702Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:11:51.702Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-22T03:11:51.702Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-22T03:11:51.702Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T03:11:51.702Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:11:51.702Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:11:51.702Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:11:51.702Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:11:51.702Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:11:51.703Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:11:51.703Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:11:51.703Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:11:51.703Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:11:51.703Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:11:51.703Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:141cdf29-1a8e-4c51-bbb4-f80f3a1521db
Model Version:NULL
Model InvariantUuid:803f0b0c-9ceb-420d-9c9e-73f327397708
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:74042a27-5235-486d-b9c6-716d0e7cb988
Model UUID:4759e845-e47a-4101-8831-eef93b8ce4e5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:2940bad0-a0ab-4a6b-91b0-bb36c6b69d57
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=?
2021-10-22T03:11:51.710Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 3339b1c1-6448-4289-8302-3d990245a1cd
2021-10-22T03:11:51.710Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||No resources found for Service: 141cdf29-1a8e-4c51-bbb4-f80f3a1521db
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=?
2021-10-22T03:11:51.714Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||
2021-10-22T03:11:51.714Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-10-22T03:11:51.714Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 141cdf29-1a8e-4c51-bbb4-f80f3a1521db
2021-10-22T03:11:51.714Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 141cdf29-1a8e-4c51-bbb4-f80f3a1521db
2021-10-22T03:11:51.714Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-10-22T03:11:51.714Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T03:11:51.719Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e44e326, org.onap.sdc.toscaparser.api.parameters.Input@1f6f552a, org.onap.sdc.toscaparser.api.parameters.Input@75e2b23c, org.onap.sdc.toscaparser.api.parameters.Input@4fe65570, org.onap.sdc.toscaparser.api.parameters.Input@6f2d279]
2021-10-22T03:11:51.721Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:11:51.722Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:11:51.722Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:11:51.722Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:11:51.722Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 141cdf29-1a8e-4c51-bbb4-f80f3a1521db: Generic NeutronNet
2021-10-22T03:11:51.722Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:11:51.723Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:11:51.723Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:11:51.723Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-10-22T03:11:51.757Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:11:51.758Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:11:51.758Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T03:11:51.758Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T03:11:51.758Z|dd5c2a40-9f33-40bf-b3ec-0808f3b43997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery