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-08-26T07:01:57.454Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-58db5c47c8-mxgwj with PID 14 (/app/app.jar started by so in /app)
2021-08-26T07:01:57.460Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-26T07:01:57.461Z||main|||||INFO|500||The following profiles are active: basic
2021-08-26T07:02:22.575Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-26T07:02:22.576Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-26T07:02:22.782Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-26T07:02:28.742Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-26T07:02:28.988Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-26T07:02:29.733Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-26T07:02:29.746Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-26T07:02:29.910Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-26T07:02:30.345Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-26T07:02:32.576Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-26T07:02:40.234Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-26T07:02:42.929Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-26T07:02:42.981Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-26T07:02:43.778Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-26T07:02:43.907Z||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-08-26T07:02:45.582Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-26T07:02:46.742Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-08-26T07:02:46.780Z||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$$c162f7de.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-08-26T07:02:46.782Z||main|||||WARN|500||The sdc end point is not alive
2021-08-26T07:02:50.181Z||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-08-26T07:02:52.652Z||main|||||WARN|500||---
2021-08-26T07:02:52.653Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-26T07:02:52.653Z||main|||||WARN|500||---
2021-08-26T07:02:52.994Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-26T07:02:56.637Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-26T07:02:56.641Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-26T07:02:56.649Z||main|||||INFO|500||Started Application in 62.868 seconds (JVM running for 70.805)
2021-08-26T07:02:56.688Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-26T07:02:56.739Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-26T07:02:56.807Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3e97c4e6-e06a-4482-acdc-31f08a166b69 url= /sdc/v1/artifactTypes
2021-08-26T07:02:56.808Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-26T07:02:57.485Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-26T07:02:57.506Z||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-08-26T07:02:57.530Z||scheduling-1|||||DEBUG|500||create keys
2021-08-26T07:02:57.538Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-26T07:02:57.579Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:02:57.600Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1b78effa-523d-40b9-b8c8-33016e8b04d6 url= /sdc/v1/registerForDistribution
2021-08-26T07:02:57.771Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1b78effa-523d-40b9-b8c8-33016e8b04d6 url= /sdc/v1/registerForDistribution
2021-08-26T07:02:57.772Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-26T07:02:57.788Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:02:57.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:02:57.795Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-26T07:02:57.801Z||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-08-26T07:02:57.801Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:02:57.801Z||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-08-26T07:02:57.802Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:03:08.069Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:03:08.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:03:57.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:03:57.790Z||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-08-26T07:03:57.791Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:03:57.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:03:57.792Z||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-08-26T07:03:57.792Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:04:07.365Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:04:07.365Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:04:57.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:04:57.780Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:04:57.790Z||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-08-26T07:04:57.790Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:04:57.789Z||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-08-26T07:04:57.791Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:05:07.352Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:05:07.354Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:05:57.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:05:57.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:05:57.792Z||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-08-26T07:05:57.793Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:05:57.792Z||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-08-26T07:05:57.793Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:06:07.372Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:06:07.386Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:06:57.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:06:57.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:06:57.785Z||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-08-26T07:06:57.785Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:06:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:06:57.786Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:07:07.347Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:07:07.347Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:07:57.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:07:57.780Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:07:57.785Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:07:57.786Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:07:57.792Z||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-08-26T07:07:57.792Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:08:07.347Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:08:07.351Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:08:57.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:08:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:08:57.789Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:08:57.790Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:08:57.789Z||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-08-26T07:08:57.791Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:09:07.357Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:09:07.358Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:09:57.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:09:57.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:09:57.787Z||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-08-26T07:09:57.787Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:09:57.797Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:09:57.798Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:10:07.368Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:10:07.370Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:10:57.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:10:57.780Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:10:57.786Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:10:57.786Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:10:57.787Z||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-08-26T07:10:57.787Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:11:07.351Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:11:07.351Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:11:57.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:11:57.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:11:57.789Z||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-08-26T07:11:57.789Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:11:57.789Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:11:57.789Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:12:07.343Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:12:07.343Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:12:13.484Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-26T07:12:57.783Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:12:57.787Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:12:57.787Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:12:57.783Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:12:57.789Z||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-08-26T07:12:57.789Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:13:07.346Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:13:07.379Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:13:57.780Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:13:57.785Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:13:57.786Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:13:57.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:13:57.796Z||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-08-26T07:13:57.796Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:14:07.348Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:14:07.348Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:14:57.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:14:57.784Z||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-08-26T07:14:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:14:57.780Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:14:57.791Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:14:57.791Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:15:07.350Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:15:07.364Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:15:57.783Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:15:57.797Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:15:57.798Z||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-08-26T07:15:57.798Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:15:57.803Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:15:57.803Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:16:07.358Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:16:07.357Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:16:57.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:16:57.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:16:57.783Z||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-08-26T07:16:57.783Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:16:57.784Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:16:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:17:07.336Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:17:07.338Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:17:57.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:17:57.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:17:57.782Z||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-08-26T07:17:57.782Z||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-08-26T07:17:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:17:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:18:07.346Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:18:07.348Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:18:57.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:18:57.785Z||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-08-26T07:18:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:18:57.787Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:18:57.789Z||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-08-26T07:18:57.789Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:19:07.343Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:19:07.361Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:19:57.780Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:19:57.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:19:57.785Z||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-08-26T07:19:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:19:57.785Z||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-08-26T07:19:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:20:07.362Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:20:07.364Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:20:57.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:20:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:20:57.783Z||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-08-26T07:20:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:20:57.783Z||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-08-26T07:20:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:21:07.349Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:21:07.352Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:21:57.780Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:21:57.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:21:57.785Z||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-08-26T07:21:57.785Z||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-08-26T07:21:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:21:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:22:07.343Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:22:07.343Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:22:57.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:22:57.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:22:57.782Z||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-08-26T07:22:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:22:57.785Z||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-08-26T07:22:57.787Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:23:07.350Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:23:07.350Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:23:57.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:23:57.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:23:57.783Z||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-08-26T07:23:57.783Z||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-08-26T07:23:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:23:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:24:07.346Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:24:07.353Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:24:57.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:24:57.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:24:57.784Z||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-08-26T07:24:57.784Z||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-08-26T07:24:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:24:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:25:07.342Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:25:07.346Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:25:57.780Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:25:57.791Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:25:57.792Z||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-08-26T07:25:57.792Z||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-08-26T07:25:57.792Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:25:57.792Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:26:07.349Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:26:07.351Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:26:57.780Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:26:57.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:26:57.788Z||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-08-26T07:26:57.788Z||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-08-26T07:26:57.788Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:26:57.788Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:27:07.348Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:27:07.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:27:57.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:27:57.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:27:57.783Z||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-08-26T07:27:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:27:57.783Z||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-08-26T07:27:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:28:07.351Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:28:07.351Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:28:57.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:28:57.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:28:57.783Z||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-08-26T07:28:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:28:57.783Z||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-08-26T07:28:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:29:07.344Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:29:07.349Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:29:57.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:29:57.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:29:57.787Z||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-08-26T07:29:57.787Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:29:57.787Z||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-08-26T07:29:57.794Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:30:07.357Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:30:07.357Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:30:57.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:30:57.780Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:30:57.785Z||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-08-26T07:30:57.785Z||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-08-26T07:30:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:30:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:31:07.335Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:31:07.345Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:31:57.780Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:31:57.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:31:57.783Z||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-08-26T07:31:57.783Z||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-08-26T07:31:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:31:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:32:07.339Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:32:07.345Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:32:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:32:57.780Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:32:57.783Z||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-08-26T07:32:57.783Z||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-08-26T07:32:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:32:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:33:07.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:33:07.358Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:33:57.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:33:57.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:33:57.783Z||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-08-26T07:33:57.783Z||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-08-26T07:33:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:33:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:34:07.347Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:34:07.348Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:34:57.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:34:57.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:34:57.786Z||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-08-26T07:34:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:34:57.787Z||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-08-26T07:34:57.787Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:35:07.339Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:35:07.339Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:35:57.779Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:35:57.783Z||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-08-26T07:35:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:35:57.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:35:57.788Z||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-08-26T07:35:57.789Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:36:07.336Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:36:07.339Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:36:57.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:36:57.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:36:57.792Z||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-08-26T07:36:57.792Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:36:57.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:36:57.794Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:37:07.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:37:07.374Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:37:57.780Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:37:57.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:37:57.783Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:37:57.783Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:37:57.783Z||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-08-26T07:37:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:38:07.355Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:38:07.355Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:38:57.780Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:38:57.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:38:57.783Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:38:57.783Z||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-08-26T07:38:57.783Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:38:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:39:07.340Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:39:07.340Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:39:57.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:39:57.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:39:57.782Z||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-08-26T07:39:57.782Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:39:57.782Z||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-08-26T07:39:57.782Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:40:07.339Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:40:07.341Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:40:57.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:40:57.782Z||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-08-26T07:40:57.782Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:40:57.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:40:57.785Z||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-08-26T07:40:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:41:07.341Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:41:07.349Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:41:57.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:41:57.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:41:57.783Z||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-08-26T07:41:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:41:57.784Z||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-08-26T07:41:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:42:07.359Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:42:07.382Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:42:57.780Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:42:57.782Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:42:57.784Z||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-08-26T07:42:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:42:57.789Z||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-08-26T07:42:57.789Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:43:07.341Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:43:07.344Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:43:57.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:43:57.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:43:57.783Z||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-08-26T07:43:57.783Z||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-08-26T07:43:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:43:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:44:07.335Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:44:07.349Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:44:57.779Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:44:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:44:57.783Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:44:57.783Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:44:57.783Z||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-08-26T07:44:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:45:07.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:45:07.346Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:45:57.780Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:45:57.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:45:57.786Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:45:57.786Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:45:57.786Z||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-08-26T07:45:57.787Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:46:07.350Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:46:07.353Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:46:57.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:46:57.780Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:46:57.786Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:46:57.786Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:46:57.786Z||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-08-26T07:46:57.787Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:47:07.373Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:47:07.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:47:57.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:47:57.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:47:57.782Z||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-08-26T07:47:57.782Z||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-08-26T07:47:57.782Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:47:57.782Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:48:07.347Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:48:07.349Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:48:57.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:48:57.784Z||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-08-26T07:48:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:48:57.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:48:57.786Z||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-08-26T07:48:57.787Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:49:07.348Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:49:07.353Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:49:57.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:49:57.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:49:57.782Z||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-08-26T07:49:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:49:57.782Z||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-08-26T07:49:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:50:07.350Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:50:07.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:50:57.783Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:50:57.788Z||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-08-26T07:50:57.788Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:50:57.780Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:50:57.796Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:50:57.796Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:51:07.349Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:51:07.369Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:51:57.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:51:57.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:51:57.783Z||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-08-26T07:51:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:51:57.783Z||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-08-26T07:51:57.798Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:52:07.361Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:52:07.361Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:52:57.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:52:57.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:52:57.783Z||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-08-26T07:52:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:52:57.785Z||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-08-26T07:52:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:53:07.337Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:53:07.359Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:53:57.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:53:57.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:53:57.784Z||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-08-26T07:53:57.784Z||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-08-26T07:53:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:53:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:54:07.349Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:54:07.349Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:54:57.782Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:54:57.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:54:57.788Z||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-08-26T07:54:57.788Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:54:57.792Z||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-08-26T07:54:57.792Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:55:07.345Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:55:07.353Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:55:57.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:55:57.783Z||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-08-26T07:55:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:55:57.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:55:57.790Z||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-08-26T07:55:57.790Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:56:07.358Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:56:07.397Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:56:57.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:56:57.784Z||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-08-26T07:56:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:56:57.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:56:57.785Z||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-08-26T07:56:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:57:07.360Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:57:07.368Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:57:57.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:57:57.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:57:57.786Z||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-08-26T07:57:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:57:57.786Z||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-08-26T07:57:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:58:07.345Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:58:07.351Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:58:57.780Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:58:57.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:58:57.784Z||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-08-26T07:58:57.784Z||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-08-26T07:58:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:58:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:59:07.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:59:07.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T07:59:57.780Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:59:57.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:59:57.783Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:59:57.783Z||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-08-26T07:59:57.783Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:59:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:00:07.350Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:00:07.350Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:00:57.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:00:57.780Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:00:57.788Z||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-08-26T08:00:57.789Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:00:57.789Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T08:00:57.790Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:01:07.353Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:01:07.354Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:01:57.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:01:57.785Z||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-08-26T08:01:57.794Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:01:57.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:01:57.794Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T08:01:57.794Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:02:07.352Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:02:07.367Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:02:57.780Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:02:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:02:57.782Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T08:02:57.783Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:02:57.782Z||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-08-26T08:02:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:02:58.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:02:58.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"86ba9052-2789-45c3-9972-1a5a539ce921","serviceName":"vFW 2021-08-26 07-59-00","serviceVersion":"1.0","serviceUUID":"e23f9429-0f02-4388-9be9-fb8d7299b596","serviceDescription":"catalog service description","serviceInvariantUUID":"6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19","resources":[{"resourceInstanceName":"vFW 75e1890f-997b 0","resourceName":"vFW 75e1890f-997b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e8dc4962-9de3-480a-bf4d-1830dbc0fc08","resourceInvariantUUID":"a162a54f-78a6-43fb-9b40-1c4e3437011b","resourceCustomizationUUID":"0398854c-8f64-407a-998e-1364e3743161","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vf-license-model.xml","artifactChecksum":"YjNjMzM5ZWE0NjJiYTQxMzE4MjgxZDM5OWE2MDMyNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"33fa74d9-0424-4f98-9c7d-bd412bc2e71f","artifactVersion":"1"},{"artifactName":"vfw75e1890f997b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json","artifactChecksum":"ZmUzMGEwM2E3M2E0MjhhYTI3MTg0MzVhYTBkZDdmZjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e8faac6b-02f6-4ff2-8da7-388560fc51e4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2dbb9d0f-98a4-4c03-b667-85d0a02e7123","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vendor-license-model.xml","artifactChecksum":"ODQxNTA3OWFmNTFjNjdkMzU1OGY0NzFiNDA3ODgyYmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"31c3e2e1-8460-4e33-9746-04a957795203","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"85c2230f-95bd-4dc1-b261-a0c1c8e0f2ab","artifactVersion":"2","generatedFromUUID":"2dbb9d0f-98a4-4c03-b667-85d0a02e7123"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210826075900-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-template.yml","artifactChecksum":"ZjI0NGZiMDk5NjA3NDM2NmFlM2Q3ODY1MGRhMGNiNDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"71881ad5-6ea6-4c02-942b-88199d1d125c","artifactVersion":"1"},{"artifactName":"service-Vfw20210826075900-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar","artifactChecksum":"MTU4YzZlZGM4YzE1YjUxODE2YTcxZDQ2N2UwYmE1Yjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aaa1a556-7780-4381-a2fc-78cbe1ab0ec5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-26T08:02:58.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:02:58.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "clamp",
"timestamp": 1629964927882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.446Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:02:58.453Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:02:58.469Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:02:58.470Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629964977780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629964924849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "aai-ml",
"timestamp": 1629964925835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "policy-id",
"timestamp": 1629964925437,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "ves-openapi-manager",
"timestamp": 1629964922978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "dcae-sch",
"timestamp": 1629964928777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "cds",
"timestamp": 1629964927582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629964924849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
"status": "NOTIFIED"
}
2021-08-26T08:02:58.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "clamp",
"timestamp": 1629964927882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
"status": "NOTIFIED"
}
2021-08-26T08:02:58.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "aai-ml",
"timestamp": 1629964925835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "policy-id",
"timestamp": 1629964925437,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "dcae-sch",
"timestamp": 1629964928777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "ves-openapi-manager",
"timestamp": 1629964922978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "cds",
"timestamp": 1629964927582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.484Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629964932545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.485Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "aai-ml",
"timestamp": 1629964925835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629964924849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-26T08:02:58.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "clamp",
"timestamp": 1629964927882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "policy-id",
"timestamp": 1629964925437,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-26T08:02:58.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "dcae-sch",
"timestamp": 1629964928777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.489Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "ves-openapi-manager",
"timestamp": 1629964922978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "cds",
"timestamp": 1629964927582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629964932545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.491Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "aai-ml",
"timestamp": 1629964925835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629964924849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "clamp",
"timestamp": 1629964927882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "policy-id",
"timestamp": 1629964925437,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "dcae-sch",
"timestamp": 1629964928777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "ves-openapi-manager",
"timestamp": 1629964922978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "cds",
"timestamp": 1629964927582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629964932545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.496Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "aai-ml",
"timestamp": 1629964925835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.497Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "clamp",
"timestamp": 1629964927882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.497Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629964924849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-26T08:02:58.498Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "policy-id",
"timestamp": 1629964925437,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "dcae-sch",
"timestamp": 1629964928777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "ves-openapi-manager",
"timestamp": 1629964922978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "cds",
"timestamp": 1629964927582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629964932545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "clamp",
"timestamp": 1629964927882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629964924849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "policy-id",
"timestamp": 1629964925437,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "aai-ml",
"timestamp": 1629964925835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "dcae-sch",
"timestamp": 1629964928777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "ves-openapi-manager",
"timestamp": 1629964922978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "cds",
"timestamp": 1629964927582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629964932545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "clamp",
"timestamp": 1629964927882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:02:58.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "aai-ml",
"timestamp": 1629964925835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:02:58.509Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629964924849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:02:58.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "policy-id",
"timestamp": 1629964925437,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:02:58.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "dcae-sch",
"timestamp": 1629964928777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "ves-openapi-manager",
"timestamp": 1629964922978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "cds",
"timestamp": 1629964927582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:02:58.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629964932545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629964932545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:02:58.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:02:58.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "cds",
"timestamp": 1629964939892,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:02:58.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:02:58.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629964939890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:02:58.516Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:02:58.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "aai-ml",
"timestamp": 1629964939994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:02:58.517Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:02:58.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "policy-id",
"timestamp": 1629964940182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:02:58.518Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:02:58.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "cds",
"timestamp": 1629964940913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-08-26T08:02:58.571Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2021-08-26T08:02:58.693Z||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-08-26T08:02:58.693Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:02:58.707Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:02:58.708Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:02:59.720Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:02:59.720Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:02:59.783Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:02:59.784Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629964977780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
"status": "NOTIFIED"
}
2021-08-26T08:02:59.884Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:02:59.885Z||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-08-26T08:02:59.885Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:02:59.903Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:02:59.904Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-26T08:03:00.784Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:03:00.785Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:01.503Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:01.504Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629964977780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-26T08:03:01.602Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-08-26T08:03:01.604Z||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-08-26T08:03:01.604Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-26T08:03:01.616Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:03:01.618Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:03:01.639Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 86ba9052-2789-45c3-9972-1a5a539ce921
2021-08-26T08:03:01.673Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86ba9052-2789-45c3-9972-1a5a539ce921 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-08-26T08:03:01.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "policy-id",
"timestamp": 1629964941194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-26T08:03:01.706Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:03:01.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629964941626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:03:01.707Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:03:01.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629964941664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:03:01.708Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:03:01.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "policy-id",
"timestamp": 1629964942198,
"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-08-26T08:03:01.726Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 86ba9052-2789-45c3-9972-1a5a539ce921
2021-08-26T08:03:01.726Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86ba9052-2789-45c3-9972-1a5a539ce921 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-08-26T08:03:01.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629964944242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:03:01.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:03:01.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629964946741,
"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-08-26T08:03:01.742Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 86ba9052-2789-45c3-9972-1a5a539ce921
2021-08-26T08:03:01.742Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86ba9052-2789-45c3-9972-1a5a539ce921 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-08-26T08:03:01.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629964947746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-26T08:03:01.753Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:03:01.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "clamp",
"timestamp": 1629964948774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:03:01.754Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:03:01.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629964949035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-26T08:03:01.754Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:03:01.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "clamp",
"timestamp": 1629964949844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-26T08:03:01.755Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:03:01.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629964950040,
"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-08-26T08:03:01.761Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 86ba9052-2789-45c3-9972-1a5a539ce921
2021-08-26T08:03:01.761Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86ba9052-2789-45c3-9972-1a5a539ce921 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-08-26T08:03:01.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "clamp",
"timestamp": 1629964950854,
"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-08-26T08:03:01.775Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 86ba9052-2789-45c3-9972-1a5a539ce921
2021-08-26T08:03:01.775Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86ba9052-2789-45c3-9972-1a5a539ce921 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-08-26T08:03:01.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "aai-ml",
"timestamp": 1629964954375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-26T08:03:01.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:03:01.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "aai-ml",
"timestamp": 1629964955381,
"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-08-26T08:03:01.789Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 86ba9052-2789-45c3-9972-1a5a539ce921
2021-08-26T08:03:01.789Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86ba9052-2789-45c3-9972-1a5a539ce921 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-08-26T08:03:02.505Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:03:02.507Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:02.509Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:02.510Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629964977780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:03:02.609Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:03:02.610Z||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-08-26T08:03:02.610Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:02.622Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:03:02.622Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:03:03.511Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:03:03.512Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:03.516Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:03.517Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629964977780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-26T08:03:03.615Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-26T08:03:03.617Z||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-08-26T08:03:03.617Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:03.628Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:03:03.629Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:03:04.518Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:03:04.519Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:04.524Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:04.525Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629964977780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:03:04.623Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-26T08:03:04.624Z||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-08-26T08:03:04.624Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:04.642Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:03:04.643Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:03:05.525Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:03:05.526Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:05.528Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:05.529Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629964977780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:03:05.629Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:03:05.631Z||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-08-26T08:03:05.631Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:05.644Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:03:05.645Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:03:06.531Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"serviceName": "vFW 2021-08-26 07-59-00",
"serviceVersion": "1.0",
"serviceUUID": "e23f9429-0f02-4388-9be9-fb8d7299b596",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19",
"resources": [
{
"resourceInstanceName": "vFW 75e1890f-997b 0",
"resourceCustomizationUUID": "0398854c-8f64-407a-998e-1364e3743161",
"resourceName": "vFW 75e1890f-997b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e8dc4962-9de3-480a-bf4d-1830dbc0fc08",
"resourceInvariantUUID": "a162a54f-78a6-43fb-9b40-1c4e3437011b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw75e1890f997b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
"artifactChecksum": "ZmUzMGEwM2E3M2E0MjhhYTI3MTg0MzVhYTBkZDdmZjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e8faac6b-02f6-4ff2-8da7-388560fc51e4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2dbb9d0f-98a4-4c03-b667-85d0a02e7123",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "85c2230f-95bd-4dc1-b261-a0c1c8e0f2ab",
"generatedFromUUID": "2dbb9d0f-98a4-4c03-b667-85d0a02e7123"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "85c2230f-95bd-4dc1-b261-a0c1c8e0f2ab",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210826075900-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"artifactChecksum": "MTU4YzZlZGM4YzE1YjUxODE2YTcxZDQ2N2UwYmE1Yjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "aaa1a556-7780-4381-a2fc-78cbe1ab0ec5"
}
],
"workloadContext": "Production"
}
2021-08-26T08:03:06.532Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-26T08:03:06.533Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e23f9429-0f02-4388-9be9-fb8d7299b596 ASDC
2021-08-26T08:03:06.671Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:86ba9052-2789-45c3-9972-1a5a539ce921
ServiceName:vFW 2021-08-26 07-59-00
ServiceVersion:1.0
ServiceUUID:e23f9429-0f02-4388-9be9-fb8d7299b596
ServiceInvariantUUID:6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210826075900-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar
ArtifactUUID:aaa1a556-7780-4381-a2fc-78cbe1ab0ec5
ArtifactChecksum:MTU4YzZlZGM4YzE1YjUxODE2YTcxZDQ2N2UwYmE1Yjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 75e1890f-997b 0
ResourceCustomizationUUID:0398854c-8f64-407a-998e-1364e3743161
ResourceInvariantUUID:a162a54f-78a6-43fb-9b40-1c4e3437011b
ResourceName:vFW 75e1890f-997b
ResourceType:VF
ResourceUUID:e8dc4962-9de3-480a-bf4d-1830dbc0fc08
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw75e1890f997b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json
ArtifactUUID:e8faac6b-02f6-4ff2-8da7-388560fc51e4
ArtifactChecksum:ZmUzMGEwM2E3M2E0MjhhYTI3MTg0MzVhYTBkZDdmZjk=
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/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml
ArtifactUUID:2dbb9d0f-98a4-4c03-b667-85d0a02e7123
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/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env
ArtifactUUID:85c2230f-95bd-4dc1-b261-a0c1c8e0f2ab
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/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env
ArtifactUUID:85c2230f-95bd-4dc1-b261-a0c1c8e0f2ab
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-26T08:03:06.672Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e23f9429-0f02-4388-9be9-fb8d7299b596 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-08-26T08:03:06.799Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:03:06.800Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-26T08:03:06.801Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-26T08:03:06.801Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: aaa1a556-7780-4381-a2fc-78cbe1ab0ec5 from URL: /sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:06.802Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-26T08:03:06.803Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:08.276Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-26T08:03:08.299Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar aaa1a556-7780-4381-a2fc-78cbe1ab0ec5 98747
2021-08-26T08:03:08.301Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar ASDC sendASDCNotification
2021-08-26T08:03:08.301Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:08.302Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:03:08.303Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:08.306Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:08.307Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629964988300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:03:08.406Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:03:08.408Z||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-08-26T08:03:08.408Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:08.428Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:03:08.429Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:03:09.310Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:03:09.320Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-26T08:03:09.321Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: aaa1a556-7780-4381-a2fc-78cbe1ab0ec5, URL: /sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar to file: /app/ASDC/1/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:09.322Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210826075900-csar.csar
2021-08-26T08:03:09.559Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:09.560Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:10.486Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP220871075978833949/Definitions/service-Vfw20210826075900-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_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
2021-08-26T08:03:13.246Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-26T08:03:13.252Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-26T08:03:13.252Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.252Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-26T08:03:13.253Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||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-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.253Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||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-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.253Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.253Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.253Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.253Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||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-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.253Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 75e1890f-997b 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-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.254Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.254Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||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-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.254Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.254Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.254Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.254Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.254Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-26T08:03:13.261Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:13.263Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:13.269Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is matching search criteria
2021-08-26T08:03:13.270Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-26T08:03:13.271Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 75e1890f-997b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:03:13.273Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:13.274Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:13.274Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is matching search criteria
2021-08-26T08:03:13.274Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-26T08:03:13.274Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 75e1890f-997b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:03:13.275Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:13.275Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:13.279Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:13.279Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is not matching search criteria
2021-08-26T08:03:13.279Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-26T08:03:13.279Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-26T08:03:13.279Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-26T08:03:13.280Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.280Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:13.280Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-26T08:03:13.280Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.280Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-26T08:03:13.280Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-26T08:03:13.281Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.281Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:13.281Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-26T08:03:13.281Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:13.281Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-26T08:03:13.281Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.281Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-26T08:03:13.282Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:13.282Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-26T08:03:13.283Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:13.283Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is matching search criteria
2021-08-26T08:03:13.283Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 75e1890f-997b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:03:13.284Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:13.284Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is matching search criteria
2021-08-26T08:03:13.284Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 75e1890f-997b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:03:13.284Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:13.285Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is matching search criteria
2021-08-26T08:03:13.285Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 75e1890f-997b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:03:13.285Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:13.285Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is not matching search criteria
2021-08-26T08:03:13.285Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-26T08:03:13.285Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-26T08:03:13.286Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-26T08:03:13.286Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-26T08:03:13.286Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-26T08:03:13.286Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.286Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:13.286Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-26T08:03:13.286Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:13.287Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-26T08:03:13.287Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.287Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c8f05a73-7608-4055-8a9a-cf0e61198bb5
2021-08-26T08:03:13.287Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:13.287Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is not matching search criteria
2021-08-26T08:03:13.287Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-26T08:03:13.288Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-26T08:03:13.288Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-26T08:03:13.288Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.288Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:13.288Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-26T08:03:13.288Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.288Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-26T08:03:13.289Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-26T08:03:13.289Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:13.289Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-26T08:03:13.289Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.289Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8bfb03d4-adaf-4714-b51e-51fb086dacf7
2021-08-26T08:03:13.289Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:13.290Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is not matching search criteria
2021-08-26T08:03:13.290Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-26T08:03:13.290Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-26T08:03:13.290Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-26T08:03:13.290Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.290Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:13.291Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-26T08:03:13.291Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.291Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-26T08:03:13.291Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-26T08:03:13.291Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.291Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:13.291Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-26T08:03:13.292Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=64a857a2-2014-4fd4-9d40-4a1d32b22169
2021-08-26T08:03:13.292Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:13.292Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:13.292Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:13.292Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:13.293Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:13.293Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:13.293Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:13.293Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:13.293Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-08-26 07-59-00
Description:catalog service description
Model UUID:e23f9429-0f02-4388-9be9-fb8d7299b596
Model Version:NULL
Model InvariantUuid:6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 75e1890f-997b
Model UUID:33113a96-b703-48d6-a0b2-d635ec2dbc67
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a162a54f-78a6-43fb-9b40-1c4e3437011b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0398854c-8f64-407a-998e-1364e3743161
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4e8b3139-89dd-4338-afab-64de2ac56afe
ModelName:Vfw75e1890f997b..base_vfw..module-0
ModelUuid:609ea7f5-46f7-4456-817b-c7dc6ba48fbd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c8f05a73-7608-4055-8a9a-cf0e61198bb5
ModelInvariantUuid:6c9bc1c6-45e7-4d8b-a39e-484d6c9ce2c9
ModelName:vFW 75e1890f-997b-nodes.vfwCvfc
ModelUuid:75e2a1af-8f3d-4529-86bd-6d81d28add45
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ca012e6e-6abe-44c0-afd8-9641b3f03135
ModelInvariantUuid:cca5a70a-b78b-4413-981e-646cfddef856
ModelName:Vfw75e1890f997b.compute.nodes.heat.vfw
ModelUuid:85f99d5b-17ff-4bc1-a8d6-7980370cf882
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8bfb03d4-adaf-4714-b51e-51fb086dacf7
ModelInvariantUuid:ff2c7878-b11c-4eab-a7b6-c58c9975a9cf
ModelName:vFW 75e1890f-997b-nodes.vsnCvfc
ModelUuid:b2624821-e209-4dc4-a5f5-fc11598d64b8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:b8afb5be-8c0b-4443-997a-60050ab1ea49
ModelInvariantUuid:6afea265-77f8-4529-a247-03cf1d7ee2b5
ModelName:Vfw75e1890f997b.compute.nodes.heat.vsn
ModelUuid:b7196f33-2e17-40ad-96e4-e62f7892bd98
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:64a857a2-2014-4fd4-9d40-4a1d32b22169
ModelInvariantUuid:81f70959-f176-4876-9e61-9934d9c08471
ModelName:vFW 75e1890f-997b-nodes.vpgCvfc
ModelUuid:535f8bd9-6fb9-4e5f-8337-a114ca7da75d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e4fbbfdb-c206-40f6-87d2-21ff682d6654
ModelInvariantUuid:78d535ee-5559-40ee-b620-6ffcd305c01a
ModelName:Vfw75e1890f997b.compute.nodes.heat.vpg
ModelUuid:75bb1ae2-cb45-4d53-a6a8-1935c07dc107
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-26T08:03:13.310Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e8dc4962-9de3-480a-bf4d-1830dbc0fc08
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:03:14.178Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||vFW 75e1890f-997b 0
2021-08-26T08:03:14.190Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e8dc4962-9de3-480a-bf4d-1830dbc0fc08
2021-08-26T08:03:14.190Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e8faac6b-02f6-4ff2-8da7-388560fc51e4 from URL: /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json
2021-08-26T08:03:14.190Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-26T08:03:14.191Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json
2021-08-26T08:03:14.577Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-26T08:03:14.577Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json e8faac6b-02f6-4ff2-8da7-388560fc51e4 785
2021-08-26T08:03:14.578Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json ASDC sendASDCNotification
2021-08-26T08:03:14.578Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json
2021-08-26T08:03:14.578Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:03:14.578Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:14.582Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:14.582Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629964994578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:03:14.681Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:03:14.682Z||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-08-26T08:03:14.682Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:14.702Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:03:14.703Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:03:15.583Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw75e1890f997b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "4e8b3139-89dd-4338-afab-64de2ac56afe",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "609ea7f5-46f7-4456-817b-c7dc6ba48fbd",
"vfModuleModelCustomizationUUID": "badefd85-6ee0-4384-b2a5-71b016357ba3",
"isBase": true,
"artifacts": [
"2dbb9d0f-98a4-4c03-b667-85d0a02e7123",
"85c2230f-95bd-4dc1-b261-a0c1c8e0f2ab"
],
"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-08-26T08:03:15.637Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw75e1890f997b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:609ea7f5-46f7-4456-817b-c7dc6ba48fbd
VfModuleModelInvariantUUID:4e8b3139-89dd-4338-afab-64de2ac56afe
VfModuleModelDescription:NULL
Artifacts UUID List:{
2dbb9d0f-98a4-4c03-b667-85d0a02e7123
,
85c2230f-95bd-4dc1-b261-a0c1c8e0f2ab
}
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-08-26T08:03:15.640Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw75e1890f997b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "4e8b3139-89dd-4338-afab-64de2ac56afe",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "609ea7f5-46f7-4456-817b-c7dc6ba48fbd",
"vfModuleModelCustomizationUUID": "badefd85-6ee0-4384-b2a5-71b016357ba3",
"isBase": true,
"artifacts": [
"2dbb9d0f-98a4-4c03-b667-85d0a02e7123",
"85c2230f-95bd-4dc1-b261-a0c1c8e0f2ab"
],
"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-08-26T08:03:15.640Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw75e1890f997b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:609ea7f5-46f7-4456-817b-c7dc6ba48fbd
VfModuleModelInvariantUUID:4e8b3139-89dd-4338-afab-64de2ac56afe
VfModuleModelDescription:NULL
Artifacts UUID List:{
2dbb9d0f-98a4-4c03-b667-85d0a02e7123
,
85c2230f-95bd-4dc1-b261-a0c1c8e0f2ab
}
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-08-26T08:03:15.640Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2dbb9d0f-98a4-4c03-b667-85d0a02e7123 from URL: /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml
2021-08-26T08:03:15.640Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-26T08:03:15.641Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml
2021-08-26T08:03:16.475Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-26T08:03:16.476Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml 2dbb9d0f-98a4-4c03-b667-85d0a02e7123 20368
2021-08-26T08:03:16.476Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-26T08:03:16.476Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml
2021-08-26T08:03:16.477Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:03:16.477Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:16.486Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:16.486Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629964996476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:03:16.583Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-08-26T08:03:16.585Z||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-08-26T08:03:16.585Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:16.597Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:03:16.598Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:03:17.487Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 85c2230f-95bd-4dc1-b261-a0c1c8e0f2ab from URL: /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env
2021-08-26T08:03:17.492Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-26T08:03:17.493Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env
2021-08-26T08:03:18.588Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-26T08:03:18.588Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env 85c2230f-95bd-4dc1-b261-a0c1c8e0f2ab 2098
2021-08-26T08:03:18.589Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-26T08:03:18.589Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env
2021-08-26T08:03:18.589Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:03:18.589Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:18.592Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:18.592Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629964998588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:03:18.692Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:03:18.693Z||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-08-26T08:03:18.693Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:18.705Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:03:18.705Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:03:19.592Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e23f9429-0f02-4388-9be9-fb8d7299b596
2021-08-26T08:03:19.597Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 75e1890f-997b 0 e8dc4962-9de3-480a-bf4d-1830dbc0fc08 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:03:19.645Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:19.646Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:19.647Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-08-26T08:03:19.647Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 0398854c-8f64-407a-998e-1364e3743161
2021-08-26T08:03:19.647Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0398854c-8f64-407a-998e-1364e3743161 matches Tosca VF Customization UUID: 0398854c-8f64-407a-998e-1364e3743161
2021-08-26T08:03:19.648Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 0398854c-8f64-407a-998e-1364e3743161 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-26T08:03:19.656Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:19.657Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:19.659Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 0398854c-8f64-407a-998e-1364e3743161: {\"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-08-26T08:03:19.659Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5bda72f0
2021-08-26T08:03:19.659Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:19.660Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-26T08:03:19.660Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : badefd85-6ee0-4384-b2a5-71b016357ba3
2021-08-26T08:03:19.661Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID badefd85-6ee0-4384-b2a5-71b016357ba3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-26T08:03:19.668Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:19.669Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is matching search criteria
2021-08-26T08:03:19.669Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 75e1890f-997b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:03:19.670Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:19.672Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is matching search criteria
2021-08-26T08:03:19.673Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 75e1890f-997b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:03:19.674Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:19.674Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is not matching search criteria
2021-08-26T08:03:19.675Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-26T08:03:19.675Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-26T08:03:19.676Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-26T08:03:19.676Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-26T08:03:19.677Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-26T08:03:19.677Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-26T08:03:19.678Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:19.679Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-26T08:03:19.679Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:19.680Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-26T08:03:19.680Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-26T08:03:19.681Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c8f05a73-7608-4055-8a9a-cf0e61198bb5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-26T08:03:19.689Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:19.690Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is matching search criteria
2021-08-26T08:03:19.690Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 75e1890f-997b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:03:19.690Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:19.691Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is not matching search criteria
2021-08-26T08:03:19.691Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-26T08:03:19.691Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-26T08:03:19.692Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-26T08:03:19.692Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-26T08:03:19.692Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:19.693Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-26T08:03:19.693Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-26T08:03:19.694Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-26T08:03:19.694Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-26T08:03:19.694Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:19.694Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-26T08:03:19.695Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-26T08:03:19.695Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8bfb03d4-adaf-4714-b51e-51fb086dacf7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-26T08:03:19.698Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:19.699Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is matching search criteria
2021-08-26T08:03:19.699Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 75e1890f-997b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:03:19.702Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:19.705Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is not matching search criteria
2021-08-26T08:03:19.705Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-26T08:03:19.706Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-26T08:03:19.706Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-26T08:03:19.707Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-26T08:03:19.707Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:19.707Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-26T08:03:19.708Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-26T08:03:19.708Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-26T08:03:19.708Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-26T08:03:19.709Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-26T08:03:19.709Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:19.710Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-26T08:03:19.710Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=64a857a2-2014-4fd4-9d40-4a1d32b22169
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-26T08:03:19.713Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:19.713Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is matching search criteria
2021-08-26T08:03:19.713Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 75e1890f-997b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:03:19.714Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:19.714Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is matching search criteria
2021-08-26T08:03:19.714Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 75e1890f-997b 0] matching following query criteria: sdcType=VF, customizationUUID=0398854c-8f64-407a-998e-1364e3743161
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:03:19.719Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:19.719Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:19.720Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e23f9429-0f02-4388-9be9-fb8d7299b596: vFW 75e1890f-997b
2021-08-26T08:03:19.720Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:19.720Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:19.721Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:19.721Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:19.721Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:19.722Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:19.722Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:19.722Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:19.723Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:03:19.723Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:19.723Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-08-26 07-59-00
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-08-26T08:03:20.012Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 75e1890f-997b e8dc4962-9de3-480a-bf4d-1830dbc0fc08 1 ASDC deployResourceStructure
2021-08-26T08:03:20.012Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json ASDC sendASDCNotification
2021-08-26T08:03:20.012Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json
2021-08-26T08:03:20.013Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:03:20.014Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:20.015Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:20.016Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965000012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-26T08:03:20.116Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:03:20.117Z||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-08-26T08:03:20.117Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:20.129Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:03:20.130Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:03:21.017Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-26T08:03:21.017Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml
2021-08-26T08:03:21.017Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:03:21.018Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:21.019Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:21.019Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965001017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-26T08:03:21.120Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:03:21.121Z||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-08-26T08:03:21.121Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:21.135Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:03:21.135Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:03:22.020Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-26T08:03:22.021Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env
2021-08-26T08:03:22.021Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:03:22.024Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:22.026Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:22.026Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965002020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-26T08:03:22.130Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-08-26T08:03:22.131Z||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-08-26T08:03:22.131Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:22.148Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:03:22.149Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:03:23.026Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar ASDC sendASDCNotification
2021-08-26T08:03:23.028Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:23.028Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:03:23.029Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:23.031Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:23.031Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965003026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-26T08:03:23.131Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:03:23.132Z||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-08-26T08:03:23.132Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:23.144Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:03:23.145Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:03:24.032Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86ba9052-2789-45c3-9972-1a5a539ce921
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-26T08:03:24.048Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86ba9052-2789-45c3-9972-1a5a539ce921
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-08-26T08:03:24.052Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:03:24.052Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-26T08:03:24.052Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-26T08:03:24.053Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-26T08:03:24.053Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-26T08:03:24.053Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-26T08:03:24.054Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-26T08:03:24.054Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-26T08:03:24.054Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-26T08:03:24.054Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-26T08:03:24.055Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-26T08:03:24.061Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-26T08:03:54.063Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 86ba9052-2789-45c3-9972-1a5a539ce921 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-08-26T08:03:54.101Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 86ba9052-2789-45c3-9972-1a5a539ce921 and serviceModelVersionId: e23f9429-0f02-4388-9be9-fb8d7299b596
2021-08-26T08:03:54.101Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19
2021-08-26T08:03:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:03:57.783Z||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-08-26T08:03:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:57.911Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:03:57.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:57.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629964977780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:03:57.916Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:04:20.073Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19/model-vers/model-ver/e23f9429-0f02-4388-9be9-fb8d7299b596?depth=0
2021-08-26T08:04:20.235Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-08-26T08:04:20.717Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19/model-vers/model-ver/e23f9429-0f02-4388-9be9-fb8d7299b596?depth=0|INFO|500||Invoke
2021-08-26T08:04:20.726Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19/model-vers/model-ver/e23f9429-0f02-4388-9be9-fb8d7299b596?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19/model-vers/model-ver/e23f9429-0f02-4388-9be9-fb8d7299b596?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[86ba9052-2789-45c3-9972-1a5a539ce921], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[81423c8b-a0a3-4319-943b-1645d62ca190], X-ECOMP-RequestID=[86ba9052-2789-45c3-9972-1a5a539ce921], X-TransactionId=[], X-ONAP-RequestID=[86ba9052-2789-45c3-9972-1a5a539ce921], Content-Type=[application/merge-patch+json]}
2021-08-26T08:04:21.464Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19/model-vers/model-ver/e23f9429-0f02-4388-9be9-fb8d7299b596?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-26T08:04:21.885Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19/model-vers/model-ver/e23f9429-0f02-4388-9be9-fb8d7299b596?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19/model-vers/model-ver/e23f9429-0f02-4388-9be9-fb8d7299b596?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210826-08:04:21:460-84417], vertex-id=[188504], Content-Length=[0], Date=[Thu, 26 Aug 2021 08:04:21 GMT], Content-Type=[application/json]}
2021-08-26T08:04:21.887Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19/model-vers/model-ver/e23f9429-0f02-4388-9be9-fb8d7299b596?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-26T08:04:21.889Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19/model-vers/model-ver/e23f9429-0f02-4388-9be9-fb8d7299b596?depth=0|INFO|500||InvokeReturn
2021-08-26T08:04:21.892Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-26T08:04:21.893Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:04:21.900Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-26T08:04:21.902Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 86ba9052-2789-45c3-9972-1a5a539ce921 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-26T08:04:21.903Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-26T08:04:21.904Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:04:21.914Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:04:21.914Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965061902,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:04:22.011Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-08-26T08:04:22.013Z||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-08-26T08:04:22.013Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:04:22.029Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:04:22.031Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-26T08:04:22.929Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:04:22.930Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T08:04:22.931Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:04:32.512Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:04:57.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:04:57.782Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:04:57.798Z||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-08-26T08:04:57.798Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:04:57.798Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T08:04:57.798Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:04:57.849Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:04:57.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629964977780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
"status": "NOTIFIED"
}
2021-08-26T08:04:57.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-26T08:04:57.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629964977780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-26T08:04:57.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-26T08:04:57.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629964977780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:04:57.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-26T08:04:57.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629964977780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-26T08:04:57.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-26T08:04:57.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629964977780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:04:57.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-26T08:04:57.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629964977780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:04:57.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-08-26T08:04:57.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629964988300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:04:57.859Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:04:57.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629964994578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:04:57.860Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:04:57.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629964996476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:04:57.860Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:04:57.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629964998588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:04:57.861Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:04:57.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965000012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-26T08:04:57.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:04:57.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965001017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-26T08:04:57.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:04:57.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965002020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-26T08:04:57.864Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:04:57.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965003026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-26T08:04:57.865Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:05:07.353Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:05:57.780Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:05:57.783Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:05:57.800Z||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-08-26T08:05:57.800Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T08:05:57.801Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:05:57.801Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:05:58.355Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:05:58.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-26T08:05:58.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965061902,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:05:58.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:06:07.381Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:06:57.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:06:57.780Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:06:57.785Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T08:06:57.785Z||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-08-26T08:06:57.786Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:06:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:07:07.351Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:07:07.367Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:07:57.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:07:57.780Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:07:57.784Z||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-08-26T08:07:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:07:57.784Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T08:07:57.784Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:08:07.346Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:08:07.346Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:08:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:08:57.780Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:08:57.785Z||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-08-26T08:08:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:08:57.787Z||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-08-26T08:08:57.787Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:08:58.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:08:58.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:08:58.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629965302978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7","serviceName":"basic_onboard_YzgSNP","serviceVersion":"1.0","serviceUUID":"fe80c7a9-0667-4817-a525-439b91d06273","serviceDescription":"service","serviceInvariantUUID":"090a41a0-de73-40eb-a7cd-f9b7b2eed7b2","resources":[{"resourceInstanceName":"basic_onboard_YzgSNP 0","resourceName":"basic_onboard_YzgSNP","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c761e65b-e244-4524-b33b-02c5a2c6214d","resourceInvariantUUID":"1c4bce4c-b3bf-4065-a973-d24b257217ab","resourceCustomizationUUID":"b3bcd9b2-e627-418f-a000-8575c99a21bd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vf-license-model.xml","artifactChecksum":"MWE4ZmFhNWQyYThhZjEyZDg2ZDhkY2Q0OTEzYjViODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6286ae3f-0cb0-4eb4-a90c-83e58595c18a","artifactVersion":"1"},{"artifactName":"basic_onboard_yzgsnp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json","artifactChecksum":"YmE3Y2Q5NmZlYzliMmViZmMzZGFkZGRiMjhlMWZkNzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f5cd6e5e-772c-4d28-84a0-890ead637c95","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9b7ee7aa-1b62-40da-999b-4d6dcbbabd2c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ada37133-9da8-4976-bdc2-e2905e77f7e5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bfc4c272-8dd0-442c-ad8f-84f5322feef0","artifactVersion":"2","generatedFromUUID":"9b7ee7aa-1b62-40da-999b-4d6dcbbabd2c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYzgsnp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-template.yml","artifactChecksum":"YjZmODQzZmMxNmNiNWE0NDU3N2ZkYmMzYjQ0NGQyYmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2d15fe18-e810-41c2-9715-207769614494","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYzgsnp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar","artifactChecksum":"MjY1YWU2YjVjMWQzYWUzZDAwMTAzMDYxOTA0MGI5NGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76a403b1-4562-4e80-ad8a-63d7030407c6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-26T08:08:58.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629965304849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "cds",
"timestamp": 1629965302580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "policy-id",
"timestamp": 1629965305438,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.448Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629965302978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.448Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "cds",
"timestamp": 1629965302580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629965304849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
"status": "NOTIFIED"
}
2021-08-26T08:08:58.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "policy-id",
"timestamp": 1629965305438,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629965302978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629965304849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-26T08:08:58.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "cds",
"timestamp": 1629965302580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "policy-id",
"timestamp": 1629965305438,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-26T08:08:58.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "dcae-sch",
"timestamp": 1629965308773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629965302978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629965304849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "policy-id",
"timestamp": 1629965305438,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "cds",
"timestamp": 1629965302580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "dcae-sch",
"timestamp": 1629965308773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629965302978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629965304849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-26T08:08:58.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "cds",
"timestamp": 1629965302580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "policy-id",
"timestamp": 1629965305438,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "dcae-sch",
"timestamp": 1629965308773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629965302978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629965304849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "cds",
"timestamp": 1629965302580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "policy-id",
"timestamp": 1629965305438,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "dcae-sch",
"timestamp": 1629965308773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629965302978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629965304849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:08:58.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "cds",
"timestamp": 1629965302580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:08:58.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "policy-id",
"timestamp": 1629965305438,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:08:58.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "dcae-sch",
"timestamp": 1629965308773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629965313837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:08:58.472Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "policy-id",
"timestamp": 1629965313835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:08:58.474Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "cds",
"timestamp": 1629965313880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:08:58.474Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "dcae-sch",
"timestamp": 1629965308773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "policy-id",
"timestamp": 1629965314845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-26T08:08:58.476Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "cds",
"timestamp": 1629965314889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-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-08-26T08:08:58.490Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:08:58.494Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:08:58.514Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:08:58.515Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965337779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-26T08:08:58.541Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7
2021-08-26T08:08:58.542Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7 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-08-26T08:08:58.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "dcae-sch",
"timestamp": 1629965308773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629965315583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:08:58.558Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "policy-id",
"timestamp": 1629965315849,
"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-08-26T08:08:58.566Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7
2021-08-26T08:08:58.566Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7 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-08-26T08:08:58.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "aai-ml",
"timestamp": 1629965315836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "aai-ml",
"timestamp": 1629965315836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629965317859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:08:58.594Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "aai-ml",
"timestamp": 1629965315836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "clamp",
"timestamp": 1629965317883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629965318899,
"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-08-26T08:08:58.603Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7
2021-08-26T08:08:58.604Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7 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=?
2021-08-26T08:08:58.606Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2021-08-26T08:08:58.607Z||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-08-26T08:08:58.607Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-26T08:08:58.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "aai-ml",
"timestamp": 1629965315836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.612Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "clamp",
"timestamp": 1629965317883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
"status": "NOTIFIED"
}
2021-08-26T08:08:58.612Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629965319904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-26T08:08:58.613Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "aai-ml",
"timestamp": 1629965315836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.613Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "clamp",
"timestamp": 1629965317883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.614Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "aai-ml",
"timestamp": 1629965315836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "clamp",
"timestamp": 1629965317883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "aai-ml",
"timestamp": 1629965315836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:08:58.616Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "clamp",
"timestamp": 1629965317883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.616Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629965322543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.617Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "clamp",
"timestamp": 1629965317883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.618Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629965322543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.618Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.618Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:08:58.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.619Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "clamp",
"timestamp": 1629965317883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:08:58.619Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:08:58.619Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.619Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629965322543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.619Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "aai-ml",
"timestamp": 1629965325223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:08:58.620Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629965322543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.621Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629965322543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.621Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629965322543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629965322543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:08:58.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-26T08:08:58.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629965331604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:08:58.626Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "clamp",
"timestamp": 1629965331832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:08:58.626Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "aai-ml",
"timestamp": 1629965333081,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-26T08:08:58.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "clamp",
"timestamp": 1629965333839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-26T08:08:58.628Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "aai-ml",
"timestamp": 1629965334085,
"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-08-26T08:08:58.634Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7
2021-08-26T08:08:58.634Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7 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-08-26T08:08:58.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629965334468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-26T08:08:58.645Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "clamp",
"timestamp": 1629965334842,
"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-08-26T08:08:58.650Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7
2021-08-26T08:08:58.650Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7 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-08-26T08:08:58.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629965335484,
"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-08-26T08:08:58.677Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7
2021-08-26T08:08:58.677Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7 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-08-26T08:08:59.516Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:08:59.517Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:08:59.521Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:08:59.521Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965337779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
"status": "NOTIFIED"
}
2021-08-26T08:08:59.621Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:08:59.623Z||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-08-26T08:08:59.624Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:08:59.645Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:08:59.646Z||pool-20-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":2,"count":1}
2021-08-26T08:09:00.522Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:09:00.523Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:00.526Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:00.526Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965337779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-26T08:09:00.627Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:09:00.628Z||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-08-26T08:09:00.628Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:00.638Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:09:00.639Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:09:01.527Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:09:01.528Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:01.531Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:01.531Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965337779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:09:01.632Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-26T08:09:01.633Z||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-08-26T08:09:01.633Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:01.647Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:09:01.647Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:09:02.532Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:09:02.533Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:02.536Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:02.536Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965337779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-26T08:09:02.638Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-26T08:09:02.639Z||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-08-26T08:09:02.639Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:02.652Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:09:02.653Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:09:03.537Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:09:03.538Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:03.541Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:03.541Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965337779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:09:03.641Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:09:03.642Z||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-08-26T08:09:03.642Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:03.663Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:09:03.664Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:09:04.542Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:09:04.543Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:04.545Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:04.545Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965337779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:09:04.645Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:09:04.646Z||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-08-26T08:09:04.646Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:04.662Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:09:04.662Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:09:05.546Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"serviceName": "basic_onboard_YzgSNP",
"serviceVersion": "1.0",
"serviceUUID": "fe80c7a9-0667-4817-a525-439b91d06273",
"serviceDescription": "service",
"serviceInvariantUUID": "090a41a0-de73-40eb-a7cd-f9b7b2eed7b2",
"resources": [
{
"resourceInstanceName": "basic_onboard_YzgSNP 0",
"resourceCustomizationUUID": "b3bcd9b2-e627-418f-a000-8575c99a21bd",
"resourceName": "basic_onboard_YzgSNP",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c761e65b-e244-4524-b33b-02c5a2c6214d",
"resourceInvariantUUID": "1c4bce4c-b3bf-4065-a973-d24b257217ab",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_yzgsnp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
"artifactChecksum": "YmE3Y2Q5NmZlYzliMmViZmMzZGFkZGRiMjhlMWZkNzM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f5cd6e5e-772c-4d28-84a0-890ead637c95",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9b7ee7aa-1b62-40da-999b-4d6dcbbabd2c",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bfc4c272-8dd0-442c-ad8f-84f5322feef0",
"generatedFromUUID": "9b7ee7aa-1b62-40da-999b-4d6dcbbabd2c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bfc4c272-8dd0-442c-ad8f-84f5322feef0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYzgsnp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"artifactChecksum": "MjY1YWU2YjVjMWQzYWUzZDAwMTAzMDYxOTA0MGI5NGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "76a403b1-4562-4e80-ad8a-63d7030407c6"
}
],
"workloadContext": "Production"
}
2021-08-26T08:09:05.546Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-26T08:09:05.547Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fe80c7a9-0667-4817-a525-439b91d06273 ASDC
2021-08-26T08:09:05.547Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7
ServiceName:basic_onboard_YzgSNP
ServiceVersion:1.0
ServiceUUID:fe80c7a9-0667-4817-a525-439b91d06273
ServiceInvariantUUID:090a41a0-de73-40eb-a7cd-f9b7b2eed7b2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYzgsnp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar
ArtifactUUID:76a403b1-4562-4e80-ad8a-63d7030407c6
ArtifactChecksum:MjY1YWU2YjVjMWQzYWUzZDAwMTAzMDYxOTA0MGI5NGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YzgSNP 0
ResourceCustomizationUUID:b3bcd9b2-e627-418f-a000-8575c99a21bd
ResourceInvariantUUID:1c4bce4c-b3bf-4065-a973-d24b257217ab
ResourceName:basic_onboard_YzgSNP
ResourceType:VF
ResourceUUID:c761e65b-e244-4524-b33b-02c5a2c6214d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yzgsnp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json
ArtifactUUID:f5cd6e5e-772c-4d28-84a0-890ead637c95
ArtifactChecksum:YmE3Y2Q5NmZlYzliMmViZmMzZGFkZGRiMjhlMWZkNzM=
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/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9b7ee7aa-1b62-40da-999b-4d6dcbbabd2c
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/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env
ArtifactUUID:bfc4c272-8dd0-442c-ad8f-84f5322feef0
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/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env
ArtifactUUID:bfc4c272-8dd0-442c-ad8f-84f5322feef0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-26T08:09:05.547Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fe80c7a9-0667-4817-a525-439b91d06273 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-08-26T08:09:05.590Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:09:05.591Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-08-26T08:09:05.592Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-08-26T08:09:05.593Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 76a403b1-4562-4e80-ad8a-63d7030407c6 from URL: /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:05.593Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-08-26T08:09:05.594Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:06.542Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-08-26T08:09:06.549Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar 76a403b1-4562-4e80-ad8a-63d7030407c6 71377
2021-08-26T08:09:06.549Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar ASDC sendASDCNotification
2021-08-26T08:09:06.549Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:06.550Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:09:06.550Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:06.553Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:06.553Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965346549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:09:06.653Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:09:06.655Z||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-08-26T08:09:06.655Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:06.669Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:09:06.670Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:09:07.554Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:09:07.555Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-08-26T08:09:07.556Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 76a403b1-4562-4e80-ad8a-63d7030407c6, URL: /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar to file: /app/ASDC/1/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:07.557Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:07.557Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:07.558Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:08.167Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13438121316712245299/Definitions/service-BasicOnboardYzgsnp-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-08-26T08:09:09.659Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-26T08:09:09.659Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-08-26T08:09:09.660Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:09.660Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-26T08:09:09.660Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||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-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:09.660Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:09.660Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YzgSNP 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-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:09.660Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||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-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:09.661Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:09.661Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:09.661Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:09.661Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:09.661Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:09.661Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-08-26T08:09:09.662Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:09.662Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:09.662Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is matching search criteria
2021-08-26T08:09:09.663Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-08-26T08:09:09.663Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzgSNP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:09:09.663Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:09.663Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:09.663Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is matching search criteria
2021-08-26T08:09:09.664Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-08-26T08:09:09.664Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzgSNP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:09:09.664Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:09.664Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:09.665Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:09.665Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is not matching search criteria
2021-08-26T08:09:09.665Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-26T08:09:09.665Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-26T08:09:09.665Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-26T08:09:09.666Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-26T08:09:09.666Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-26T08:09:09.666Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:09.666Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-26T08:09:09.666Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:09.667Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is matching search criteria
2021-08-26T08:09:09.667Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzgSNP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:09:09.667Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:09.667Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is matching search criteria
2021-08-26T08:09:09.668Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzgSNP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:09:09.668Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:09.668Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is matching search criteria
2021-08-26T08:09:09.668Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzgSNP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:09:09.669Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:09.669Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is not matching search criteria
2021-08-26T08:09:09.669Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-26T08:09:09.669Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-26T08:09:09.669Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7507d1a7-86e4-4f16-983f-858765c2fae5
2021-08-26T08:09:09.670Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:09.670Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:09.670Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:09.670Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:09.671Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:09.671Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:09.671Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:09.671Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:09.671Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_YzgSNP
Description:service
Model UUID:fe80c7a9-0667-4817-a525-439b91d06273
Model Version:NULL
Model InvariantUuid:090a41a0-de73-40eb-a7cd-f9b7b2eed7b2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_YzgSNP
Model UUID:9b5b36ef-34f7-441d-9164-9eda1dc67a64
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1c4bce4c-b3bf-4065-a973-d24b257217ab
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b3bcd9b2-e627-418f-a000-8575c99a21bd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0102bc62-41ca-44d0-9b98-2fcb3996d7fd
ModelName:BasicOnboardYzgsnp..base_ubuntu18..module-0
ModelUuid:5cb35ee6-54be-4e71-b3d2-93bffd2d6870
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7507d1a7-86e4-4f16-983f-858765c2fae5
ModelInvariantUuid:665134f2-1660-40b2-946e-92e98b719f0b
ModelName:basic_onboard_YzgSNP-nodes.ubuntu18Cvfc
ModelUuid:ddf6c2dd-e4a8-4a94-a0dc-e50c9248b27c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d3efdd17-f194-4276-9da5-3cf73474d35e
ModelInvariantUuid:54319284-790e-4eb6-a34e-faa2da06d999
ModelName:BasicOnboardYzgsnp.compute.nodes.heat.ubuntu18
ModelUuid:70123114-4a68-498f-b915-eab95466bc08
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-26T08:09:09.681Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: c761e65b-e244-4524-b33b-02c5a2c6214d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:09:09.686Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||basic_onboard_YzgSNP 0
2021-08-26T08:09:09.686Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c761e65b-e244-4524-b33b-02c5a2c6214d
2021-08-26T08:09:09.686Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f5cd6e5e-772c-4d28-84a0-890ead637c95 from URL: /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json
2021-08-26T08:09:09.686Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-08-26T08:09:09.687Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json
2021-08-26T08:09:11.294Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-08-26T08:09:11.296Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json f5cd6e5e-772c-4d28-84a0-890ead637c95 798
2021-08-26T08:09:11.297Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json ASDC sendASDCNotification
2021-08-26T08:09:11.297Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json
2021-08-26T08:09:11.297Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:09:11.298Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:11.300Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:11.300Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965351297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:09:11.400Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:09:11.401Z||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-08-26T08:09:11.401Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:11.416Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:09:11.416Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:09:12.301Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYzgsnp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0102bc62-41ca-44d0-9b98-2fcb3996d7fd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5cb35ee6-54be-4e71-b3d2-93bffd2d6870",
"vfModuleModelCustomizationUUID": "478424e1-8c11-4955-99df-ce26192ecd25",
"isBase": true,
"artifacts": [
"9b7ee7aa-1b62-40da-999b-4d6dcbbabd2c",
"bfc4c272-8dd0-442c-ad8f-84f5322feef0"
],
"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-08-26T08:09:12.308Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYzgsnp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5cb35ee6-54be-4e71-b3d2-93bffd2d6870
VfModuleModelInvariantUUID:0102bc62-41ca-44d0-9b98-2fcb3996d7fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
9b7ee7aa-1b62-40da-999b-4d6dcbbabd2c
,
bfc4c272-8dd0-442c-ad8f-84f5322feef0
}
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-08-26T08:09:12.313Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYzgsnp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0102bc62-41ca-44d0-9b98-2fcb3996d7fd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5cb35ee6-54be-4e71-b3d2-93bffd2d6870",
"vfModuleModelCustomizationUUID": "478424e1-8c11-4955-99df-ce26192ecd25",
"isBase": true,
"artifacts": [
"9b7ee7aa-1b62-40da-999b-4d6dcbbabd2c",
"bfc4c272-8dd0-442c-ad8f-84f5322feef0"
],
"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-08-26T08:09:12.314Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYzgsnp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5cb35ee6-54be-4e71-b3d2-93bffd2d6870
VfModuleModelInvariantUUID:0102bc62-41ca-44d0-9b98-2fcb3996d7fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
9b7ee7aa-1b62-40da-999b-4d6dcbbabd2c
,
bfc4c272-8dd0-442c-ad8f-84f5322feef0
}
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-08-26T08:09:12.314Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9b7ee7aa-1b62-40da-999b-4d6dcbbabd2c from URL: /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml
2021-08-26T08:09:12.314Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-08-26T08:09:12.315Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml
2021-08-26T08:09:12.637Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-08-26T08:09:12.638Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml 9b7ee7aa-1b62-40da-999b-4d6dcbbabd2c 5033
2021-08-26T08:09:12.639Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-26T08:09:12.639Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml
2021-08-26T08:09:12.639Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:09:12.639Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:12.641Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:12.642Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965352639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:09:12.742Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:09:12.743Z||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-08-26T08:09:12.743Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:12.754Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:09:12.754Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:09:13.643Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bfc4c272-8dd0-442c-ad8f-84f5322feef0 from URL: /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env
2021-08-26T08:09:13.643Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-08-26T08:09:13.643Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env
2021-08-26T08:09:13.810Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-08-26T08:09:13.811Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env bfc4c272-8dd0-442c-ad8f-84f5322feef0 909
2021-08-26T08:09:13.811Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-26T08:09:13.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env
2021-08-26T08:09:13.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:09:13.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:13.815Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:13.816Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965353811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:09:13.916Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:09:13.916Z||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-08-26T08:09:13.917Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:13.931Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:09:13.931Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:09:14.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: fe80c7a9-0667-4817-a525-439b91d06273
2021-08-26T08:09:14.818Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YzgSNP 0 c761e65b-e244-4524-b33b-02c5a2c6214d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:09:14.856Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:14.856Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:14.856Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-08-26T08:09:14.856Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b3bcd9b2-e627-418f-a000-8575c99a21bd
2021-08-26T08:09:14.857Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b3bcd9b2-e627-418f-a000-8575c99a21bd matches Tosca VF Customization UUID: b3bcd9b2-e627-418f-a000-8575c99a21bd
2021-08-26T08:09:14.857Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b3bcd9b2-e627-418f-a000-8575c99a21bd matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-26T08:09:14.865Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:14.866Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:14.868Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b3bcd9b2-e627-418f-a000-8575c99a21bd: {\"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-08-26T08:09:14.868Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@66683bde
2021-08-26T08:09:14.869Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:14.869Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-26T08:09:14.870Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 478424e1-8c11-4955-99df-ce26192ecd25
2021-08-26T08:09:14.871Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 478424e1-8c11-4955-99df-ce26192ecd25
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-26T08:09:14.878Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:14.880Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is matching search criteria
2021-08-26T08:09:14.880Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzgSNP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:09:14.881Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:14.882Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is matching search criteria
2021-08-26T08:09:14.883Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzgSNP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:09:14.884Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:14.884Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is not matching search criteria
2021-08-26T08:09:14.885Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-26T08:09:14.886Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-26T08:09:14.886Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7507d1a7-86e4-4f16-983f-858765c2fae5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-26T08:09:14.891Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:14.892Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is matching search criteria
2021-08-26T08:09:14.893Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzgSNP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:09:14.894Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:14.895Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is matching search criteria
2021-08-26T08:09:14.895Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzgSNP 0] matching following query criteria: sdcType=VF, customizationUUID=b3bcd9b2-e627-418f-a000-8575c99a21bd
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:09:14.899Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:14.900Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:14.901Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid fe80c7a9-0667-4817-a525-439b91d06273: basic_onboard_YzgSNP
2021-08-26T08:09:14.902Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:14.902Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:14.903Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:14.903Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:14.904Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:14.904Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:14.905Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:14.905Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:14.906Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:09:14.906Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:14.907Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_YzgSNP
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-08-26T08:09:14.992Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YzgSNP c761e65b-e244-4524-b33b-02c5a2c6214d 1 ASDC deployResourceStructure
2021-08-26T08:09:14.993Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json ASDC sendASDCNotification
2021-08-26T08:09:14.993Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json
2021-08-26T08:09:14.993Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:09:14.993Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:15.001Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:15.001Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965354993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-26T08:09:15.101Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:09:15.104Z||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-08-26T08:09:15.104Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:15.119Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:09:15.119Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:09:16.004Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-26T08:09:16.005Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml
2021-08-26T08:09:16.005Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:09:16.005Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:16.009Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:16.009Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965356004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-26T08:09:16.108Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:09:16.109Z||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-08-26T08:09:16.109Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:16.122Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:09:16.123Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:09:17.010Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-26T08:09:17.010Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env
2021-08-26T08:09:17.010Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:09:17.011Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:17.027Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:17.027Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965357010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-26T08:09:17.113Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2021-08-26T08:09:17.113Z||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-08-26T08:09:17.114Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:17.123Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:09:17.123Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:09:18.028Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar ASDC sendASDCNotification
2021-08-26T08:09:18.029Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:18.030Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:09:18.030Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:18.033Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:18.033Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965358028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-26T08:09:18.133Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:09:18.134Z||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-08-26T08:09:18.134Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:18.144Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:09:18.145Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:09:19.035Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-26T08:09:19.047Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7
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-08-26T08:09:19.050Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:09:19.050Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-26T08:09:19.050Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-26T08:09:19.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-26T08:09:19.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-26T08:09:19.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-26T08:09:19.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-26T08:09:19.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-26T08:09:19.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-26T08:09:19.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-26T08:09:19.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-26T08:09:19.082Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-26T08:09:49.083Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7 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-08-26T08:09:49.094Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7 and serviceModelVersionId: fe80c7a9-0667-4817-a525-439b91d06273
2021-08-26T08:09:49.095Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 090a41a0-de73-40eb-a7cd-f9b7b2eed7b2
2021-08-26T08:09:49.096Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/090a41a0-de73-40eb-a7cd-f9b7b2eed7b2/model-vers/model-ver/fe80c7a9-0667-4817-a525-439b91d06273?depth=0
2021-08-26T08:09:49.103Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-08-26T08:09:49.176Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090a41a0-de73-40eb-a7cd-f9b7b2eed7b2/model-vers/model-ver/fe80c7a9-0667-4817-a525-439b91d06273?depth=0|INFO|500||Invoke
2021-08-26T08:09:49.177Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090a41a0-de73-40eb-a7cd-f9b7b2eed7b2/model-vers/model-ver/fe80c7a9-0667-4817-a525-439b91d06273?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090a41a0-de73-40eb-a7cd-f9b7b2eed7b2/model-vers/model-ver/fe80c7a9-0667-4817-a525-439b91d06273?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4947827c-67ef-419d-b060-ce8a344eb7b6], X-ECOMP-RequestID=[4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7], X-TransactionId=[], X-ONAP-RequestID=[4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7], Content-Type=[application/merge-patch+json]}
2021-08-26T08:09:49.209Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090a41a0-de73-40eb-a7cd-f9b7b2eed7b2/model-vers/model-ver/fe80c7a9-0667-4817-a525-439b91d06273?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-26T08:09:49.664Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090a41a0-de73-40eb-a7cd-f9b7b2eed7b2/model-vers/model-ver/fe80c7a9-0667-4817-a525-439b91d06273?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090a41a0-de73-40eb-a7cd-f9b7b2eed7b2/model-vers/model-ver/fe80c7a9-0667-4817-a525-439b91d06273?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210826-08:09:49:203-23075], vertex-id=[278776], Content-Length=[0], Date=[Thu, 26 Aug 2021 08:09:49 GMT], Content-Type=[application/json]}
2021-08-26T08:09:49.666Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090a41a0-de73-40eb-a7cd-f9b7b2eed7b2/model-vers/model-ver/fe80c7a9-0667-4817-a525-439b91d06273?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-26T08:09:49.667Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090a41a0-de73-40eb-a7cd-f9b7b2eed7b2/model-vers/model-ver/fe80c7a9-0667-4817-a525-439b91d06273?depth=0|INFO|500||InvokeReturn
2021-08-26T08:09:49.671Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-26T08:09:49.671Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:09:49.678Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-26T08:09:49.678Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-26T08:09:49.679Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-26T08:09:49.680Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:49.694Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:49.694Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965389679,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:09:49.784Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2021-08-26T08:09:49.786Z||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-08-26T08:09:49.786Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:49.840Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:09:49.841Z||pool-34-thread-1|||||INFO|500||cambria reply ok (57 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-08-26T08:09:57.782Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:09:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:09:57.786Z||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-08-26T08:09:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:57.786Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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-08-26T08:09:57.786Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:57.915Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:09:57.916Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:09:57.916Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965337779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:09:57.918Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:10:07.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:10:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:10:57.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:10:57.784Z||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-08-26T08:10:57.784Z||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-08-26T08:10:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:10:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:10:58.315Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:10:58.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965337779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
"status": "NOTIFIED"
}
2021-08-26T08:10:58.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-26T08:10:58.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965337779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-26T08:10:58.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-26T08:10:58.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965337779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:10:58.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-26T08:10:58.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965337779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-26T08:10:58.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-26T08:10:58.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965337779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:10:58.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-26T08:10:58.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965337779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:10:58.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-26T08:10:58.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965346549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:10:58.321Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:10:58.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965351297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:10:58.321Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:10:58.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965352639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:10:58.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:10:58.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965353811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:10:58.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:10:58.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965354993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-26T08:10:58.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:10:58.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965356004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-26T08:10:58.323Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:10:58.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965357010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-26T08:10:58.324Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:10:58.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965358028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-26T08:10:58.324Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:10:58.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629965389679,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:10:58.325Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:11:07.352Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:11:57.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:11:57.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:11:57.781Z||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-08-26T08:11:57.782Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:11:57.782Z||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-08-26T08:11:57.782Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:12:07.351Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:12:07.352Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:12:57.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:12:57.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:12:57.783Z||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-08-26T08:12:57.783Z||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-08-26T08:12:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:12:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:13:07.340Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:13:07.358Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:13:57.781Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:13:57.783Z|86ba9052-2789-45c3-9972-1a5a539ce921|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-08-26T08:13:57.784Z|86ba9052-2789-45c3-9972-1a5a539ce921|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:13:57.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:13:57.790Z||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-08-26T08:13:57.790Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:14:07.345Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:14:07.351Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:14:57.780Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:14:57.787Z||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-08-26T08:14:57.788Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:14:57.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:14:57.791Z||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-08-26T08:14:57.791Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:15:07.339Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:15:07.340Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:15:57.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:15:57.780Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:15:57.785Z||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-08-26T08:15:57.785Z||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-08-26T08:15:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:15:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:16:07.343Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:16:07.344Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:16:57.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:16:57.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:16:57.789Z||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-08-26T08:16:57.789Z||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-08-26T08:16:57.789Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:16:57.789Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:17:07.358Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:17:07.360Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:17:57.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:17:57.780Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:17:57.784Z||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-08-26T08:17:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:17:57.784Z||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-08-26T08:17:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:18:07.335Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:18:07.336Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:18:57.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:18:57.781Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:18:57.783Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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-08-26T08:18:57.783Z||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-08-26T08:18:57.784Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:18:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:19:07.339Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:19:07.343Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:19:57.780Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:19:57.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:19:57.782Z||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-08-26T08:19:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:19:57.783Z||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-08-26T08:19:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:20:07.333Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:20:07.337Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:20:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:20:57.783Z||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-08-26T08:20:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:20:57.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:20:57.786Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T08:20:57.786Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:21:07.353Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:21:07.353Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:21:57.780Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:21:57.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:21:57.783Z||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-08-26T08:21:57.783Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T08:21:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:21:57.783Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:22:07.357Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:22:07.364Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:22:57.780Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:22:57.783Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T08:22:57.783Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:22:57.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:22:57.790Z||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-08-26T08:22:57.790Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:23:07.342Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:23:07.343Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:23:57.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:23:57.786Z||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-08-26T08:23:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:23:57.782Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:23:57.788Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T08:23:57.788Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:24:07.068Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:24:07.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:24:07.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"750b92d1-424d-41be-9e96-2774794d7f41","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42008e0f-a9bc-4d34-b313-8e99578a8586","serviceDescription":"service","serviceInvariantUUID":"e0f8be9e-af84-4c37-a6ca-6d27352f95af","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"de46dad4-09ea-49d8-920c-15d726e1793f","resourceInvariantUUID":"c275e6bb-116a-4c71-b76e-7ae1077a2534","resourceCustomizationUUID":"7cd9d5fd-c259-48d6-82ff-03d62992951e","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":"MzZmNzM4MDU4OTZiM2E1MzhlYzAxMTlmZDYzODBjOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f9d95538-df84-41a7-81a5-b28a9ae96fd6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGU4ZjFiM2I1NzE3Y2M1ZjBjMTYwZGQ4MTQwZDU5MDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a545a820-e31e-42e2-b7f5-16afb4284432","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-26T08:24:07.082Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:24:07.082Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:24:07.087Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:24:07.087Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629966237782,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:24:07.189Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-26T08:24:07.190Z||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-08-26T08:24:07.191Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:24:07.207Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:24:07.209Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:24:07.327Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:24:07.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:24:07.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629966244848,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:24:07.328Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-26T08:24:07.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:24:07.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "ves-openapi-manager",
"timestamp": 1629966242978,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:24:07.329Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-26T08:24:07.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:24:07.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "aai-ml",
"timestamp": 1629966245836,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:24:07.329Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-26T08:24:08.088Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:24:08.089Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:24:08.091Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:24:08.091Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629966237782,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:24:08.191Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:24:08.192Z||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-08-26T08:24:08.192Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:24:08.223Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:24:08.223Z||pool-36-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:24:09.092Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "42008e0f-a9bc-4d34-b313-8e99578a8586",
"serviceDescription": "service",
"serviceInvariantUUID": "e0f8be9e-af84-4c37-a6ca-6d27352f95af",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "7cd9d5fd-c259-48d6-82ff-03d62992951e",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "de46dad4-09ea-49d8-920c-15d726e1793f",
"resourceInvariantUUID": "c275e6bb-116a-4c71-b76e-7ae1077a2534",
"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": "NGU4ZjFiM2I1NzE3Y2M1ZjBjMTYwZGQ4MTQwZDU5MDE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a545a820-e31e-42e2-b7f5-16afb4284432"
}
],
"workloadContext": "Production"
}
2021-08-26T08:24:09.092Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-26T08:24:09.092Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42008e0f-a9bc-4d34-b313-8e99578a8586 ASDC
2021-08-26T08:24:09.095Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:750b92d1-424d-41be-9e96-2774794d7f41
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42008e0f-a9bc-4d34-b313-8e99578a8586
ServiceInvariantUUID:e0f8be9e-af84-4c37-a6ca-6d27352f95af
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:a545a820-e31e-42e2-b7f5-16afb4284432
ArtifactChecksum:NGU4ZjFiM2I1NzE3Y2M1ZjBjMTYwZGQ4MTQwZDU5MDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7cd9d5fd-c259-48d6-82ff-03d62992951e
ResourceInvariantUUID:c275e6bb-116a-4c71-b76e-7ae1077a2534
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:de46dad4-09ea-49d8-920c-15d726e1793f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-08-26T08:24:09.095Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42008e0f-a9bc-4d34-b313-8e99578a8586 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-08-26T08:24:09.143Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:24:09.144Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-26T08:24:09.145Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-26T08:24:09.145Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a545a820-e31e-42e2-b7f5-16afb4284432 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-26T08:24:09.145Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-26T08:24:09.145Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-26T08:24:11.120Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-26T08:24:11.123Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a545a820-e31e-42e2-b7f5-16afb4284432 52174
2021-08-26T08:24:11.123Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-26T08:24:11.123Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-26T08:24:11.123Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:24:11.124Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:24:11.127Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:24:11.127Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629966251123,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:24:11.227Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:24:11.228Z||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-08-26T08:24:11.228Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:24:11.239Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:24:11.239Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:24:12.130Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:24:12.132Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-26T08:24:12.132Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a545a820-e31e-42e2-b7f5-16afb4284432, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.133Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-26T08:24:12.133Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.133Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.294Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11974634639019276487/Definitions/service-BasicNetwork-template.yml
2021-08-26T08:24:12.901Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-26T08:24:12.901Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-08-26T08:24:12.902Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.902Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-26T08:24:12.902Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.903Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.903Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.903Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.904Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.904Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.904Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.904Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.905Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-08-26T08:24:12.905Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:24:12.906Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.906Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-26T08:24:12.906Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-08-26T08:24:12.907Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:24:12.907Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:24:12.907Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.908Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-26T08:24:12.908Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-08-26T08:24:12.909Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:24:12.909Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:24:12.909Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.910Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:24:12.910Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.911Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:24:12.911Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.912Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:24:12.912Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.913Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:24:12.913Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.913Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:42008e0f-a9bc-4d34-b313-8e99578a8586
Model Version:NULL
Model InvariantUuid:e0f8be9e-af84-4c37-a6ca-6d27352f95af
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c275e6bb-116a-4c71-b76e-7ae1077a2534
Model UUID:bae1ba2f-0ba4-4bee-8546-466a21993e22
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:7cd9d5fd-c259-48d6-82ff-03d62992951e
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-26T08:24:12.923Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: de46dad4-09ea-49d8-920c-15d726e1793f
2021-08-26T08:24:12.923Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||No resources found for Service: 42008e0f-a9bc-4d34-b313-8e99578a8586
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:24:12.930Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||
2021-08-26T08:24:12.931Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-08-26T08:24:12.932Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 42008e0f-a9bc-4d34-b313-8e99578a8586
2021-08-26T08:24:12.932Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 42008e0f-a9bc-4d34-b313-8e99578a8586
2021-08-26T08:24:12.933Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-08-26T08:24:12.933Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:24:12.941Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:24:12.941Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.942Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:24:12.942Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.943Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 42008e0f-a9bc-4d34-b313-8e99578a8586: Generic NeutronNet
2021-08-26T08:24:12.943Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:24:12.943Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.944Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:24:12.944Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-08-26T08:24:12.983Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:24:12.984Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.985Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:24:12.985Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.985Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:24:12.986Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.986Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-08-26T08:24:13.061Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-08-26T08:24:13.064Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-26T08:24:13.065Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-26T08:24:13.065Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:24:13.066Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:24:13.070Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:24:13.070Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629966253064,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-26T08:24:13.171Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:24:13.173Z||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-08-26T08:24:13.173Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:24:13.191Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:24:13.192Z||pool-38-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:24:14.075Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-26T08:24:14.085Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
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-08-26T08:24:14.087Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:24:14.087Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-26T08:24:14.088Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-26T08:24:44.088Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-26T08:24:44.106Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
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-08-26T08:24:44.109Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:24:44.109Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-26T08:24:44.109Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-26T08:24:57.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:24:57.783Z||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-08-26T08:24:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:24:57.818Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:24:57.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:24:57.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629966237782,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:24:57.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-26T08:25:14.110Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-26T08:25:14.133Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
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-08-26T08:25:14.136Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:25:14.136Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-26T08:25:14.136Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-26T08:25:44.137Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-26T08:25:44.157Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
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-08-26T08:25:44.159Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:25:44.159Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-26T08:25:44.159Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-26T08:25:57.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:25:57.784Z||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-08-26T08:25:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:25:57.805Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:25:57.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:25:57.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "policy-id",
"timestamp": 1629966245439,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:25:57.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-26T08:26:14.160Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-26T08:26:14.180Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
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-08-26T08:26:14.188Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:26:14.189Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-26T08:26:14.189Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-26T08:26:44.189Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-26T08:26:44.205Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
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-08-26T08:26:44.209Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:26:44.209Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-26T08:26:44.209Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-26T08:26:57.783Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:26:57.785Z||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-08-26T08:26:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:26:57.814Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:26:57.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629966244848,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:26:57.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-26T08:26:57.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "aai-ml",
"timestamp": 1629966245836,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:26:57.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-26T08:26:57.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "ves-openapi-manager",
"timestamp": 1629966242978,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:26:57.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-26T08:26:57.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629966237782,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:26:57.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-26T08:26:57.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "policy-id",
"timestamp": 1629966245439,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:26:57.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-26T08:26:57.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "cds",
"timestamp": 1629966247580,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:26:57.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-26T08:26:57.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "clamp",
"timestamp": 1629966247883,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:26:57.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-26T08:26:57.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "cds",
"timestamp": 1629966247580,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:26:57.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-26T08:26:57.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "dcae-sch",
"timestamp": 1629966248773,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:26:57.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-26T08:26:57.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "clamp",
"timestamp": 1629966247883,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:26:57.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-26T08:26:57.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "dcae-sch",
"timestamp": 1629966248773,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:26:57.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-26T08:26:57.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "policy-id",
"timestamp": 1629966251027,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:26:57.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:26:57.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "aai-ml",
"timestamp": 1629966251075,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:26:57.822Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:26:57.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629966251123,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:26:57.822Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:26:57.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "policy-id",
"timestamp": 1629966252031,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-26T08:26:57.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:26:57.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "cds",
"timestamp": 1629966252077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:26:57.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:26:57.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "policy-id",
"timestamp": 1629966253034,
"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-08-26T08:26:57.831Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 750b92d1-424d-41be-9e96-2774794d7f41
2021-08-26T08:26:57.832Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 750b92d1-424d-41be-9e96-2774794d7f41 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-08-26T08:26:57.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629966253064,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-26T08:26:57.849Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:26:57.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "cds",
"timestamp": 1629966253125,
"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=?
2021-08-26T08:26:57.854Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 750b92d1-424d-41be-9e96-2774794d7f41
2021-08-26T08:26:57.855Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 750b92d1-424d-41be-9e96-2774794d7f41 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-08-26T08:26:57.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629966252543,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:26:57.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-26T08:26:57.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629966252543,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:26:57.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-26T08:26:57.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "aai-ml",
"timestamp": 1629966255066,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-26T08:26:57.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:26:57.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "aai-ml",
"timestamp": 1629966256069,
"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-08-26T08:26:57.870Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 750b92d1-424d-41be-9e96-2774794d7f41
2021-08-26T08:26:57.870Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 750b92d1-424d-41be-9e96-2774794d7f41 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-08-26T08:26:57.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629966256179,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:26:57.885Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:26:57.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629966257940,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-26T08:26:57.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:26:57.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629966258946,
"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-08-26T08:26:57.891Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 750b92d1-424d-41be-9e96-2774794d7f41
2021-08-26T08:26:57.891Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 750b92d1-424d-41be-9e96-2774794d7f41 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-08-26T08:26:57.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "clamp",
"timestamp": 1629966259983,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:26:57.899Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:26:57.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "clamp",
"timestamp": 1629966261989,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-26T08:26:57.899Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:26:57.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "clamp",
"timestamp": 1629966262991,
"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-08-26T08:26:57.903Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 750b92d1-424d-41be-9e96-2774794d7f41
2021-08-26T08:26:57.903Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 750b92d1-424d-41be-9e96-2774794d7f41 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-08-26T08:27:14.210Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-26T08:27:14.228Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
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-08-26T08:27:14.232Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:27:14.232Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-26T08:27:14.233Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-26T08:27:14.233Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-26T08:27:14.233Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-26T08:27:14.233Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-26T08:27:14.234Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-26T08:27:14.234Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-26T08:27:14.235Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-26T08:27:14.235Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-26T08:27:14.235Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-26T08:27:14.242Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-26T08:27:44.242Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41 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-08-26T08:27:44.252Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 750b92d1-424d-41be-9e96-2774794d7f41 and serviceModelVersionId: 42008e0f-a9bc-4d34-b313-8e99578a8586
2021-08-26T08:27:44.252Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e0f8be9e-af84-4c37-a6ca-6d27352f95af
2021-08-26T08:27:44.254Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e0f8be9e-af84-4c37-a6ca-6d27352f95af/model-vers/model-ver/42008e0f-a9bc-4d34-b313-8e99578a8586?depth=0
2021-08-26T08:27:44.262Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-08-26T08:27:44.337Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e0f8be9e-af84-4c37-a6ca-6d27352f95af/model-vers/model-ver/42008e0f-a9bc-4d34-b313-8e99578a8586?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-08-26T08:27:44.339Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e0f8be9e-af84-4c37-a6ca-6d27352f95af/model-vers/model-ver/42008e0f-a9bc-4d34-b313-8e99578a8586?depth=0|INFO|500||Invoke
2021-08-26T08:27:44.367Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e0f8be9e-af84-4c37-a6ca-6d27352f95af/model-vers/model-ver/42008e0f-a9bc-4d34-b313-8e99578a8586?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-26T08:27:44.919Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e0f8be9e-af84-4c37-a6ca-6d27352f95af/model-vers/model-ver/42008e0f-a9bc-4d34-b313-8e99578a8586?depth=0|INFO|500||InvokeReturn
2021-08-26T08:27:44.922Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e0f8be9e-af84-4c37-a6ca-6d27352f95af/model-vers/model-ver/42008e0f-a9bc-4d34-b313-8e99578a8586?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210826-08:27:44:354-76702], vertex-id=[172208], Content-Length=[0], Date=[Thu, 26 Aug 2021 08:27:44 GMT], Content-Type=[application/json]}
2021-08-26T08:27:44.922Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-08-26T08:27:44.923Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-26T08:27:44.923Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:27:44.929Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-26T08:27:44.930Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 750b92d1-424d-41be-9e96-2774794d7f41 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-26T08:27:44.930Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-26T08:27:44.931Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:27:44.933Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:27:44.934Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629966464930,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:27:45.034Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:27:45.035Z||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-08-26T08:27:45.036Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:27:45.049Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:27:45.049Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-26T08:27:45.948Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:27:45.949Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T08:27:45.949Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:27:50.381Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:27:50.383Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:27:50.383Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ea8ed666-2698-430e-afc6-488786fff83a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"989fe7ee-f00d-47f9-8c4b-63fc12c1f633","serviceDescription":"service","serviceInvariantUUID":"056dae62-b223-43c9-a8ce-024ccb6c39dc","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ae21a49-37fd-4520-ac93-b073a7308652","resourceInvariantUUID":"26b10e47-c5dd-42ba-a8a6-513f233fb2a1","resourceCustomizationUUID":"8f629138-f355-4c5b-9d22-971471b69248","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YjEyZjY4MmRmNTI5NjJhMTZkYjQ5ZTdmMTc0YWI2NDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ddaa2ac6-f7a2-4e39-a20d-dfb2bbd3418d","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZmQ3YTY5NjRhZWI5M2Q3NTU3ZTJlMWEwMmRiZDFjMjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"097fdd2f-91e8-42b7-8230-a7f8dd68b835","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"35a5ce99-5ae7-4763-879a-16bda3a1c5c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c92e8a6b-33a0-420a-b543-dbc00ab4e7f6","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ffe1c0f3-5321-4567-9b42-bbd824d7f1f6","artifactVersion":"2","generatedFromUUID":"35a5ce99-5ae7-4763-879a-16bda3a1c5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDZlYWRhNTI2M2QxOWIwZWFiNmU0YmYyYmU2OGNjOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4bd3d547-a749-4d67-9f34-2f774e6a7ae3","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjg2MGE3YmJjODIwOTU4NzljNzk5ZGY5YWE2MGQxNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c20053fc-3f74-4257-8224-eee49deb1c44","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-26T08:27:50.389Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:27:50.389Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:27:50.392Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:27:50.392Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629966465948,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:50.492Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:27:50.494Z||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-08-26T08:27:50.494Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:27:50.505Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:27:50.506Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:27:51.393Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:27:51.394Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:27:51.396Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:27:51.396Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629966465948,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-26T08:27:51.502Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2021-08-26T08:27:51.503Z||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-08-26T08:27:51.503Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:27:51.521Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:27:51.521Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:27:52.397Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:27:52.398Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:27:52.400Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:27:52.400Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629966465948,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-26T08:27:52.500Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:27:52.501Z||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-08-26T08:27:52.501Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:27:52.513Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:27:52.513Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:27:53.401Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:27:53.402Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:27:53.405Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:27:53.405Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629966465948,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:53.505Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:27:53.507Z||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-08-26T08:27:53.507Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:27:53.517Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:27:53.519Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:27:54.406Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:27:54.407Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:27:54.411Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:27:54.411Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629966465948,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-08-26T08:27:54.512Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:27:54.514Z||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-08-26T08:27:54.514Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:27:54.531Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:27:54.532Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:27:55.411Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:27:55.413Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:27:55.416Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:27:55.416Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629966465948,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:55.516Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:27:55.518Z||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-08-26T08:27:55.518Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:27:55.527Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:27:55.528Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:27:56.417Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:27:56.418Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:27:56.421Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:27:56.421Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629966465948,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-26T08:27:56.520Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:27:56.521Z||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-08-26T08:27:56.521Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:27:56.533Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:27:56.535Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:27:57.423Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "989fe7ee-f00d-47f9-8c4b-63fc12c1f633",
"serviceDescription": "service",
"serviceInvariantUUID": "056dae62-b223-43c9-a8ce-024ccb6c39dc",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "8f629138-f355-4c5b-9d22-971471b69248",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2ae21a49-37fd-4520-ac93-b073a7308652",
"resourceInvariantUUID": "26b10e47-c5dd-42ba-a8a6-513f233fb2a1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ZmQ3YTY5NjRhZWI5M2Q3NTU3ZTJlMWEwMmRiZDFjMjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "097fdd2f-91e8-42b7-8230-a7f8dd68b835",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "35a5ce99-5ae7-4763-879a-16bda3a1c5c4",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ffe1c0f3-5321-4567-9b42-bbd824d7f1f6",
"generatedFromUUID": "35a5ce99-5ae7-4763-879a-16bda3a1c5c4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ffe1c0f3-5321-4567-9b42-bbd824d7f1f6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "Mjg2MGE3YmJjODIwOTU4NzljNzk5ZGY5YWE2MGQxNTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c20053fc-3f74-4257-8224-eee49deb1c44"
}
],
"workloadContext": "Production"
}
2021-08-26T08:27:57.425Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-26T08:27:57.425Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 989fe7ee-f00d-47f9-8c4b-63fc12c1f633 ASDC
2021-08-26T08:27:57.426Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ea8ed666-2698-430e-afc6-488786fff83a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:989fe7ee-f00d-47f9-8c4b-63fc12c1f633
ServiceInvariantUUID:056dae62-b223-43c9-a8ce-024ccb6c39dc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:c20053fc-3f74-4257-8224-eee49deb1c44
ArtifactChecksum:Mjg2MGE3YmJjODIwOTU4NzljNzk5ZGY5YWE2MGQxNTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:8f629138-f355-4c5b-9d22-971471b69248
ResourceInvariantUUID:26b10e47-c5dd-42ba-a8a6-513f233fb2a1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:2ae21a49-37fd-4520-ac93-b073a7308652
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:097fdd2f-91e8-42b7-8230-a7f8dd68b835
ArtifactChecksum:ZmQ3YTY5NjRhZWI5M2Q3NTU3ZTJlMWEwMmRiZDFjMjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:35a5ce99-5ae7-4763-879a-16bda3a1c5c4
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:ffe1c0f3-5321-4567-9b42-bbd824d7f1f6
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:ffe1c0f3-5321-4567-9b42-bbd824d7f1f6
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-26T08:27:57.426Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 989fe7ee-f00d-47f9-8c4b-63fc12c1f633 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-08-26T08:27:57.487Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:27:57.488Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-26T08:27:57.489Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-26T08:27:57.489Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c20053fc-3f74-4257-8224-eee49deb1c44 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-26T08:27:57.489Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-26T08:27:57.490Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-26T08:27:57.781Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:27:57.782Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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-08-26T08:27:57.782Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:27:57.808Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:27:57.809Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.809Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "ves-openapi-manager",
"timestamp": 1629966402978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.810Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.810Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.811Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "dcae-sch",
"timestamp": 1629966408774,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.811Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.811Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.811Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629966404848,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.811Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.811Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.811Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "policy-id",
"timestamp": 1629966405438,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.811Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "cds",
"timestamp": 1629966412581,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "ves-openapi-manager",
"timestamp": 1629966402978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "dcae-sch",
"timestamp": 1629966408774,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.813Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.813Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.813Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "policy-id",
"timestamp": 1629966405438,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.813Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.813Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.813Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629966404848,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-26T08:27:57.814Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.814Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.814Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "cds",
"timestamp": 1629966412581,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.814Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.814Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.814Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "ves-openapi-manager",
"timestamp": 1629966402978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.815Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.815Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.815Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "dcae-sch",
"timestamp": 1629966408774,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.815Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.815Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.815Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "policy-id",
"timestamp": 1629966405438,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-26T08:27:57.816Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.816Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.816Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629966404848,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-26T08:27:57.816Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.816Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.816Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "cds",
"timestamp": 1629966412581,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.816Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "ves-openapi-manager",
"timestamp": 1629966402978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "dcae-sch",
"timestamp": 1629966408774,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "policy-id",
"timestamp": 1629966405438,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.818Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.818Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629966404848,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.818Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.818Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.818Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "cds",
"timestamp": 1629966412581,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.818Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.818Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.818Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "ves-openapi-manager",
"timestamp": 1629966402978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.818Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.819Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.819Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "policy-id",
"timestamp": 1629966405438,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.819Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.819Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.819Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "dcae-sch",
"timestamp": 1629966408774,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.819Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.819Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.819Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629966404848,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-08-26T08:27:57.819Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:57.819Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.820Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "cds",
"timestamp": 1629966412581,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.820Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-26T08:27:58.673Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-26T08:27:58.677Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c20053fc-3f74-4257-8224-eee49deb1c44 70845
2021-08-26T08:27:58.678Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-26T08:27:58.678Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-26T08:27:58.678Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:27:58.679Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:27:58.681Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:27:58.681Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629966478678,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-26T08:27:58.783Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-26T08:27:58.785Z||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-08-26T08:27:58.785Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:27:58.797Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-26T08:27:58.798Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:27:59.682Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:27:59.685Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-26T08:27:59.685Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c20053fc-3f74-4257-8224-eee49deb1c44, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-26T08:27:59.686Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-08-26T08:27:59.686Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-26T08:27:59.686Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-08-26T08:27:59.896Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1663035224748793104/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-08-26T08:28:01.163Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-26T08:28:01.164Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-08-26T08:28:01.164Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-26T08:28:01.164Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-26T08:28:01.164Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-26T08:28:01.164Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-26T08:28:01.164Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-26T08:28:01.165Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-26T08:28:01.165Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-26T08:28:01.165Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-26T08:28:01.165Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-26T08:28:01.165Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-26T08:28:01.165Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-26T08:28:01.166Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-08-26T08:28:01.166Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:28:01.166Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:28:01.166Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-26T08:28:01.167Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-08-26T08:28:01.167Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:28:01.167Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:28:01.167Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:28:01.168Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-26T08:28:01.168Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-08-26T08:28:01.168Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:28:01.168Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:28:01.168Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:28:01.169Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:28:01.169Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-26T08:28:01.169Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-26T08:28:01.169Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-26T08:28:01.169Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-26T08:28:01.170Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-26T08:28:01.170Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-26T08:28:01.170Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:28:01.170Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-26T08:28:01.171Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:28:01.171Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-26T08:28:01.171Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:28:01.171Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:28:01.171Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-26T08:28:01.171Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:28:01.172Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-26T08:28:01.172Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-26T08:28:01.172Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:28:01.172Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery