By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-10-22T10:21:53.862Z||main|||||INFO|500||The following profiles are active: basic
2021-10-22T10:22:06.307Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-22T10:22:06.308Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-22T10:22:06.438Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-22T10:22:10.848Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-22T10:22:11.273Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-22T10:22:11.977Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-22T10:22:11.985Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-22T10:22:12.161Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-22T10:22:12.441Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-22T10:22:13.386Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-22T10:22:18.271Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-22T10:22:20.462Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-22T10:22:20.518Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-22T10:22:21.098Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-22T10:22:21.216Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-10-22T10:22:22.413Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-22T10:22:23.401Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-10-22T10:22:23.420Z||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$$b3d2088f.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-10-22T10:22:23.421Z||main|||||WARN|500||The sdc end point is not alive
2021-10-22T10:22:27.047Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-10-22T10:22:29.880Z||main|||||WARN|500||---
2021-10-22T10:22:29.880Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-22T10:22:29.881Z||main|||||WARN|500||---
2021-10-22T10:22:30.276Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-22T10:22:34.919Z||main|||||INFO|500||Started Application in 44.496 seconds (JVM running for 48.481)
2021-10-22T10:22:34.962Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-22T10:22:34.969Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-22T10:22:34.979Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-22T10:22:35.001Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-22T10:22:35.042Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b0482b9c-485d-4c6a-a129-9065a0eb83ac url= /sdc/v1/artifactTypes
2021-10-22T10:22:35.042Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-22T10:22:35.310Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-22T10:22:35.339Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-10-22T10:22:35.367Z||scheduling-1|||||DEBUG|500||create keys
2021-10-22T10:22:35.376Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-22T10:22:35.741Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:22:35.760Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 599f3503-3792-48b9-9d31-074001f96fd9 url= /sdc/v1/registerForDistribution
2021-10-22T10:22:36.360Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 599f3503-3792-48b9-9d31-074001f96fd9 url= /sdc/v1/registerForDistribution
2021-10-22T10:22:36.360Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-22T10:22:36.369Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:22:36.370Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:22:36.378Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:22:36.378Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:22:36.378Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:22:36.378Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:22:36.379Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-22T10:22:48.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:22:48.312Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:23:36.368Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:23:36.370Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:23:36.370Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:23:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:23:36.372Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:23:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:23:45.923Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:23:45.924Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:24:36.368Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:24:36.370Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:24:36.374Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:24:36.374Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:24:36.375Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:24:36.375Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:24:45.934Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:24:45.934Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:25:36.368Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:25:36.369Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:25:36.370Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:25:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:25:36.370Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:25:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:25:45.939Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:25:45.944Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:26:36.368Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:26:36.370Z||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-10-22T10:26:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:26:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:26:36.373Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:26:36.374Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:26:45.938Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:26:45.940Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:27:36.368Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:27:36.370Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:27:36.370Z||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-10-22T10:27:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:27:36.371Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:27:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:27:45.940Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:27:45.947Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:28:36.367Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:28:36.368Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:28:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:28:36.369Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:28:36.370Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:28:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:28:45.926Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:28:45.932Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:29:36.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:29:36.370Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:29:36.371Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:29:36.371Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:29:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:29:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:29:45.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:29:45.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:30:36.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:30:36.369Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:30:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:30:36.370Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:30:36.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:30:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:30:45.924Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:30:45.926Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:31:36.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:31:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:31:36.370Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:31:36.370Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:31:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:31:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:31:45.932Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:31:45.933Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:31:48.383Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-22T10:32:36.367Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:32:36.369Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:32:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:32:36.370Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:32:36.371Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:32:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:32:45.917Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:32:45.920Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:33:36.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:33:36.370Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:33:36.370Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:33:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:33:36.370Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:33:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:33:45.943Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:33:45.945Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:34:36.367Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:34:36.368Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:34:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:34:36.369Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:34:36.370Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:34:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:34:45.925Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:34:45.925Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:35:36.367Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:35:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:35:36.370Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:35:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:35:36.371Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:35:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:35:45.926Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:35:45.926Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:36:36.367Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:36:36.369Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:36:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:36:36.370Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:36:36.370Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:36:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:36:45.919Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:36:45.920Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:37:36.368Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:37:36.370Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:37:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:37:36.370Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:37:36.371Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:37:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:37:45.939Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:37:45.940Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:38:36.367Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:38:36.368Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:38:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:38:36.370Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:38:36.370Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:38:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:38:45.922Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:38:45.929Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:39:36.368Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:39:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:39:36.370Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:39:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:39:36.371Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:39:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:39:45.954Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:39:45.954Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:40:36.367Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:40:36.368Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:40:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:40:36.369Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:40:36.370Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:40:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:40:45.919Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:40:45.921Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:41:36.368Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:41:36.370Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:41:36.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:41:36.373Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:41:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:41:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:41:45.938Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:41:45.942Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:42:36.368Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:42:36.369Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:42:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:42:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:42:36.370Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:42:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:42:45.922Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:42:45.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:43:36.368Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:43:36.370Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:43:36.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:43:36.372Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:43:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:43:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:43:45.940Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:43:45.948Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:44:36.368Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:44:36.370Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:44:36.371Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:44:36.371Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:44:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:44:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:44:45.927Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:44:45.941Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:45:36.367Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:45:36.368Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:45:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:45:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:45:36.370Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:45:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:45:45.914Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:45:45.915Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:46:36.368Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:46:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:46:36.371Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:46:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:46:36.371Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:46:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:46:45.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:46:45.930Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:47:36.367Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:47:36.368Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:47:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:47:36.369Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:47:36.370Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:47:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:47:45.933Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:47:45.933Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:48:36.368Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:48:36.370Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:48:36.370Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:48:36.370Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:48:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:48:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:48:45.932Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:48:45.932Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:49:36.367Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:49:36.368Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:49:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:49:36.371Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:49:36.372Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:49:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:49:45.921Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:49:45.933Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:50:36.370Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:50:36.368Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:50:36.374Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:50:36.374Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:50:36.374Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:50:36.374Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:50:45.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:50:45.934Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:51:36.367Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:51:36.369Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:51:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:51:36.369Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:51:36.370Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:51:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:51:45.933Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:51:45.934Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:52:36.368Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:52:36.370Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:52:36.370Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:52:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:52:36.370Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:52:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:52:45.937Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:52:45.938Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:53:36.367Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:53:36.369Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:53:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:53:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:53:36.370Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:53:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:53:45.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:53:45.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:54:36.367Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:54:36.368Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:54:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:54:36.369Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:54:36.370Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:54:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:54:45.931Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:54:45.942Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:55:36.368Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:55:36.370Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:55:36.371Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:55:36.371Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:55:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:55:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:55:45.925Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:55:45.925Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:56:36.367Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:56:36.368Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:56:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:56:36.370Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:56:36.371Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:56:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:56:45.931Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:56:45.932Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:57:36.368Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:57:36.369Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:57:36.370Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:57:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:57:36.370Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:57:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:57:45.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:57:45.931Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:58:36.367Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:58:36.368Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:58:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:58:36.370Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:58:36.370Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:58:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:58:45.927Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:58:45.930Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:59:36.369Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:59:36.372Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:59:36.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:59:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:59:36.373Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T10:59:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:59:45.942Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T10:59:45.945Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:00:36.367Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:00:36.368Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:00:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:00:36.369Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:00:36.370Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:00:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:00:45.931Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:00:45.937Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:01:36.368Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:01:36.370Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:01:36.373Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:01:36.373Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:01:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:01:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:01:45.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:01:45.935Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:02:36.367Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:02:36.368Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:02:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:02:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:02:36.370Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:02:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:02:45.925Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:02:45.931Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:03:36.370Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:03:36.368Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:03:36.373Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:03:36.373Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:03:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:03:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:03:45.931Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:03:45.937Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:04:36.367Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:04:36.368Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:04:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:04:36.370Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:04:36.371Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:04:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:04:45.915Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:04:45.915Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:05:36.367Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:05:36.368Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:05:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:05:36.369Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:05:36.370Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:05:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:05:45.934Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:05:45.937Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:06:36.367Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:06:36.369Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:06:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:06:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:06:36.370Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:06:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:06:45.927Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:06:45.928Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:07:36.368Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:07:36.368Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:07:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:07:36.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:07:36.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:07:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:07:45.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:07:45.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:08:36.368Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:08:36.370Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:08:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:08:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:08:36.370Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:08:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:08:45.912Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:08:45.915Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:09:36.367Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:09:36.368Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:09:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:09:36.369Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:09:36.370Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:09:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:09:45.934Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:09:45.940Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:10:36.367Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:10:36.369Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:10:36.370Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:10:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:10:36.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:10:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:10:45.933Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:10:45.936Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:11:36.367Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:11:36.368Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:11:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:11:36.370Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:11:36.370Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:11:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:11:45.926Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:11:45.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:12:36.367Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:12:36.369Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:12:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:12:36.369Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:12:36.371Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:12:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:12:45.930Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:12:45.931Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:13:36.367Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:13:36.369Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:13:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:13:36.370Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:13:36.370Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:13:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:13:45.922Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:13:45.924Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:14:36.368Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:14:36.370Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:14:36.371Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:14:36.371Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:14:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:14:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:14:45.919Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:14:45.921Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:15:36.368Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:15:36.369Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:15:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:15:36.369Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:15:36.371Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:15:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:15:45.935Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:15:45.935Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:16:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:16:36.368Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:16:36.375Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:16:36.375Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:16:36.375Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:16:36.375Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:16:45.934Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:16:45.940Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:17:36.367Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:17:36.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:17:36.370Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:17:36.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:17:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:17:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:17:45.937Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:17:45.937Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:18:36.368Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:18:36.370Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:18:36.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:18:36.372Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:18:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:18:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:18:45.940Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:18:45.942Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:19:36.367Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:19:36.369Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:19:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:19:36.369Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:19:36.370Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:19:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:19:45.933Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:19:45.933Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:20:36.367Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:20:36.368Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:20:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:20:36.369Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:20:36.371Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:20:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:20:45.923Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:20:45.923Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:21:36.367Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:21:36.369Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:21:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:21:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:21:36.370Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:21:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:21:45.931Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:21:45.932Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:22:36.367Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:22:36.369Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:22:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:22:36.370Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:22:36.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:22:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:22:45.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:22:45.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:23:36.367Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:23:36.368Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:23:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:23:36.370Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:23:36.370Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:23:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:23:45.926Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:23:45.933Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:24:36.367Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:24:36.369Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:24:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:24:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:24:36.370Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:24:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:24:45.942Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:24:45.942Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:25:36.367Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:25:36.368Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:25:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:36.369Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:25:36.370Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:25:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:36.997Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:25:36.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-22T11:25:36.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"bae85134-e07c-47ae-9c8e-d45bc076821e","serviceName":"vFW 2021-10-22 11-23-08","serviceVersion":"1.0","serviceUUID":"fdb5dc98-55fb-4124-9789-88d662f7785d","serviceDescription":"catalog service description","serviceInvariantUUID":"87fa18ba-3844-4b39-bc50-69c6a754795b","resources":[{"resourceInstanceName":"vFW 7626ee20-044e 0","resourceName":"vFW 7626ee20-044e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e78b7c25-7374-46e3-8931-5410647b7231","resourceInvariantUUID":"b4a351c6-abb1-4174-a686-d7575f6c0811","resourceCustomizationUUID":"b7636fb1-028c-4ae4-b8f9-4af6c45de85e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vf-license-model.xml","artifactChecksum":"M2YxNzg3ZGJhODlkZTFjN2M1Y2Y4NzdiZDkwYzI1YTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f23cc9b-36a5-4f29-8a88-99f446081958","artifactVersion":"1"},{"artifactName":"vfw7626ee20044e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json","artifactChecksum":"NGY4ZWQ3N2U4OTZkNzgxY2I0NDkwN2RjODc0MDRlNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6340fe38-63df-41a5-a647-8390c29c8c73","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a90f110e-545a-40e7-ad3a-5e947cfc0349","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vendor-license-model.xml","artifactChecksum":"NGJiYTBhMTFjOTk2YTEwYjE5MDhkZjViMGNhY2MzMWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"62d733b3-c33c-4fe1-8c8e-12b39b9c1940","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ed99d646-a2c9-430a-9018-691068fc4c2e","artifactVersion":"2","generatedFromUUID":"a90f110e-545a-40e7-ad3a-5e947cfc0349"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211022112308-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-template.yml","artifactChecksum":"MDRjZjM0YjMzMzA5YjQwZDRiNGY2NWQ5N2ZmZTE3YTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2d839a3-4577-4898-9073-fbbd7d078116","artifactVersion":"1"},{"artifactName":"service-Vfw20211022112308-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar","artifactChecksum":"ODFkMDdkOWU0NWY0ZmI5MTBlMGIzNDc5MzU5ZTA2YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d88945c2-b5ca-4376-94cd-522ae58e40b4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-22T11:25:37.006Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:25:37.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "ves-openapi-manager",
"timestamp": 1634901917219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.012Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:25:37.018Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:37.031Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:37.031Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901936367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "clamp",
"timestamp": 1634901915086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "cds",
"timestamp": 1634901912880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634901912841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634901912733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "ves-openapi-manager",
"timestamp": 1634901917219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "clamp",
"timestamp": 1634901915086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
"status": "NOTIFIED"
}
2021-10-22T11:25:37.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "cds",
"timestamp": 1634901912880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634901912841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
"status": "NOTIFIED"
}
2021-10-22T11:25:37.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634901912733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.040Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "dcae-sch",
"timestamp": 1634901921828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.040Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "ves-openapi-manager",
"timestamp": 1634901917219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "clamp",
"timestamp": 1634901915086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "cds",
"timestamp": 1634901912880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634901912841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-22T11:25:37.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634901912733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "dcae-sch",
"timestamp": 1634901921828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "ves-openapi-manager",
"timestamp": 1634901917219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "clamp",
"timestamp": 1634901915086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "cds",
"timestamp": 1634901912880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634901912841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634901912733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "dcae-sch",
"timestamp": 1634901921828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "ves-openapi-manager",
"timestamp": 1634901917219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "clamp",
"timestamp": 1634901915086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "cds",
"timestamp": 1634901912880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634901912841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-22T11:25:37.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634901912733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "policy-id",
"timestamp": 1634901924150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "dcae-sch",
"timestamp": 1634901921828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "ves-openapi-manager",
"timestamp": 1634901917219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "clamp",
"timestamp": 1634901915086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "cds",
"timestamp": 1634901912880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634901912841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634901912733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "policy-id",
"timestamp": 1634901924150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "dcae-sch",
"timestamp": 1634901921828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "ves-openapi-manager",
"timestamp": 1634901917219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "clamp",
"timestamp": 1634901915086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:25:37.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "cds",
"timestamp": 1634901912880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:25:37.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634901912841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:25:37.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634901912733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:25:37.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "policy-id",
"timestamp": 1634901924150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-22T11:25:37.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "dcae-sch",
"timestamp": 1634901921828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "policy-id",
"timestamp": 1634901924150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "dcae-sch",
"timestamp": 1634901921828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634901928779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:25:37.065Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:25:37.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634901928794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:25:37.065Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:25:37.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "cds",
"timestamp": 1634901928831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:25:37.066Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:25:37.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "policy-id",
"timestamp": 1634901924150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "policy-id",
"timestamp": 1634901924150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "cds",
"timestamp": 1634901929850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:25:37.131Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-22T11:25:37.135Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:25:37.135Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:37.146Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:25:37.147Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:25:37.235Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bae85134-e07c-47ae-9c8e-d45bc076821e
2021-10-22T11:25:37.260Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae85134-e07c-47ae-9c8e-d45bc076821e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:25:37.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634901930493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:25:37.283Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:25:37.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "policy-id",
"timestamp": 1634901924150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:25:37.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634901931648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:25:37.285Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:25:37.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "policy-id",
"timestamp": 1634901932150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:25:37.286Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:25:37.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634901933180,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:25:37.301Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bae85134-e07c-47ae-9c8e-d45bc076821e
2021-10-22T11:25:37.301Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae85134-e07c-47ae-9c8e-d45bc076821e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:25:37.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "policy-id",
"timestamp": 1634901933161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T11:25:37.307Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:25:37.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "aai-ml",
"timestamp": 1634901933484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634901934187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-22T11:25:37.308Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:25:37.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634901934198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T11:25:37.309Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:25:37.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "policy-id",
"timestamp": 1634901934166,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:25:37.313Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bae85134-e07c-47ae-9c8e-d45bc076821e
2021-10-22T11:25:37.313Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae85134-e07c-47ae-9c8e-d45bc076821e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-22T11:25:37.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.323Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "aai-ml",
"timestamp": 1634901933484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.323Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:37.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634901935202,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:25:37.326Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bae85134-e07c-47ae-9c8e-d45bc076821e
2021-10-22T11:25:37.326Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae85134-e07c-47ae-9c8e-d45bc076821e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:25:37.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "aai-ml",
"timestamp": 1634901933484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:25:38.038Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:25:38.038Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:38.041Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:38.041Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901936367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
"status": "NOTIFIED"
}
2021-10-22T11:25:38.141Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:25:38.142Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:25:38.142Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:38.154Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:25:38.154Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:25:39.042Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:25:39.042Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:39.044Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:39.044Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901936367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-22T11:25:39.145Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T11:25:39.145Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:25:39.145Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:39.159Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:25:39.159Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:25:40.045Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:25:40.046Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:40.047Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:40.047Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901936367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:40.147Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:25:40.149Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:25:40.149Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:40.160Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:25:40.161Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-22T11:25:41.048Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:25:41.049Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:41.050Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:41.051Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901936367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-22T11:25:41.151Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:25:41.152Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:25:41.152Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:41.168Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:25:41.168Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:25:42.051Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:25:42.052Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:42.055Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:42.055Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901936367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:25:42.155Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:25:42.156Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:25:42.156Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:42.168Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:25:42.168Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:25:43.056Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:25:43.056Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:43.059Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:43.060Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901936367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:25:43.159Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T11:25:43.160Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:25:43.160Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:43.179Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:25:43.179Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:25:44.072Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"serviceName": "vFW 2021-10-22 11-23-08",
"serviceVersion": "1.0",
"serviceUUID": "fdb5dc98-55fb-4124-9789-88d662f7785d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "87fa18ba-3844-4b39-bc50-69c6a754795b",
"resources": [
{
"resourceInstanceName": "vFW 7626ee20-044e 0",
"resourceCustomizationUUID": "b7636fb1-028c-4ae4-b8f9-4af6c45de85e",
"resourceName": "vFW 7626ee20-044e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e78b7c25-7374-46e3-8931-5410647b7231",
"resourceInvariantUUID": "b4a351c6-abb1-4174-a686-d7575f6c0811",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7626ee20044e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
"artifactChecksum": "NGY4ZWQ3N2U4OTZkNzgxY2I0NDkwN2RjODc0MDRlNTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6340fe38-63df-41a5-a647-8390c29c8c73",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a90f110e-545a-40e7-ad3a-5e947cfc0349",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ed99d646-a2c9-430a-9018-691068fc4c2e",
"generatedFromUUID": "a90f110e-545a-40e7-ad3a-5e947cfc0349"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ed99d646-a2c9-430a-9018-691068fc4c2e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211022112308-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"artifactChecksum": "ODFkMDdkOWU0NWY0ZmI5MTBlMGIzNDc5MzU5ZTA2YWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d88945c2-b5ca-4376-94cd-522ae58e40b4"
}
],
"workloadContext": "Production"
}
2021-10-22T11:25:44.074Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-22T11:25:44.074Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fdb5dc98-55fb-4124-9789-88d662f7785d ASDC
2021-10-22T11:25:44.199Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:bae85134-e07c-47ae-9c8e-d45bc076821e
ServiceName:vFW 2021-10-22 11-23-08
ServiceVersion:1.0
ServiceUUID:fdb5dc98-55fb-4124-9789-88d662f7785d
ServiceInvariantUUID:87fa18ba-3844-4b39-bc50-69c6a754795b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211022112308-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar
ArtifactUUID:d88945c2-b5ca-4376-94cd-522ae58e40b4
ArtifactChecksum:ODFkMDdkOWU0NWY0ZmI5MTBlMGIzNDc5MzU5ZTA2YWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7626ee20-044e 0
ResourceCustomizationUUID:b7636fb1-028c-4ae4-b8f9-4af6c45de85e
ResourceInvariantUUID:b4a351c6-abb1-4174-a686-d7575f6c0811
ResourceName:vFW 7626ee20-044e
ResourceType:VF
ResourceUUID:e78b7c25-7374-46e3-8931-5410647b7231
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7626ee20044e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json
ArtifactUUID:6340fe38-63df-41a5-a647-8390c29c8c73
ArtifactChecksum:NGY4ZWQ3N2U4OTZkNzgxY2I0NDkwN2RjODc0MDRlNTM=
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/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml
ArtifactUUID:a90f110e-545a-40e7-ad3a-5e947cfc0349
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/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env
ArtifactUUID:ed99d646-a2c9-430a-9018-691068fc4c2e
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/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env
ArtifactUUID:ed99d646-a2c9-430a-9018-691068fc4c2e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-22T11:25:44.200Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fdb5dc98-55fb-4124-9789-88d662f7785d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-22T11:25:44.246Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T11:25:44.247Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-22T11:25:44.248Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-22T11:25:44.249Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d88945c2-b5ca-4376-94cd-522ae58e40b4 from URL: /sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:44.249Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T11:25:44.250Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:44.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T11:25:44.379Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar d88945c2-b5ca-4376-94cd-522ae58e40b4 98718
2021-10-22T11:25:44.381Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar ASDC sendASDCNotification
2021-10-22T11:25:44.381Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:44.382Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:25:44.382Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:44.384Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:44.384Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901944380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:25:44.485Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-22T11:25:44.486Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:25:44.486Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:44.498Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:25:44.498Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:25:45.385Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T11:25:45.387Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-22T11:25:45.387Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d88945c2-b5ca-4376-94cd-522ae58e40b4, URL: /sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar to file: /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:45.389Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211022112308-csar.csar
2021-10-22T11:25:45.487Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:45.487Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:46.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4778935269914955638/Definitions/service-Vfw20211022112308-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-10-22T11:25:49.355Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-22T11:25:49.360Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-22T11:25:49.360Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-22T11:25:49.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7626ee20-044e 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-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.362Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.362Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.362Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.362Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.362Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-22T11:25:49.368Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:49.369Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:49.373Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is matching search criteria
2021-10-22T11:25:49.373Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-22T11:25:49.375Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7626ee20-044e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T11:25:49.376Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:49.377Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:49.377Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is matching search criteria
2021-10-22T11:25:49.377Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-22T11:25:49.377Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7626ee20-044e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T11:25:49.377Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:49.377Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:49.381Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:49.381Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is not matching search criteria
2021-10-22T11:25:49.381Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-22T11:25:49.381Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-22T11:25:49.381Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.381Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:49.382Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-22T11:25:49.382Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.382Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-22T11:25:49.382Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-22T11:25:49.382Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-22T11:25:49.382Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.382Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:49.383Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-22T11:25:49.383Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:49.383Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-22T11:25:49.383Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.383Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-22T11:25:49.383Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:49.383Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-22T11:25:49.385Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:49.385Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is matching search criteria
2021-10-22T11:25:49.385Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7626ee20-044e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:25:49.385Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:49.385Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is matching search criteria
2021-10-22T11:25:49.386Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7626ee20-044e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:25:49.386Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:49.386Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is matching search criteria
2021-10-22T11:25:49.386Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7626ee20-044e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:25:49.386Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:49.387Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is not matching search criteria
2021-10-22T11:25:49.387Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-22T11:25:49.387Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-22T11:25:49.387Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-22T11:25:49.387Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-22T11:25:49.387Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-22T11:25:49.387Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.388Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:49.388Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-22T11:25:49.388Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:49.388Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-22T11:25:49.388Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.388Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c1c44bb3-fcbf-48d7-b67c-b00fdd2d4c34
2021-10-22T11:25:49.389Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:49.389Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is not matching search criteria
2021-10-22T11:25:49.389Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-22T11:25:49.389Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-22T11:25:49.389Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.390Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:49.390Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-22T11:25:49.390Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.390Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-22T11:25:49.390Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-22T11:25:49.390Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-22T11:25:49.390Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:49.391Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-22T11:25:49.391Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.391Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=87ef9bf9-3fbf-4e40-b0b2-89433d86b750
2021-10-22T11:25:49.391Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:49.391Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is not matching search criteria
2021-10-22T11:25:49.391Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-22T11:25:49.392Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-22T11:25:49.392Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.392Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:49.392Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-22T11:25:49.392Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.392Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-22T11:25:49.392Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-22T11:25:49.393Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-22T11:25:49.393Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.393Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:49.393Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-22T11:25:49.393Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4be9e8f3-79db-4162-b07f-1a2aa17a8015
2021-10-22T11:25:49.393Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:49.393Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:49.394Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:49.394Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:49.394Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:49.394Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:49.394Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:49.394Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:49.395Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-10-22 11-23-08
Description:catalog service description
Model UUID:fdb5dc98-55fb-4124-9789-88d662f7785d
Model Version:NULL
Model InvariantUuid:87fa18ba-3844-4b39-bc50-69c6a754795b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 7626ee20-044e
Model UUID:1ba6273a-ed1d-4d10-b256-2fa66457594f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b4a351c6-abb1-4174-a686-d7575f6c0811
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b7636fb1-028c-4ae4-b8f9-4af6c45de85e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5ec6f64f-e651-46fc-bed6-145edfc8d4ee
ModelName:Vfw7626ee20044e..base_vfw..module-0
ModelUuid:9a6fb06f-4785-4669-9b8d-a3b6c05df79c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c1c44bb3-fcbf-48d7-b67c-b00fdd2d4c34
ModelInvariantUuid:898c9190-75ff-48f6-95a0-6b8de496ac1a
ModelName:vFW 7626ee20-044e-nodes.vfwCvfc
ModelUuid:54ba06f1-f2c3-47f4-b2fe-d5a0e1615928
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:60218b96-aa27-476c-a528-1309b2d8c4b8
ModelInvariantUuid:ce939489-615a-4ef1-b2ab-abfe68f95398
ModelName:Vfw7626ee20044e.compute.nodes.heat.vfw
ModelUuid:b02d9521-80ff-46f6-ab43-0eeba4d6d53c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:87ef9bf9-3fbf-4e40-b0b2-89433d86b750
ModelInvariantUuid:cee898c7-7007-4320-8838-bd2e5ce418be
ModelName:vFW 7626ee20-044e-nodes.vsnCvfc
ModelUuid:44937c24-cd9c-47d6-b161-ec0413db96ed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:fbe0c67f-cc23-40e7-a459-746bc3c80e61
ModelInvariantUuid:9f98e0a0-1bcb-47f6-b3f9-812b43c6d26a
ModelName:Vfw7626ee20044e.compute.nodes.heat.vsn
ModelUuid:1a95f4b5-b9c7-46bd-84e0-1ad87eeee8bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4be9e8f3-79db-4162-b07f-1a2aa17a8015
ModelInvariantUuid:35d8394d-b7eb-4a59-866c-1d30d1aa9a04
ModelName:vFW 7626ee20-044e-nodes.vpgCvfc
ModelUuid:df475e5c-3840-4daa-b764-ab447fb0bdbe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7d60f920-19b6-4c6e-bd4c-d03c8a7f594e
ModelInvariantUuid:91f32477-86ee-4876-9b71-e0abda33cb7d
ModelName:Vfw7626ee20044e.compute.nodes.heat.vpg
ModelUuid:13f77a28-5f11-4030-b904-25ba040678a2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-22T11:25:49.401Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: e78b7c25-7374-46e3-8931-5410647b7231
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:25:49.486Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||vFW 7626ee20-044e 0
2021-10-22T11:25:49.510Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e78b7c25-7374-46e3-8931-5410647b7231
2021-10-22T11:25:49.510Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6340fe38-63df-41a5-a647-8390c29c8c73 from URL: /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json
2021-10-22T11:25:49.510Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T11:25:49.510Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json
2021-10-22T11:25:49.870Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T11:25:49.870Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json 6340fe38-63df-41a5-a647-8390c29c8c73 785
2021-10-22T11:25:49.870Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json ASDC sendASDCNotification
2021-10-22T11:25:49.871Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json
2021-10-22T11:25:49.871Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:25:49.871Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:49.873Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:49.873Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901949870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:25:49.973Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T11:25:49.975Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:25:49.975Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:49.985Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:25:49.985Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:25:50.875Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7626ee20044e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5ec6f64f-e651-46fc-bed6-145edfc8d4ee",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9a6fb06f-4785-4669-9b8d-a3b6c05df79c",
"vfModuleModelCustomizationUUID": "ffe00a38-0e15-4b8e-b6f8-92bf94ccb54f",
"isBase": true,
"artifacts": [
"a90f110e-545a-40e7-ad3a-5e947cfc0349",
"ed99d646-a2c9-430a-9018-691068fc4c2e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-22T11:25:50.888Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7626ee20044e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a6fb06f-4785-4669-9b8d-a3b6c05df79c
VfModuleModelInvariantUUID:5ec6f64f-e651-46fc-bed6-145edfc8d4ee
VfModuleModelDescription:NULL
Artifacts UUID List:{
a90f110e-545a-40e7-ad3a-5e947cfc0349
,
ed99d646-a2c9-430a-9018-691068fc4c2e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-22T11:25:50.890Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7626ee20044e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5ec6f64f-e651-46fc-bed6-145edfc8d4ee",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9a6fb06f-4785-4669-9b8d-a3b6c05df79c",
"vfModuleModelCustomizationUUID": "ffe00a38-0e15-4b8e-b6f8-92bf94ccb54f",
"isBase": true,
"artifacts": [
"a90f110e-545a-40e7-ad3a-5e947cfc0349",
"ed99d646-a2c9-430a-9018-691068fc4c2e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-22T11:25:50.890Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7626ee20044e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a6fb06f-4785-4669-9b8d-a3b6c05df79c
VfModuleModelInvariantUUID:5ec6f64f-e651-46fc-bed6-145edfc8d4ee
VfModuleModelDescription:NULL
Artifacts UUID List:{
a90f110e-545a-40e7-ad3a-5e947cfc0349
,
ed99d646-a2c9-430a-9018-691068fc4c2e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-22T11:25:50.891Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a90f110e-545a-40e7-ad3a-5e947cfc0349 from URL: /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml
2021-10-22T11:25:50.891Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T11:25:50.891Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml
2021-10-22T11:25:51.056Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T11:25:51.057Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml a90f110e-545a-40e7-ad3a-5e947cfc0349 20368
2021-10-22T11:25:51.057Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-22T11:25:51.057Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml
2021-10-22T11:25:51.057Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:25:51.057Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:51.059Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:51.059Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901951057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:25:51.159Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:25:51.160Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:25:51.160Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:51.171Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:25:51.172Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-22T11:25:52.060Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ed99d646-a2c9-430a-9018-691068fc4c2e from URL: /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env
2021-10-22T11:25:52.060Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T11:25:52.061Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env
2021-10-22T11:25:52.425Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T11:25:52.425Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env ed99d646-a2c9-430a-9018-691068fc4c2e 2098
2021-10-22T11:25:52.425Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-22T11:25:52.425Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env
2021-10-22T11:25:52.426Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:25:52.426Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:52.428Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:52.428Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901952425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:25:52.528Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:25:52.529Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:25:52.529Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:52.542Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:25:52.542Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:25:53.429Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: fdb5dc98-55fb-4124-9789-88d662f7785d
2021-10-22T11:25:53.429Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7626ee20-044e 0 e78b7c25-7374-46e3-8931-5410647b7231 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:25:53.455Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16304641, org.onap.sdc.toscaparser.api.parameters.Input@2488cd5d, org.onap.sdc.toscaparser.api.parameters.Input@7a4e2f62, org.onap.sdc.toscaparser.api.parameters.Input@311c0d31, org.onap.sdc.toscaparser.api.parameters.Input@258a471d]
2021-10-22T11:25:53.459Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:53.459Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:53.459Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-10-22T11:25:53.459Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= b7636fb1-028c-4ae4-b8f9-4af6c45de85e
2021-10-22T11:25:53.459Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b7636fb1-028c-4ae4-b8f9-4af6c45de85e matches Tosca VF Customization UUID: b7636fb1-028c-4ae4-b8f9-4af6c45de85e
2021-10-22T11:25:53.460Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: b7636fb1-028c-4ae4-b8f9-4af6c45de85e matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-22T11:25:53.464Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:53.464Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:53.465Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id b7636fb1-028c-4ae4-b8f9-4af6c45de85e: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-10-22T11:25:53.465Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2da1bb7f
2021-10-22T11:25:53.466Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:53.466Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-22T11:25:53.466Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ffe00a38-0e15-4b8e-b6f8-92bf94ccb54f
2021-10-22T11:25:53.467Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ffe00a38-0e15-4b8e-b6f8-92bf94ccb54f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-22T11:25:53.471Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:53.471Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is matching search criteria
2021-10-22T11:25:53.471Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7626ee20-044e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:25:53.472Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:53.472Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is matching search criteria
2021-10-22T11:25:53.472Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7626ee20-044e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:25:53.472Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:53.473Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is not matching search criteria
2021-10-22T11:25:53.473Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-22T11:25:53.473Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-22T11:25:53.473Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-22T11:25:53.473Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-22T11:25:53.473Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-22T11:25:53.474Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-22T11:25:53.474Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:53.474Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-22T11:25:53.474Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:53.474Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-22T11:25:53.474Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T11:25:53.474Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c1c44bb3-fcbf-48d7-b67c-b00fdd2d4c34
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-22T11:25:53.484Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:53.484Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is matching search criteria
2021-10-22T11:25:53.484Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7626ee20-044e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:25:53.484Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:53.485Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is not matching search criteria
2021-10-22T11:25:53.485Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-22T11:25:53.485Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-22T11:25:53.485Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-22T11:25:53.485Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:53.485Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-22T11:25:53.486Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T11:25:53.486Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-22T11:25:53.486Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-22T11:25:53.486Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-22T11:25:53.486Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:53.486Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-22T11:25:53.486Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T11:25:53.487Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=87ef9bf9-3fbf-4e40-b0b2-89433d86b750
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-22T11:25:53.488Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:53.488Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is matching search criteria
2021-10-22T11:25:53.488Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7626ee20-044e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:25:53.490Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:53.490Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is not matching search criteria
2021-10-22T11:25:53.491Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-22T11:25:53.491Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-22T11:25:53.491Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-22T11:25:53.491Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:53.491Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-22T11:25:53.492Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T11:25:53.492Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-22T11:25:53.492Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-22T11:25:53.492Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-22T11:25:53.492Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-22T11:25:53.492Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:53.492Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-22T11:25:53.493Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4be9e8f3-79db-4162-b07f-1a2aa17a8015
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-22T11:25:53.494Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:53.494Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is matching search criteria
2021-10-22T11:25:53.494Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7626ee20-044e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:25:53.494Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:53.495Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is matching search criteria
2021-10-22T11:25:53.495Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7626ee20-044e 0] matching following query criteria: sdcType=VF, customizationUUID=b7636fb1-028c-4ae4-b8f9-4af6c45de85e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:25:53.496Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:53.496Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:53.496Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid fdb5dc98-55fb-4124-9789-88d662f7785d: vFW 7626ee20-044e
2021-10-22T11:25:53.496Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:53.497Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:53.497Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:53.497Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:53.497Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:53.497Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:53.497Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:53.498Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:53.498Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:25:53.498Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:53.498Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-10-22 11-23-08
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:25:53.671Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7626ee20-044e e78b7c25-7374-46e3-8931-5410647b7231 1 ASDC deployResourceStructure
2021-10-22T11:25:53.672Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json ASDC sendASDCNotification
2021-10-22T11:25:53.672Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json
2021-10-22T11:25:53.672Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:25:53.672Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:53.673Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:53.674Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901953672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-22T11:25:53.774Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:25:53.775Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:25:53.775Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:53.792Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:25:53.792Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:25:54.676Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-22T11:25:54.676Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml
2021-10-22T11:25:54.676Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:25:54.676Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:54.678Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:54.678Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901954675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-22T11:25:54.778Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:25:54.779Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:25:54.779Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:54.792Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:25:54.793Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-22T11:25:55.679Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-22T11:25:55.679Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env
2021-10-22T11:25:55.679Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:25:55.680Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:55.681Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:55.681Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901955679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-22T11:25:55.781Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:25:55.782Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:25:55.782Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:55.795Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:25:55.795Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:25:56.683Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar ASDC sendASDCNotification
2021-10-22T11:25:56.684Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:56.684Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:25:56.685Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:56.687Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:56.687Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901956682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T11:25:56.787Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:25:56.788Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:25:56.788Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:56.805Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:25:56.806Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-10-22T11:25:57.689Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae85134-e07c-47ae-9c8e-d45bc076821e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:25:57.715Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae85134-e07c-47ae-9c8e-d45bc076821e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:25:57.718Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:25:57.718Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T11:25:57.718Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T11:26:27.719Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae85134-e07c-47ae-9c8e-d45bc076821e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:26:27.733Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae85134-e07c-47ae-9c8e-d45bc076821e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:26:27.736Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:26:27.736Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T11:26:27.736Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T11:26:36.370Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:26:36.371Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:26:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:26:36.498Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:26:36.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:26:36.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901936367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:26:36.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:26:57.736Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae85134-e07c-47ae-9c8e-d45bc076821e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:26:57.745Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae85134-e07c-47ae-9c8e-d45bc076821e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:26:57.748Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:26:57.748Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T11:26:57.748Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T11:27:27.748Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae85134-e07c-47ae-9c8e-d45bc076821e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:27:27.755Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae85134-e07c-47ae-9c8e-d45bc076821e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:27:27.757Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:27:27.758Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T11:27:27.758Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T11:27:36.370Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:27:36.371Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:27:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:27:36.897Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:27:36.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "aai-ml",
"timestamp": 1634901933484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:27:36.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:27:36.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901936367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
"status": "NOTIFIED"
}
2021-10-22T11:27:36.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:27:36.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "aai-ml",
"timestamp": 1634901933484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:27:36.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:27:36.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "clamp",
"timestamp": 1634901938249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:27:36.902Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901936367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-22T11:27:36.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:27:36.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "aai-ml",
"timestamp": 1634901933484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:27:36.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:27:36.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "clamp",
"timestamp": 1634901939630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T11:27:36.904Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901936367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:27:36.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:27:36.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "aai-ml",
"timestamp": 1634901933484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:27:36.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:27:36.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "clamp",
"timestamp": 1634901940634,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:27:36.909Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bae85134-e07c-47ae-9c8e-d45bc076821e
2021-10-22T11:27:36.909Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae85134-e07c-47ae-9c8e-d45bc076821e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:27:36.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901936367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-22T11:27:36.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:27:36.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "aai-ml",
"timestamp": 1634901941412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:27:36.918Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901936367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:27:36.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:27:36.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901936367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:27:36.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-22T11:27:36.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901944380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:27:36.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901949870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:27:36.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901951057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:27:36.921Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901952425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:27:36.921Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901953672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-22T11:27:36.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901954675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-22T11:27:36.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901955679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-22T11:27:36.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634901956682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T11:27:36.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "aai-ml",
"timestamp": 1634901957035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T11:27:36.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "aai-ml",
"timestamp": 1634901958040,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:27:36.927Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bae85134-e07c-47ae-9c8e-d45bc076821e
2021-10-22T11:27:36.928Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae85134-e07c-47ae-9c8e-d45bc076821e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:27:57.758Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae85134-e07c-47ae-9c8e-d45bc076821e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:27:57.766Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae85134-e07c-47ae-9c8e-d45bc076821e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:27:57.768Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:27:57.768Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-22T11:27:57.768Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-22T11:27:57.768Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-22T11:27:57.768Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T11:27:57.769Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T11:27:57.769Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T11:27:57.769Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T11:27:57.769Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T11:27:57.769Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T11:27:57.769Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:27:57.772Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-22T11:28:27.773Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bae85134-e07c-47ae-9c8e-d45bc076821e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-22T11:28:27.793Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bae85134-e07c-47ae-9c8e-d45bc076821e and serviceModelVersionId: fdb5dc98-55fb-4124-9789-88d662f7785d
2021-10-22T11:28:27.793Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87fa18ba-3844-4b39-bc50-69c6a754795b
2021-10-22T11:28:36.370Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:28:36.371Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:28:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:28:42.168Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87fa18ba-3844-4b39-bc50-69c6a754795b/model-vers/model-ver/fdb5dc98-55fb-4124-9789-88d662f7785d?depth=0
2021-10-22T11:28:42.280Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-10-22T11:28:42.758Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87fa18ba-3844-4b39-bc50-69c6a754795b/model-vers/model-ver/fdb5dc98-55fb-4124-9789-88d662f7785d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-22T11:28:42.762Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87fa18ba-3844-4b39-bc50-69c6a754795b/model-vers/model-ver/fdb5dc98-55fb-4124-9789-88d662f7785d?depth=0|INFO|500||Invoke
2021-10-22T11:28:42.879Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87fa18ba-3844-4b39-bc50-69c6a754795b/model-vers/model-ver/fdb5dc98-55fb-4124-9789-88d662f7785d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-22T11:28:43.231Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87fa18ba-3844-4b39-bc50-69c6a754795b/model-vers/model-ver/fdb5dc98-55fb-4124-9789-88d662f7785d?depth=0|INFO|500||InvokeReturn
2021-10-22T11:28:43.232Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87fa18ba-3844-4b39-bc50-69c6a754795b/model-vers/model-ver/fdb5dc98-55fb-4124-9789-88d662f7785d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211022-11:28:42:891-31945], vertex-id=[376856], Content-Length=[0], Date=[Fri, 22 Oct 2021 11:28:42 GMT], Content-Type=[application/json]}
2021-10-22T11:28:43.232Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-10-22T11:28:43.235Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-22T11:28:43.235Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:28:43.239Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-22T11:28:43.239Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bae85134-e07c-47ae-9c8e-d45bc076821e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-22T11:28:43.240Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-22T11:28:43.240Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:28:43.242Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:28:43.242Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902123239,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T11:28:43.343Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:28:43.343Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:28:43.343Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:28:43.355Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:28:43.355Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:28:43.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:28:43.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:28:43.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902123239,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T11:28:43.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-22T11:28:44.251Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:28:44.252Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:28:44.252Z|bae85134-e07c-47ae-9c8e-d45bc076821e|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:28:54.706Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:28:54.707Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:28:54.708Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:28:54.708Z|bae85134-e07c-47ae-9c8e-d45bc076821e|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:29:04.246Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:29:04.247Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:29:04.248Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:29:04.248Z|bae85134-e07c-47ae-9c8e-d45bc076821e|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:29:13.808Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:29:36.369Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:29:36.369Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:29:36.370Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:29:36.370Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:29:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:29:36.370Z|bae85134-e07c-47ae-9c8e-d45bc076821e|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:29:45.908Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:29:45.909Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:30:36.370Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:30:36.368Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:30:36.372Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:30:36.372Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:30:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:30:36.373Z|bae85134-e07c-47ae-9c8e-d45bc076821e|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:30:45.933Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:30:45.939Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:31:36.367Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:31:36.368Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:31:36.368Z|bae85134-e07c-47ae-9c8e-d45bc076821e|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:36.369Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:31:36.370Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:31:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:37.003Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:31:37.003Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.004Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1df3e63-1d28-4fd2-b07d-5a3db1047a6a","serviceName":"basic_onboard_LPLJOa","serviceVersion":"1.0","serviceUUID":"b8300ebf-64aa-4fd5-9c54-cd75b7524ecd","serviceDescription":"service","serviceInvariantUUID":"2422cd36-0e70-4eb9-8b14-405705149388","resources":[{"resourceInstanceName":"basic_onboard_LPLJOa 0","resourceName":"basic_onboard_LPLJOa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d981199b-ba21-431f-a538-87d37131986b","resourceInvariantUUID":"2b3b7292-391a-444b-b81c-b94a0451a70a","resourceCustomizationUUID":"68080db3-874a-45e2-8c13-7e802a840182","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vf-license-model.xml","artifactChecksum":"YmI4ZDU1MzI4MTQ2MWM2M2E1OTc3OWIwYjhkNzBiZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8739683b-3efd-44c3-b3b3-d9333fc561bf","artifactVersion":"1"},{"artifactName":"basic_onboard_lpljoa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json","artifactChecksum":"MzA4ZDMyMTg5NDk4MTM2NDgyOTM3Njk4NzA1NDBjMTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"83f58c07-4c53-4e04-b6fb-8252ce27d819","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f36abf02-2f6b-44d5-8665-54d5a3c1adca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a37cfe4f-a9ef-4fd7-ac86-eab1fd3a3e7d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"169d2838-fd2e-4e8b-ba3d-e67c6b29698c","artifactVersion":"2","generatedFromUUID":"f36abf02-2f6b-44d5-8665-54d5a3c1adca"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLpljoa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-template.yml","artifactChecksum":"MzI4Mzc5YWUyNjRlYTJlNDgyOThlMTNlOTIwYjkwNjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"747e8647-6041-43ee-b32e-61749e426665","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLpljoa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar","artifactChecksum":"ZDA1NzhkYjdkNGY0Y2Y5MzZmNGU4OTFhNzFlOWRlZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fce238cd-db68-452f-bfbc-887760d19ec1","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-22T11:31:37.006Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:31:37.007Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:31:37.008Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:37.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634902252840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.011Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:37.011Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902296367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "ves-openapi-manager",
"timestamp": 1634902257219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "cds",
"timestamp": 1634902257881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634902252840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
"status": "NOTIFIED"
}
2021-10-22T11:31:37.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "ves-openapi-manager",
"timestamp": 1634902257219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "cds",
"timestamp": 1634902257881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634902252840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-22T11:31:37.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "ves-openapi-manager",
"timestamp": 1634902257219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "cds",
"timestamp": 1634902257881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634902252840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "ves-openapi-manager",
"timestamp": 1634902257219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "cds",
"timestamp": 1634902257881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634902252840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-22T11:31:37.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "ves-openapi-manager",
"timestamp": 1634902257219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "dcae-sch",
"timestamp": 1634902261828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "cds",
"timestamp": 1634902257881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634902252840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "ves-openapi-manager",
"timestamp": 1634902257219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "dcae-sch",
"timestamp": 1634902261828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "cds",
"timestamp": 1634902257881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "aai-ml",
"timestamp": 1634902263482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634902252840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:31:37.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "ves-openapi-manager",
"timestamp": 1634902257219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "dcae-sch",
"timestamp": 1634902261828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "cds",
"timestamp": 1634902257881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:31:37.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "policy-id",
"timestamp": 1634902264150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "aai-ml",
"timestamp": 1634902263482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "dcae-sch",
"timestamp": 1634902261828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "cds",
"timestamp": 1634902265663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:31:37.033Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634902265722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:31:37.033Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "policy-id",
"timestamp": 1634902264150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "aai-ml",
"timestamp": 1634902263482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "dcae-sch",
"timestamp": 1634902261828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "cds",
"timestamp": 1634902266693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:31:37.051Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e1df3e63-1d28-4fd2-b07d-5a3db1047a6a
2021-10-22T11:31:37.051Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1df3e63-1d28-4fd2-b07d-5a3db1047a6a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:31:37.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "policy-id",
"timestamp": 1634902264150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-22T11:31:37.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "aai-ml",
"timestamp": 1634902263482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634902267175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:31:37.059Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "dcae-sch",
"timestamp": 1634902261828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "policy-id",
"timestamp": 1634902264150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "aai-ml",
"timestamp": 1634902263482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "dcae-sch",
"timestamp": 1634902261828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "policy-id",
"timestamp": 1634902264150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634902269048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:31:37.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "aai-ml",
"timestamp": 1634902263482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "policy-id",
"timestamp": 1634902264150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634902270086,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:31:37.068Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1df3e63-1d28-4fd2-b07d-5a3db1047a6a
2021-10-22T11:31:37.068Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1df3e63-1d28-4fd2-b07d-5a3db1047a6a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:31:37.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "aai-ml",
"timestamp": 1634902263482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:31:37.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "policy-id",
"timestamp": 1634902264150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:31:37.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634902271090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-22T11:31:37.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "aai-ml",
"timestamp": 1634902271368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:31:37.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "policy-id",
"timestamp": 1634902272051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:31:37.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "policy-id",
"timestamp": 1634902273055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T11:31:37.078Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634902272731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "policy-id",
"timestamp": 1634902274058,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:31:37.086Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1df3e63-1d28-4fd2-b07d-5a3db1047a6a
2021-10-22T11:31:37.086Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1df3e63-1d28-4fd2-b07d-5a3db1047a6a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-22T11:31:37.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634902272731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634902272731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "clamp",
"timestamp": 1634902275086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634902272731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "clamp",
"timestamp": 1634902275086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
"status": "NOTIFIED"
}
2021-10-22T11:31:37.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634902272731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "clamp",
"timestamp": 1634902275086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634902272731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "clamp",
"timestamp": 1634902275086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634902272731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:31:37.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "clamp",
"timestamp": 1634902275086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634902280528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:31:37.097Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "clamp",
"timestamp": 1634902275086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "clamp",
"timestamp": 1634902275086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:31:37.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-22T11:31:37.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634902283765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T11:31:37.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "aai-ml",
"timestamp": 1634902284676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T11:31:37.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634902284769,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:31:37.101Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e1df3e63-1d28-4fd2-b07d-5a3db1047a6a
2021-10-22T11:31:37.101Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1df3e63-1d28-4fd2-b07d-5a3db1047a6a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:31:37.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "aai-ml",
"timestamp": 1634902285681,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:31:37.109Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e1df3e63-1d28-4fd2-b07d-5a3db1047a6a
2021-10-22T11:31:37.109Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1df3e63-1d28-4fd2-b07d-5a3db1047a6a 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=?
2021-10-22T11:31:37.111Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:37.112Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:31:37.112Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:31:37.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "clamp",
"timestamp": 1634902286671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:31:37.117Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "clamp",
"timestamp": 1634902288681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T11:31:37.118Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "clamp",
"timestamp": 1634902289685,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:31:37.121Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e1df3e63-1d28-4fd2-b07d-5a3db1047a6a
2021-10-22T11:31:37.121Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1df3e63-1d28-4fd2-b07d-5a3db1047a6a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:31:37.125Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:31:37.126Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-22T11:31:38.011Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:31:38.012Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:38.014Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:38.014Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902296367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
"status": "NOTIFIED"
}
2021-10-22T11:31:38.114Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:38.115Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:31:38.115Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:38.126Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:31:38.127Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:39.015Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:31:39.015Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:39.017Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:39.017Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902296367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-22T11:31:39.117Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:39.118Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:31:39.119Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:39.136Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:31:39.136Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:40.018Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:31:40.019Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:40.021Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:40.022Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902296367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:40.122Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:40.123Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:31:40.123Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:40.134Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:31:40.135Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:41.022Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:31:41.023Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:41.025Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:41.025Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902296367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-22T11:31:41.125Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:41.126Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:31:41.126Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:41.140Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:31:41.141Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:42.025Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:31:42.026Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:42.029Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:42.029Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902296367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:31:42.129Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:42.130Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:31:42.130Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:42.141Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:31:42.141Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:43.029Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:31:43.030Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:43.032Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:43.032Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902296367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:31:43.132Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:43.133Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:31:43.134Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:43.152Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:31:43.153Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:44.034Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"serviceName": "basic_onboard_LPLJOa",
"serviceVersion": "1.0",
"serviceUUID": "b8300ebf-64aa-4fd5-9c54-cd75b7524ecd",
"serviceDescription": "service",
"serviceInvariantUUID": "2422cd36-0e70-4eb9-8b14-405705149388",
"resources": [
{
"resourceInstanceName": "basic_onboard_LPLJOa 0",
"resourceCustomizationUUID": "68080db3-874a-45e2-8c13-7e802a840182",
"resourceName": "basic_onboard_LPLJOa",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d981199b-ba21-431f-a538-87d37131986b",
"resourceInvariantUUID": "2b3b7292-391a-444b-b81c-b94a0451a70a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_lpljoa0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
"artifactChecksum": "MzA4ZDMyMTg5NDk4MTM2NDgyOTM3Njk4NzA1NDBjMTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "83f58c07-4c53-4e04-b6fb-8252ce27d819",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f36abf02-2f6b-44d5-8665-54d5a3c1adca",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "169d2838-fd2e-4e8b-ba3d-e67c6b29698c",
"generatedFromUUID": "f36abf02-2f6b-44d5-8665-54d5a3c1adca"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "169d2838-fd2e-4e8b-ba3d-e67c6b29698c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardLpljoa-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"artifactChecksum": "ZDA1NzhkYjdkNGY0Y2Y5MzZmNGU4OTFhNzFlOWRlZTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fce238cd-db68-452f-bfbc-887760d19ec1"
}
],
"workloadContext": "Production"
}
2021-10-22T11:31:44.034Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-22T11:31:44.034Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b8300ebf-64aa-4fd5-9c54-cd75b7524ecd ASDC
2021-10-22T11:31:44.035Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e1df3e63-1d28-4fd2-b07d-5a3db1047a6a
ServiceName:basic_onboard_LPLJOa
ServiceVersion:1.0
ServiceUUID:b8300ebf-64aa-4fd5-9c54-cd75b7524ecd
ServiceInvariantUUID:2422cd36-0e70-4eb9-8b14-405705149388
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLpljoa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar
ArtifactUUID:fce238cd-db68-452f-bfbc-887760d19ec1
ArtifactChecksum:ZDA1NzhkYjdkNGY0Y2Y5MzZmNGU4OTFhNzFlOWRlZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_LPLJOa 0
ResourceCustomizationUUID:68080db3-874a-45e2-8c13-7e802a840182
ResourceInvariantUUID:2b3b7292-391a-444b-b81c-b94a0451a70a
ResourceName:basic_onboard_LPLJOa
ResourceType:VF
ResourceUUID:d981199b-ba21-431f-a538-87d37131986b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_lpljoa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json
ArtifactUUID:83f58c07-4c53-4e04-b6fb-8252ce27d819
ArtifactChecksum:MzA4ZDMyMTg5NDk4MTM2NDgyOTM3Njk4NzA1NDBjMTE=
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/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f36abf02-2f6b-44d5-8665-54d5a3c1adca
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/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env
ArtifactUUID:169d2838-fd2e-4e8b-ba3d-e67c6b29698c
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/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env
ArtifactUUID:169d2838-fd2e-4e8b-ba3d-e67c6b29698c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-22T11:31:44.035Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b8300ebf-64aa-4fd5-9c54-cd75b7524ecd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-22T11:31:44.063Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T11:31:44.063Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-22T11:31:44.064Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-22T11:31:44.064Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fce238cd-db68-452f-bfbc-887760d19ec1 from URL: /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:44.064Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T11:31:44.064Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:44.218Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T11:31:44.221Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar fce238cd-db68-452f-bfbc-887760d19ec1 71370
2021-10-22T11:31:44.222Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar ASDC sendASDCNotification
2021-10-22T11:31:44.222Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:44.222Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:31:44.222Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:44.224Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:44.225Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902304222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:31:44.325Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:44.325Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:31:44.326Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:44.338Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:31:44.338Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:45.225Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T11:31:45.226Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-22T11:31:45.226Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fce238cd-db68-452f-bfbc-887760d19ec1, URL: /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar to file: /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:45.227Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:45.228Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:45.228Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:45.466Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2462174103032404100/Definitions/service-BasicOnboardLpljoa-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-10-22T11:31:46.822Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-22T11:31:46.823Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-22T11:31:46.823Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:46.823Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-22T11:31:46.823Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_LPLJOa 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-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:46.824Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:46.824Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:46.824Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:46.824Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:46.824Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:46.825Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:46.825Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:46.825Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:46.825Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-22T11:31:46.825Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:46.826Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:46.826Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is matching search criteria
2021-10-22T11:31:46.826Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-22T11:31:46.827Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_LPLJOa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T11:31:46.827Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:46.827Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:46.828Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is matching search criteria
2021-10-22T11:31:46.828Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-22T11:31:46.828Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_LPLJOa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T11:31:46.828Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:46.829Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:46.829Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:46.829Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is not matching search criteria
2021-10-22T11:31:46.830Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-22T11:31:46.830Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-22T11:31:46.830Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-22T11:31:46.830Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-22T11:31:46.831Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-22T11:31:46.831Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:46.831Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-22T11:31:46.831Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:46.832Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is matching search criteria
2021-10-22T11:31:46.832Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_LPLJOa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:31:46.832Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:46.833Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is matching search criteria
2021-10-22T11:31:46.833Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_LPLJOa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:31:46.833Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:46.833Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is matching search criteria
2021-10-22T11:31:46.834Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_LPLJOa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:31:46.834Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:46.834Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is not matching search criteria
2021-10-22T11:31:46.834Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-22T11:31:46.835Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-22T11:31:46.835Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=15e7ca28-76f3-4ae8-bbe8-212f123d6a28
2021-10-22T11:31:46.835Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:46.835Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:46.836Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:46.836Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:46.836Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:46.836Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:46.837Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:46.837Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:46.837Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_LPLJOa
Description:service
Model UUID:b8300ebf-64aa-4fd5-9c54-cd75b7524ecd
Model Version:NULL
Model InvariantUuid:2422cd36-0e70-4eb9-8b14-405705149388
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_LPLJOa
Model UUID:ced02f13-8e6c-4f69-9085-ecbaac5d1b8b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2b3b7292-391a-444b-b81c-b94a0451a70a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:68080db3-874a-45e2-8c13-7e802a840182
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b00ac088-fca0-4d9d-a0fa-4390390d0671
ModelName:BasicOnboardLpljoa..base_ubuntu18..module-0
ModelUuid:330900a7-2b9f-4928-bccb-8e4570b184f1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:15e7ca28-76f3-4ae8-bbe8-212f123d6a28
ModelInvariantUuid:128e2b94-b78f-42f3-bcef-5288fe034543
ModelName:basic_onboard_LPLJOa-nodes.ubuntu18Cvfc
ModelUuid:1b521dac-b46e-4126-8c96-d76d01baa162
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7dc86fc9-d672-476f-b7ef-475fd627ac7e
ModelInvariantUuid:11596c04-2ec6-48a6-ba99-1355e776f4b1
ModelName:BasicOnboardLpljoa.compute.nodes.heat.ubuntu18
ModelUuid:ba78392e-2f7f-4862-97ce-8232c170c787
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-22T11:31:46.841Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: d981199b-ba21-431f-a538-87d37131986b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:31:46.844Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||basic_onboard_LPLJOa 0
2021-10-22T11:31:46.844Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d981199b-ba21-431f-a538-87d37131986b
2021-10-22T11:31:46.844Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 83f58c07-4c53-4e04-b6fb-8252ce27d819 from URL: /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json
2021-10-22T11:31:46.844Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T11:31:46.845Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json
2021-10-22T11:31:47.170Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T11:31:47.170Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json 83f58c07-4c53-4e04-b6fb-8252ce27d819 798
2021-10-22T11:31:47.171Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json ASDC sendASDCNotification
2021-10-22T11:31:47.171Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json
2021-10-22T11:31:47.171Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:31:47.172Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:47.174Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:47.174Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902307171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:31:47.274Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:47.275Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:31:47.275Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:47.289Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:31:47.289Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:48.175Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLpljoa..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b00ac088-fca0-4d9d-a0fa-4390390d0671",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "330900a7-2b9f-4928-bccb-8e4570b184f1",
"vfModuleModelCustomizationUUID": "d2687943-5e2f-4877-8ee8-e2f76d107005",
"isBase": true,
"artifacts": [
"f36abf02-2f6b-44d5-8665-54d5a3c1adca",
"169d2838-fd2e-4e8b-ba3d-e67c6b29698c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-22T11:31:48.180Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLpljoa..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:330900a7-2b9f-4928-bccb-8e4570b184f1
VfModuleModelInvariantUUID:b00ac088-fca0-4d9d-a0fa-4390390d0671
VfModuleModelDescription:NULL
Artifacts UUID List:{
f36abf02-2f6b-44d5-8665-54d5a3c1adca
,
169d2838-fd2e-4e8b-ba3d-e67c6b29698c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-22T11:31:48.182Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLpljoa..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b00ac088-fca0-4d9d-a0fa-4390390d0671",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "330900a7-2b9f-4928-bccb-8e4570b184f1",
"vfModuleModelCustomizationUUID": "d2687943-5e2f-4877-8ee8-e2f76d107005",
"isBase": true,
"artifacts": [
"f36abf02-2f6b-44d5-8665-54d5a3c1adca",
"169d2838-fd2e-4e8b-ba3d-e67c6b29698c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-22T11:31:48.182Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLpljoa..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:330900a7-2b9f-4928-bccb-8e4570b184f1
VfModuleModelInvariantUUID:b00ac088-fca0-4d9d-a0fa-4390390d0671
VfModuleModelDescription:NULL
Artifacts UUID List:{
f36abf02-2f6b-44d5-8665-54d5a3c1adca
,
169d2838-fd2e-4e8b-ba3d-e67c6b29698c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-22T11:31:48.182Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f36abf02-2f6b-44d5-8665-54d5a3c1adca from URL: /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml
2021-10-22T11:31:48.182Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T11:31:48.182Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml
2021-10-22T11:31:49.169Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T11:31:49.170Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml f36abf02-2f6b-44d5-8665-54d5a3c1adca 5033
2021-10-22T11:31:49.170Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-22T11:31:49.170Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml
2021-10-22T11:31:49.171Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:31:49.171Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:49.172Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:49.173Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902309170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:31:49.273Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:49.273Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:31:49.274Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:49.284Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:31:49.285Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:50.173Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 169d2838-fd2e-4e8b-ba3d-e67c6b29698c from URL: /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env
2021-10-22T11:31:50.174Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T11:31:50.174Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env
2021-10-22T11:31:50.350Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T11:31:50.351Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env 169d2838-fd2e-4e8b-ba3d-e67c6b29698c 909
2021-10-22T11:31:50.351Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-22T11:31:50.351Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env
2021-10-22T11:31:50.351Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:31:50.351Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:50.353Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:50.353Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902310351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:31:50.453Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:50.454Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:31:50.454Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:50.465Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:31:50.465Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:51.354Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b8300ebf-64aa-4fd5-9c54-cd75b7524ecd
2021-10-22T11:31:51.354Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_LPLJOa 0 d981199b-ba21-431f-a538-87d37131986b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:31:51.363Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@209ca01a, org.onap.sdc.toscaparser.api.parameters.Input@2f7c6fda, org.onap.sdc.toscaparser.api.parameters.Input@72f7a78b, org.onap.sdc.toscaparser.api.parameters.Input@6e98c3e8, org.onap.sdc.toscaparser.api.parameters.Input@2b413251]
2021-10-22T11:31:51.364Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:51.365Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:51.365Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-10-22T11:31:51.365Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 68080db3-874a-45e2-8c13-7e802a840182
2021-10-22T11:31:51.365Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 68080db3-874a-45e2-8c13-7e802a840182 matches Tosca VF Customization UUID: 68080db3-874a-45e2-8c13-7e802a840182
2021-10-22T11:31:51.366Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 68080db3-874a-45e2-8c13-7e802a840182 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-22T11:31:51.367Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:51.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:51.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 68080db3-874a-45e2-8c13-7e802a840182: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-10-22T11:31:51.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a4b3a3
2021-10-22T11:31:51.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:51.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-22T11:31:51.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d2687943-5e2f-4877-8ee8-e2f76d107005
2021-10-22T11:31:51.370Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d2687943-5e2f-4877-8ee8-e2f76d107005
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-22T11:31:51.371Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:51.372Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is matching search criteria
2021-10-22T11:31:51.372Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_LPLJOa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:31:51.372Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:51.373Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is matching search criteria
2021-10-22T11:31:51.373Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_LPLJOa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:31:51.374Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:51.374Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is not matching search criteria
2021-10-22T11:31:51.375Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-22T11:31:51.375Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-22T11:31:51.375Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=15e7ca28-76f3-4ae8-bbe8-212f123d6a28
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-22T11:31:51.377Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:51.377Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is matching search criteria
2021-10-22T11:31:51.378Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_LPLJOa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:31:51.378Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:51.379Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is matching search criteria
2021-10-22T11:31:51.380Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_LPLJOa 0] matching following query criteria: sdcType=VF, customizationUUID=68080db3-874a-45e2-8c13-7e802a840182
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:31:51.381Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:51.382Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:51.382Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b8300ebf-64aa-4fd5-9c54-cd75b7524ecd: basic_onboard_LPLJOa
2021-10-22T11:31:51.382Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:51.382Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:51.382Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:51.383Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:51.383Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:51.383Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:51.383Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:51.383Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:51.383Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:31:51.384Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:51.384Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_LPLJOa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:31:51.437Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_LPLJOa d981199b-ba21-431f-a538-87d37131986b 1 ASDC deployResourceStructure
2021-10-22T11:31:51.437Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json ASDC sendASDCNotification
2021-10-22T11:31:51.437Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json
2021-10-22T11:31:51.438Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:31:51.438Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:51.439Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:51.440Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902311437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-22T11:31:51.540Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:51.541Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:31:51.541Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:51.553Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:31:51.553Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:52.440Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-22T11:31:52.441Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml
2021-10-22T11:31:52.441Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:31:52.441Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:52.443Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:52.443Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902312440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-22T11:31:52.543Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:52.544Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:31:52.544Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:52.557Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:31:52.557Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:53.444Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-22T11:31:53.445Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env
2021-10-22T11:31:53.445Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:31:53.446Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:53.447Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:53.448Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902313444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-22T11:31:53.548Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:53.549Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:31:53.549Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:53.559Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:31:53.560Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-22T11:31:54.448Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar ASDC sendASDCNotification
2021-10-22T11:31:54.449Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:54.449Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:31:54.449Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:54.454Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:54.455Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902314448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T11:31:54.551Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-22T11:31:54.552Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:31:54.552Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:54.563Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:31:54.564Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-22T11:31:55.456Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1df3e63-1d28-4fd2-b07d-5a3db1047a6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:31:55.463Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1df3e63-1d28-4fd2-b07d-5a3db1047a6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:31:55.466Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:31:55.466Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-22T11:31:55.466Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-22T11:31:55.466Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-22T11:31:55.466Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T11:31:55.466Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T11:31:55.467Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T11:31:55.467Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T11:31:55.467Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T11:31:55.467Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T11:31:55.467Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:31:55.469Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-22T11:32:25.470Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e1df3e63-1d28-4fd2-b07d-5a3db1047a6a and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-22T11:32:25.480Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e1df3e63-1d28-4fd2-b07d-5a3db1047a6a and serviceModelVersionId: b8300ebf-64aa-4fd5-9c54-cd75b7524ecd
2021-10-22T11:32:25.480Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2422cd36-0e70-4eb9-8b14-405705149388
2021-10-22T11:32:25.482Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2422cd36-0e70-4eb9-8b14-405705149388/model-vers/model-ver/b8300ebf-64aa-4fd5-9c54-cd75b7524ecd?depth=0
2021-10-22T11:32:25.490Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-10-22T11:32:25.552Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2422cd36-0e70-4eb9-8b14-405705149388/model-vers/model-ver/b8300ebf-64aa-4fd5-9c54-cd75b7524ecd?depth=0|INFO|500||Invoke
2021-10-22T11:32:25.552Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2422cd36-0e70-4eb9-8b14-405705149388/model-vers/model-ver/b8300ebf-64aa-4fd5-9c54-cd75b7524ecd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2422cd36-0e70-4eb9-8b14-405705149388/model-vers/model-ver/b8300ebf-64aa-4fd5-9c54-cd75b7524ecd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e1df3e63-1d28-4fd2-b07d-5a3db1047a6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[33d16f45-d76d-418c-aa35-8e9b69dbf01b], X-ECOMP-RequestID=[e1df3e63-1d28-4fd2-b07d-5a3db1047a6a], X-TransactionId=[], X-ONAP-RequestID=[e1df3e63-1d28-4fd2-b07d-5a3db1047a6a], Content-Type=[application/merge-patch+json]}
2021-10-22T11:32:25.584Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2422cd36-0e70-4eb9-8b14-405705149388/model-vers/model-ver/b8300ebf-64aa-4fd5-9c54-cd75b7524ecd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-22T11:32:25.743Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2422cd36-0e70-4eb9-8b14-405705149388/model-vers/model-ver/b8300ebf-64aa-4fd5-9c54-cd75b7524ecd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2422cd36-0e70-4eb9-8b14-405705149388/model-vers/model-ver/b8300ebf-64aa-4fd5-9c54-cd75b7524ecd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211022-11:32:25:591-32277], vertex-id=[344312], Content-Length=[0], Date=[Fri, 22 Oct 2021 11:32:25 GMT], Content-Type=[application/json]}
2021-10-22T11:32:25.744Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2422cd36-0e70-4eb9-8b14-405705149388/model-vers/model-ver/b8300ebf-64aa-4fd5-9c54-cd75b7524ecd?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-22T11:32:25.744Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2422cd36-0e70-4eb9-8b14-405705149388/model-vers/model-ver/b8300ebf-64aa-4fd5-9c54-cd75b7524ecd?depth=0|INFO|500||InvokeReturn
2021-10-22T11:32:25.745Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-22T11:32:25.745Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:32:25.749Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-22T11:32:25.750Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e1df3e63-1d28-4fd2-b07d-5a3db1047a6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-22T11:32:25.750Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-22T11:32:25.751Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:32:25.753Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:32:25.754Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902345750,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T11:32:25.854Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:32:25.855Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:32:25.856Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:32:25.870Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:32:25.871Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-22T11:32:36.367Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:32:36.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:32:36.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:32:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:32:36.370Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:32:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:32:36.499Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:32:36.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:32:36.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902296367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:32:36.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T11:32:45.928Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:33:36.367Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:33:36.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:33:36.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:33:36.369Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:33:36.370Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:33:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:33:36.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:33:36.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902296367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
"status": "NOTIFIED"
}
2021-10-22T11:33:36.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T11:33:36.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902296367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-22T11:33:36.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T11:33:36.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902296367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:33:36.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T11:33:36.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902296367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-22T11:33:36.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T11:33:36.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902296367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:33:36.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T11:33:36.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902296367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:33:36.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T11:33:36.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902304222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:33:36.907Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:33:36.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902307171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:33:36.908Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:33:36.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902309170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:33:36.909Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:33:36.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902310351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:33:36.910Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:33:36.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902311437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-22T11:33:36.910Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:33:36.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902312440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-22T11:33:36.911Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:33:36.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902313444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-22T11:33:36.912Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:33:36.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902314448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T11:33:36.912Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:33:36.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634902345750,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T11:33:36.913Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:33:45.927Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:34:36.367Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:34:36.370Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:34:36.370Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:34:36.370Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:34:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:34:36.371Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:34:45.923Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:34:45.930Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:35:36.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:35:36.370Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:35:36.374Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:35:36.374Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:35:36.375Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:35:36.375Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:35:45.929Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:35:45.940Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:36:36.367Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:36:36.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:36:36.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:36:36.369Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:36:36.370Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:36:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:36:45.937Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:36:45.938Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:37:36.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:37:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:37:36.372Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:37:36.372Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:37:36.372Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:37:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:37:45.931Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:37:45.947Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:38:36.367Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:38:36.369Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:38:36.370Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:38:36.370Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:38:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:38:36.370Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:38:45.926Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:38:45.962Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:39:36.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:39:36.370Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:39:36.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:39:36.374Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:39:36.373Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:39:36.374Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:39:45.930Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:39:45.933Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:40:36.367Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:40:36.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:40:36.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:40:36.370Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:40:36.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:40:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:40:45.924Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:40:45.924Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:41:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:41:36.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:41:36.378Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:41:36.378Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:41:36.379Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:41:36.379Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:41:45.960Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:41:45.961Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:42:36.367Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:42:36.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:42:36.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:42:36.369Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:42:36.370Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:42:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:42:45.942Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:42:45.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:43:36.368Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:43:36.370Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:43:36.371Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:43:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:43:36.372Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:43:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:43:45.923Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:43:45.926Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:44:36.367Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:44:36.368Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:44:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:44:36.370Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:44:36.370Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:44:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:44:45.923Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:44:45.924Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:45:36.367Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:45:36.368Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:45:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:45:36.370Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:45:36.370Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:45:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:45:45.925Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:45:45.925Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:46:36.367Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:46:36.369Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:46:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:46:36.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:46:36.370Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:46:36.370Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:46:45.937Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:46:45.941Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:47:36.367Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:47:36.368Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:47:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:47:36.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:47:36.371Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:47:36.371Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:47:45.945Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:47:45.945Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:48:36.367Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:48:36.369Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:48:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:48:36.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:48:36.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:48:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:48:45.968Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:48:45.969Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:49:36.369Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:49:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:49:36.374Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:49:36.374Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:49:36.374Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:49:36.374Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:49:36.563Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:49:36.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "dcae-sch",
"timestamp": 1634903361829,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:49:36.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T11:49:36.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1634903357219,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:49:36.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T11:49:36.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "policy-id",
"timestamp": 1634903364150,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:49:36.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T11:49:36.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1634903357219,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:49:36.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "dcae-sch",
"timestamp": 1634903361829,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "policy-id",
"timestamp": 1634903364150,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "cds",
"timestamp": 1634903367880,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "cds",
"timestamp": 1634903367880,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T11:49:36.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "policy-id",
"timestamp": 1634903369855,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:49:36.568Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:49:36.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "policy-id",
"timestamp": 1634903370860,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T11:49:36.568Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:49:36.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "cds",
"timestamp": 1634903371278,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:49:36.568Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:49:36.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "policy-id",
"timestamp": 1634903371865,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:49:36.584Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9522d37a-8151-4b7b-9353-3c675a7106b0
2021-10-22T11:49:36.584Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9522d37a-8151-4b7b-9353-3c675a7106b0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:49:36.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "cds",
"timestamp": 1634903372289,
"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-10-22T11:49:36.599Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9522d37a-8151-4b7b-9353-3c675a7106b0
2021-10-22T11:49:36.599Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9522d37a-8151-4b7b-9353-3c675a7106b0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:49:36.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634903372839,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:49:36.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T11:49:36.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "aai-ml",
"timestamp": 1634903373483,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:49:36.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T11:49:36.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634903372839,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:49:36.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T11:49:36.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "aai-ml",
"timestamp": 1634903373483,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:49:36.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-22T11:49:37.016Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:49:37.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T11:49:37.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9522d37a-8151-4b7b-9353-3c675a7106b0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b43e62c6-3058-432e-87da-172400b2412b","serviceDescription":"service","serviceInvariantUUID":"0678ad72-e021-413a-a1e4-c63d73d6bde8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"759f0aeb-066f-4041-84ae-24edfff293df","resourceInvariantUUID":"6b0a1763-b03a-4d9d-b430-96c585cf9a95","resourceCustomizationUUID":"d0fcdeaf-9b07-4b27-8c75-9b44fc30ede5","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":"MjFkZjUxNWY1MTBiY2Q4ODcwMzFmZmY2MTk2NzUyYzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"680ebab5-fb99-4895-a127-cf2b666aba6e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGI2ODRjY2RlNzhhY2YzMGQ3MjNlODU0OWRkYjM4ZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ce60cdcc-b0f7-4840-8e94-ef0daf3aea2c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-22T11:49:37.021Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:49:37.021Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:49:37.024Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:49:37.024Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634903376368,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:49:37.124Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:49:37.125Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:49:37.126Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:49:37.141Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:49:37.141Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:49:38.025Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:49:38.027Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:49:38.028Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:49:38.028Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634903376368,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:49:38.128Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:49:38.129Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:49:38.130Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:49:38.141Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:49:38.142Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:49:39.029Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "b43e62c6-3058-432e-87da-172400b2412b",
"serviceDescription": "service",
"serviceInvariantUUID": "0678ad72-e021-413a-a1e4-c63d73d6bde8",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "d0fcdeaf-9b07-4b27-8c75-9b44fc30ede5",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "759f0aeb-066f-4041-84ae-24edfff293df",
"resourceInvariantUUID": "6b0a1763-b03a-4d9d-b430-96c585cf9a95",
"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": "MGI2ODRjY2RlNzhhY2YzMGQ3MjNlODU0OWRkYjM4ZTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ce60cdcc-b0f7-4840-8e94-ef0daf3aea2c"
}
],
"workloadContext": "Production"
}
2021-10-22T11:49:39.030Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-22T11:49:39.030Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b43e62c6-3058-432e-87da-172400b2412b ASDC
2021-10-22T11:49:39.031Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9522d37a-8151-4b7b-9353-3c675a7106b0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b43e62c6-3058-432e-87da-172400b2412b
ServiceInvariantUUID:0678ad72-e021-413a-a1e4-c63d73d6bde8
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:ce60cdcc-b0f7-4840-8e94-ef0daf3aea2c
ArtifactChecksum:MGI2ODRjY2RlNzhhY2YzMGQ3MjNlODU0OWRkYjM4ZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d0fcdeaf-9b07-4b27-8c75-9b44fc30ede5
ResourceInvariantUUID:6b0a1763-b03a-4d9d-b430-96c585cf9a95
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:759f0aeb-066f-4041-84ae-24edfff293df
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-10-22T11:49:39.031Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b43e62c6-3058-432e-87da-172400b2412b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-22T11:49:39.051Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T11:49:39.052Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T11:49:39.052Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T11:49:39.052Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ce60cdcc-b0f7-4840-8e94-ef0daf3aea2c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-22T11:49:39.053Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-22T11:49:39.053Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-22T11:49:39.168Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-22T11:49:39.170Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ce60cdcc-b0f7-4840-8e94-ef0daf3aea2c 52174
2021-10-22T11:49:39.170Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-22T11:49:39.170Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-22T11:49:39.170Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:49:39.171Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:49:39.172Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:49:39.173Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634903379170,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:49:39.273Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:49:39.273Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:49:39.274Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:49:39.290Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:49:39.291Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:49:40.173Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T11:49:40.174Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T11:49:40.174Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ce60cdcc-b0f7-4840-8e94-ef0daf3aea2c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T11:49:40.175Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-22T11:49:40.175Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T11:49:40.175Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T11:49:40.375Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13871640138108609268/Definitions/service-BasicNetwork-template.yml
2021-10-22T11:49:40.824Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-22T11:49:40.825Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-22T11:49:40.825Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T11:49:40.825Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-22T11:49:40.825Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T11:49:40.826Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T11:49:40.826Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T11:49:40.826Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T11:49:40.826Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T11:49:40.826Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T11:49:40.826Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T11:49:40.827Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T11:49:40.827Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-22T11:49:40.827Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:49:40.827Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.828Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-22T11:49:40.828Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-22T11:49:40.828Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T11:49:40.828Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:49:40.828Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.829Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-22T11:49:40.829Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-22T11:49:40.829Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T11:49:40.829Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:49:40.829Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.830Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:49:40.830Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.830Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:49:40.830Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.831Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:49:40.831Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.831Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:49:40.831Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.831Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:b43e62c6-3058-432e-87da-172400b2412b
Model Version:NULL
Model InvariantUuid:0678ad72-e021-413a-a1e4-c63d73d6bde8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:6b0a1763-b03a-4d9d-b430-96c585cf9a95
Model UUID:183831b6-78df-4d40-ba33-d36b85c2701f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:d0fcdeaf-9b07-4b27-8c75-9b44fc30ede5
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-22T11:49:40.835Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 759f0aeb-066f-4041-84ae-24edfff293df
2021-10-22T11:49:40.835Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||No resources found for Service: b43e62c6-3058-432e-87da-172400b2412b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:49:40.842Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||
2021-10-22T11:49:40.842Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-10-22T11:49:40.843Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||No resources found for Service: b43e62c6-3058-432e-87da-172400b2412b
2021-10-22T11:49:40.843Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b43e62c6-3058-432e-87da-172400b2412b
2021-10-22T11:49:40.843Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-10-22T11:49:40.843Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:49:40.847Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c89199e, org.onap.sdc.toscaparser.api.parameters.Input@451d8774, org.onap.sdc.toscaparser.api.parameters.Input@666e8870, org.onap.sdc.toscaparser.api.parameters.Input@70b94034, org.onap.sdc.toscaparser.api.parameters.Input@6468e254]
2021-10-22T11:49:40.849Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:49:40.849Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.849Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:49:40.849Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.850Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b43e62c6-3058-432e-87da-172400b2412b: Generic NeutronNet
2021-10-22T11:49:40.850Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:49:40.850Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.850Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:49:40.850Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-10-22T11:49:40.884Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:49:40.885Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.885Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:49:40.885Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.886Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:49:40.886Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.886Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-22T11:49:40.921Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-10-22T11:49:40.921Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-22T11:49:40.921Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-22T11:49:40.922Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:49:40.922Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:49:40.923Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:49:40.923Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634903380921,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T11:49:41.023Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T11:49:41.024Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:49:41.024Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:49:41.034Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:49:41.035Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:49:41.924Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9522d37a-8151-4b7b-9353-3c675a7106b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:49:41.931Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9522d37a-8151-4b7b-9353-3c675a7106b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:49:41.932Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:49:41.932Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T11:49:41.932Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T11:50:11.933Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9522d37a-8151-4b7b-9353-3c675a7106b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:50:11.940Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9522d37a-8151-4b7b-9353-3c675a7106b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:50:11.943Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:50:11.943Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T11:50:11.943Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T11:50:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:50:36.370Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:50:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:50:36.397Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:50:36.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:50:36.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "aai-ml",
"timestamp": 1634903376434,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:50:36.398Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:50:41.943Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9522d37a-8151-4b7b-9353-3c675a7106b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:50:41.949Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9522d37a-8151-4b7b-9353-3c675a7106b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:50:41.951Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:50:41.951Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T11:50:41.951Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T11:51:11.951Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9522d37a-8151-4b7b-9353-3c675a7106b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:51:11.961Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9522d37a-8151-4b7b-9353-3c675a7106b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:51:11.963Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:51:11.963Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T11:51:11.963Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T11:51:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:51:36.373Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:51:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:51:36.409Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:51:36.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634903376368,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:51:36.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T11:51:36.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634903376368,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:51:36.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T11:51:36.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634903379170,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:51:36.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:51:36.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "aai-ml",
"timestamp": 1634903380575,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T11:51:36.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:51:36.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634903380921,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T11:51:36.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:51:36.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "aai-ml",
"timestamp": 1634903381579,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:51:36.424Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9522d37a-8151-4b7b-9353-3c675a7106b0
2021-10-22T11:51:36.424Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9522d37a-8151-4b7b-9353-3c675a7106b0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:51:36.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634903382732,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:51:36.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T11:51:36.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634903382732,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:51:36.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T11:51:36.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "clamp",
"timestamp": 1634903385086,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:51:36.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T11:51:36.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634903386423,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:51:36.435Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:51:36.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "clamp",
"timestamp": 1634903385086,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:51:36.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-22T11:51:36.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634903388016,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T11:51:36.436Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:51:36.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634903389019,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:51:36.441Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9522d37a-8151-4b7b-9353-3c675a7106b0
2021-10-22T11:51:36.442Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9522d37a-8151-4b7b-9353-3c675a7106b0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:51:36.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "clamp",
"timestamp": 1634903393745,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:51:36.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:51:36.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "clamp",
"timestamp": 1634903394841,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-22T11:51:36.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:51:36.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "clamp",
"timestamp": 1634903395845,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:51:36.455Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9522d37a-8151-4b7b-9353-3c675a7106b0
2021-10-22T11:51:36.455Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9522d37a-8151-4b7b-9353-3c675a7106b0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:51:41.964Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9522d37a-8151-4b7b-9353-3c675a7106b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:51:41.981Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9522d37a-8151-4b7b-9353-3c675a7106b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:51:41.989Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:51:41.989Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-22T11:51:41.989Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-22T11:51:41.989Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-22T11:51:41.990Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T11:51:41.990Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T11:51:41.990Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T11:51:41.990Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T11:51:41.990Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T11:51:41.990Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-22T11:51:41.990Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:51:41.994Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-22T11:52:11.994Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9522d37a-8151-4b7b-9353-3c675a7106b0 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-22T11:52:12.006Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9522d37a-8151-4b7b-9353-3c675a7106b0 and serviceModelVersionId: b43e62c6-3058-432e-87da-172400b2412b
2021-10-22T11:52:12.006Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0678ad72-e021-413a-a1e4-c63d73d6bde8
2021-10-22T11:52:12.008Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0678ad72-e021-413a-a1e4-c63d73d6bde8/model-vers/model-ver/b43e62c6-3058-432e-87da-172400b2412b?depth=0
2021-10-22T11:52:12.013Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-10-22T11:52:12.079Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0678ad72-e021-413a-a1e4-c63d73d6bde8/model-vers/model-ver/b43e62c6-3058-432e-87da-172400b2412b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-22T11:52:12.081Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0678ad72-e021-413a-a1e4-c63d73d6bde8/model-vers/model-ver/b43e62c6-3058-432e-87da-172400b2412b?depth=0|INFO|500||Invoke
2021-10-22T11:52:12.112Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0678ad72-e021-413a-a1e4-c63d73d6bde8/model-vers/model-ver/b43e62c6-3058-432e-87da-172400b2412b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-22T11:52:12.542Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0678ad72-e021-413a-a1e4-c63d73d6bde8/model-vers/model-ver/b43e62c6-3058-432e-87da-172400b2412b?depth=0|INFO|500||InvokeReturn
2021-10-22T11:52:12.543Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0678ad72-e021-413a-a1e4-c63d73d6bde8/model-vers/model-ver/b43e62c6-3058-432e-87da-172400b2412b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211022-11:52:12:120-96779], vertex-id=[176184], Content-Length=[0], Date=[Fri, 22 Oct 2021 11:52:12 GMT], Content-Type=[application/json]}
2021-10-22T11:52:12.543Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-10-22T11:52:12.544Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-22T11:52:12.544Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:52:12.549Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-22T11:52:12.549Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9522d37a-8151-4b7b-9353-3c675a7106b0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-22T11:52:12.550Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-22T11:52:12.550Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:12.552Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:12.553Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634903532550,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T11:52:12.653Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:12.654Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:52:12.654Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:12.668Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:52:12.668Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-22T11:52:13.565Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:52:13.565Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-22T11:52:13.565Z|9522d37a-8151-4b7b-9353-3c675a7106b0|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:18.339Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:52:18.340Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T11:52:18.341Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"bc118b71-b271-46e7-87e0-ff3b9f71972a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2b1947cf-ed90-4bb0-a8b2-4acc2bd666a0","serviceDescription":"service","serviceInvariantUUID":"26284ee4-1278-4ec4-847a-9e336f30bedd","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f728b753-b8ed-4b7a-ad3b-47459c67ccab","resourceInvariantUUID":"fae9c347-cc85-4fca-9447-715f1c23f018","resourceCustomizationUUID":"26e9581e-33b2-4467-a709-3a606fb0b692","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":"ZWM1ZjRlZDM5MzJmOWY3NTNmOTJhN2QwMGQ5YmYxZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66d483b2-171e-46b8-8cc9-5d69e247571b","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":"ZjlkNDQ4MDJmZTVmYjZhMzZmODg5YmVkMGI1MzkzZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6ddfe2cb-cd4b-45d2-9ad1-b657968f71f1","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0bd62711-c74a-42cf-9f3c-cb679dfbaeac","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":"05b8e76d-f3eb-4f46-9605-7fa183cb01db","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67604abd-57ac-4968-a1c0-adb418ba0d8f","artifactVersion":"2","generatedFromUUID":"0bd62711-c74a-42cf-9f3c-cb679dfbaeac"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzBiYzJkNTVlNDYzZGNiZTBkZjkwNmVlNjQyNTMwOTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10ceabdb-d8bc-4a33-a86e-c3d209d019ca","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MGUwNDAxNzVhMTRjODU1YTAwZjg2OGEyYzhkYmNlNWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b22563f-53ae-41c2-8b37-71b5deaff8a7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-22T11:52:18.343Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:52:18.343Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:18.345Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:18.345Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634903533565,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:52:18.445Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:18.446Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:52:18.446Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:18.457Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:52:18.457Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:19.345Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:52:19.346Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:19.348Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:19.348Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634903533565,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-10-22T11:52:19.448Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:19.449Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:52:19.449Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:19.461Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:52:19.461Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:20.348Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:52:20.349Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:20.351Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:20.351Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634903533565,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-10-22T11:52:20.451Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:20.452Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:52:20.452Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:20.467Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:52:20.467Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:21.351Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:52:21.352Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:21.355Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:21.355Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634903533565,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:52:21.455Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:21.456Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:52:21.456Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:21.469Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:52:21.469Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:22.356Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:52:22.356Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:22.359Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:22.359Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634903533565,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-10-22T11:52:22.459Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:22.459Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:52:22.460Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:22.471Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:52:22.471Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:23.359Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:52:23.360Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:23.362Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:23.362Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634903533565,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-22T11:52:23.462Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:23.463Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:52:23.463Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:23.474Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:52:23.475Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:24.363Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:52:24.363Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:24.365Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:24.365Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634903533565,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-10-22T11:52:24.465Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:24.466Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:52:24.466Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:24.477Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:52:24.477Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:25.366Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "2b1947cf-ed90-4bb0-a8b2-4acc2bd666a0",
"serviceDescription": "service",
"serviceInvariantUUID": "26284ee4-1278-4ec4-847a-9e336f30bedd",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "26e9581e-33b2-4467-a709-3a606fb0b692",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f728b753-b8ed-4b7a-ad3b-47459c67ccab",
"resourceInvariantUUID": "fae9c347-cc85-4fca-9447-715f1c23f018",
"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": "ZjlkNDQ4MDJmZTVmYjZhMzZmODg5YmVkMGI1MzkzZDE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6ddfe2cb-cd4b-45d2-9ad1-b657968f71f1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0bd62711-c74a-42cf-9f3c-cb679dfbaeac",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "67604abd-57ac-4968-a1c0-adb418ba0d8f",
"generatedFromUUID": "0bd62711-c74a-42cf-9f3c-cb679dfbaeac"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "67604abd-57ac-4968-a1c0-adb418ba0d8f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MGUwNDAxNzVhMTRjODU1YTAwZjg2OGEyYzhkYmNlNWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3b22563f-53ae-41c2-8b37-71b5deaff8a7"
}
],
"workloadContext": "Production"
}
2021-10-22T11:52:25.367Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-22T11:52:25.367Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2b1947cf-ed90-4bb0-a8b2-4acc2bd666a0 ASDC
2021-10-22T11:52:25.368Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:bc118b71-b271-46e7-87e0-ff3b9f71972a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:2b1947cf-ed90-4bb0-a8b2-4acc2bd666a0
ServiceInvariantUUID:26284ee4-1278-4ec4-847a-9e336f30bedd
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:3b22563f-53ae-41c2-8b37-71b5deaff8a7
ArtifactChecksum:MGUwNDAxNzVhMTRjODU1YTAwZjg2OGEyYzhkYmNlNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:26e9581e-33b2-4467-a709-3a606fb0b692
ResourceInvariantUUID:fae9c347-cc85-4fca-9447-715f1c23f018
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:f728b753-b8ed-4b7a-ad3b-47459c67ccab
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:6ddfe2cb-cd4b-45d2-9ad1-b657968f71f1
ArtifactChecksum:ZjlkNDQ4MDJmZTVmYjZhMzZmODg5YmVkMGI1MzkzZDE=
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:0bd62711-c74a-42cf-9f3c-cb679dfbaeac
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:67604abd-57ac-4968-a1c0-adb418ba0d8f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:67604abd-57ac-4968-a1c0-adb418ba0d8f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-22T11:52:25.368Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b1947cf-ed90-4bb0-a8b2-4acc2bd666a0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:52:25.399Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T11:52:25.400Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T11:52:25.400Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T11:52:25.400Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3b22563f-53ae-41c2-8b37-71b5deaff8a7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-22T11:52:25.401Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-22T11:52:25.401Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-22T11:52:25.614Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-22T11:52:25.617Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3b22563f-53ae-41c2-8b37-71b5deaff8a7 70859
2021-10-22T11:52:25.618Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-22T11:52:25.618Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-22T11:52:25.618Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:52:25.618Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:25.620Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:25.620Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634903545618,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-22T11:52:25.720Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:25.721Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-22T11:52:25.721Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:25.732Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-22T11:52:25.732Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:26.621Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T11:52:26.622Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T11:52:26.622Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3b22563f-53ae-41c2-8b37-71b5deaff8a7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-22T11:52:26.623Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-22T11:52:26.623Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-22T11:52:26.623Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-22T11:52:27.031Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5527547613711140161/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-22T11:52:28.236Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-22T11:52:28.236Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-22T11:52:28.236Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-22T11:52:28.237Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-22T11:52:28.237Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-22T11:52:28.237Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:28.237Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-22T11:52:28.237Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:28.237Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-22T11:52:28.238Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:28.238Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-22T11:52:28.238Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:28.238Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:28.238Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-22T11:52:28.239Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:52:28.239Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:52:28.239Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-22T11:52:28.239Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-22T11:52:28.240Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T11:52:28.240Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:52:28.240Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:52:28.240Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-22T11:52:28.241Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-22T11:52:28.241Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T11:52:28.241Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:52:28.241Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:52:28.241Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:52:28.242Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-22T11:52:28.242Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-22T11:52:28.242Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-22T11:52:28.242Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-22T11:52:28.243Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-22T11:52:28.243Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-22T11:52:28.243Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:52:28.243Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-22T11:52:28.244Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:52:28.244Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-22T11:52:28.244Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:52:28.244Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:52:28.244Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-22T11:52:28.245Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:52:28.245Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-22T11:52:28.245Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-22T11:52:28.245Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:52:28.246Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery