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-09-30T06:24:27.962Z||main|||||INFO|500||The following profiles are active: basic
2021-09-30T06:24:43.064Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-30T06:24:43.065Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-30T06:24:43.185Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-30T06:24:48.402Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-30T06:24:48.899Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-30T06:24:49.657Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-30T06:24:49.675Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-30T06:24:49.827Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-30T06:24:50.176Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-30T06:24:50.956Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-30T06:24:57.261Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-30T06:24:59.574Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-30T06:24:59.640Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-30T06:25:00.169Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-30T06:25:00.338Z||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-09-30T06:25:01.660Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-30T06:25:02.739Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-30T06:25:02.761Z||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$$3899c07d.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-09-30T06:25:02.763Z||main|||||WARN|500||The sdc end point is not alive
2021-09-30T06:25:05.967Z||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-09-30T06:25:08.914Z||main|||||WARN|500||---
2021-09-30T06:25:08.915Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-30T06:25:08.915Z||main|||||WARN|500||---
2021-09-30T06:25:09.404Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-30T06:25:14.141Z||main|||||INFO|500||Started Application in 49.859 seconds (JVM running for 54.694)
2021-09-30T06:25:14.162Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-30T06:25:14.164Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-30T06:25:14.175Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-30T06:25:14.197Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-30T06:25:14.257Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 47724c87-d29f-4d10-ac49-0451d124510c url= /sdc/v1/artifactTypes
2021-09-30T06:25:14.258Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-30T06:25:14.543Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-30T06:25:14.562Z||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-09-30T06:25:14.582Z||scheduling-1|||||DEBUG|500||create keys
2021-09-30T06:25:14.589Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-30T06:25:14.621Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:25:14.637Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= faeb69d1-9ab6-4c79-ba8d-0ea45a709943 url= /sdc/v1/registerForDistribution
2021-09-30T06:25:14.925Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= faeb69d1-9ab6-4c79-ba8d-0ea45a709943 url= /sdc/v1/registerForDistribution
2021-09-30T06:25:14.926Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-30T06:25:14.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:25:14.937Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:25:14.943Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-30T06:25:14.946Z||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-09-30T06:25:14.946Z||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-09-30T06:25:14.947Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:25:14.947Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:25:25.350Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:25:25.349Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:26:14.934Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:26:14.937Z||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-09-30T06:26:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:26:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:26:14.941Z||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-09-30T06:26:14.942Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:26:24.511Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:26:24.522Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:27:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:27:14.991Z||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-09-30T06:27:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:27:14.993Z||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-09-30T06:27:14.994Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:27:14.992Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:27:24.572Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:27:24.583Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:28:14.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:28:14.934Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:28:14.938Z||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-09-30T06:28:14.938Z||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-09-30T06:28:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:28:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:28:24.537Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:28:24.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:29:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:29:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:29:14.938Z||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-09-30T06:29:14.938Z||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-09-30T06:29:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:29:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:29:24.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:29:24.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:30:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:30:14.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:30:14.939Z||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-09-30T06:30:14.939Z||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-09-30T06:30:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:30:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:30:24.511Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:30:24.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:31:14.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:31:14.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:31:14.935Z||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-09-30T06:31:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:31:14.936Z||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-09-30T06:31:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:31:24.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:31:24.519Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:32:14.934Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:32:14.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:32:14.937Z||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-09-30T06:32:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:32:14.942Z||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-09-30T06:32:14.943Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:32:24.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:32:24.569Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:33:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:33:14.937Z||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-09-30T06:33:14.934Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:33:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:33:14.938Z||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-09-30T06:33:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:33:24.514Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:33:24.520Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:34:14.934Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:34:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:34:14.937Z||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-09-30T06:34:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:34:14.940Z||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-09-30T06:34:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:34:24.514Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:34:24.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:34:32.531Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-30T06:35:14.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:35:14.937Z||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-09-30T06:35:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:35:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:35:14.940Z||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-09-30T06:35:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:35:24.518Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:35:24.523Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:36:14.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:36:14.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:36:14.939Z||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-09-30T06:36:14.939Z||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-09-30T06:36:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:36:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:36:24.509Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:36:24.535Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:37:14.937Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:37:14.937Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:37:14.942Z||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-09-30T06:37:14.942Z||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-09-30T06:37:14.942Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:37:14.943Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:37:24.520Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:37:24.522Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:38:14.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:38:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:38:14.936Z||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-09-30T06:38:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:38:14.936Z||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-09-30T06:38:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:38:24.529Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:38:24.533Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:39:14.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:39:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:39:14.936Z||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-09-30T06:39:14.936Z||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-09-30T06:39:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:39:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:39:24.532Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:39:24.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:40:14.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:40:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:40:14.936Z||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-09-30T06:40:14.936Z||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-09-30T06:40:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:40:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:40:24.494Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:40:24.500Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:41:14.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:41:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:41:14.936Z||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-09-30T06:41:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:41:14.938Z||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-09-30T06:41:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:41:24.524Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:41:24.526Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:42:14.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:42:14.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:42:14.937Z||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-09-30T06:42:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:42:14.937Z||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-09-30T06:42:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:42:24.494Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:42:24.507Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:43:14.938Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:43:14.938Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:43:14.948Z||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-09-30T06:43:14.947Z||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-09-30T06:43:14.948Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:43:14.948Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:43:24.515Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:43:24.516Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:44:14.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:44:14.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:44:14.935Z||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-09-30T06:44:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:44:14.935Z||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-09-30T06:44:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:44:24.501Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:44:24.530Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:45:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:45:14.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:45:14.938Z||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-09-30T06:45:14.938Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:45:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:45:14.939Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T06:45:24.507Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:45:24.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:46:14.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:46:14.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:46:14.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:46:14.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T06:46:14.938Z||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-09-30T06:46:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:46:24.511Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:46:24.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:47:14.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:47:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:47:14.938Z||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-09-30T06:47:14.938Z||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-09-30T06:47:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:47:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:47:24.503Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:47:24.520Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:48:14.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:48:14.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:48:14.938Z||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-09-30T06:48:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:48:14.938Z||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-09-30T06:48:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:48:24.505Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:48:24.505Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:49:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:49:14.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:49:14.940Z||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-09-30T06:49:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:49:14.940Z||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-09-30T06:49:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:49:24.521Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:49:24.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:50:14.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:50:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:50:14.939Z||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-09-30T06:50:14.939Z||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-09-30T06:50:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:50:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:50:24.523Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:50:24.529Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:51:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:51:14.939Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:51:14.941Z||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-09-30T06:51:14.941Z||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-09-30T06:51:14.942Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:51:14.942Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:51:24.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:51:24.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:52:14.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:52:14.935Z||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-09-30T06:52:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:52:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:52:14.935Z||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-09-30T06:52:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:52:24.496Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:52:24.502Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:53:14.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:53:14.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:53:14.937Z||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-09-30T06:53:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:53:14.939Z||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-09-30T06:53:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:53:24.517Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:53:24.519Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:54:14.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:54:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:54:14.940Z||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-09-30T06:54:14.941Z||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-09-30T06:54:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:54:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:54:24.509Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:54:24.511Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:55:14.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:55:14.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:55:14.936Z||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-09-30T06:55:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:55:14.936Z||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-09-30T06:55:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:55:24.490Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:55:24.498Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:56:14.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:56:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:56:14.937Z||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-09-30T06:56:14.937Z||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-09-30T06:56:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:56:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:56:24.507Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:56:24.512Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:57:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:57:14.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:57:14.942Z||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-09-30T06:57:14.942Z||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-09-30T06:57:14.943Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:57:14.943Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:57:24.538Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:57:24.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:58:14.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:58:14.934Z||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-09-30T06:58:14.934Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:58:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:58:14.935Z||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-09-30T06:58:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:58:24.503Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:58:24.521Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:59:14.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:59:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:59:14.936Z||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-09-30T06:59:14.936Z||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-09-30T06:59:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:59:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:59:24.511Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T06:59:24.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:00:14.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:00:14.936Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:00:14.937Z||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-09-30T07:00:14.937Z||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-09-30T07:00:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:00:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:00:24.494Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:00:24.494Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:01:14.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:01:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:01:14.937Z||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-09-30T07:01:14.937Z||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-09-30T07:01:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:01:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:01:24.570Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:01:24.571Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:02:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:02:14.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:02:14.943Z||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-09-30T07:02:14.943Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:02:14.942Z||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-09-30T07:02:14.950Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:02:24.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:02:24.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:03:14.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:03:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:03:14.935Z||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-09-30T07:03:14.935Z||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-09-30T07:03:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:03:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:03:24.512Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:03:24.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:04:14.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:04:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:04:14.935Z||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-09-30T07:04:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:04:14.935Z||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-09-30T07:04:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:04:24.539Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:04:24.567Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:05:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:05:14.938Z||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-09-30T07:05:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:05:14.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:05:14.939Z||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-09-30T07:05:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:05:24.523Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:05:24.567Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:06:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:06:14.937Z||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-09-30T07:06:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:06:14.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:06:14.942Z||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-09-30T07:06:14.942Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:06:24.512Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:06:24.531Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:07:14.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:07:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:07:14.936Z||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-09-30T07:07:14.936Z||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-09-30T07:07:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:07:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:07:24.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:07:24.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:08:14.937Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:08:14.940Z||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-09-30T07:08:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:08:14.941Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:08:14.941Z||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-09-30T07:08:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:08:24.529Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:08:24.586Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:09:14.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:09:14.937Z||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-09-30T07:09:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:09:14.940Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:09:14.941Z||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-09-30T07:09:14.942Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:09:24.536Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:09:24.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:10:14.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:10:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:10:14.938Z||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-09-30T07:10:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:10:14.939Z||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-09-30T07:10:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:10:24.519Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:10:24.528Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:11:14.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:11:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:11:14.935Z||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-09-30T07:11:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:11:14.935Z||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-09-30T07:11:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:11:24.496Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:11:24.502Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:12:14.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:12:14.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:12:14.936Z||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-09-30T07:12:14.936Z||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-09-30T07:12:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:12:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:12:24.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:12:24.520Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:13:14.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:13:14.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:13:14.936Z||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-09-30T07:13:14.936Z||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-09-30T07:13:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:13:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:13:24.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:13:24.549Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:14:14.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:14:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:14:14.939Z||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-09-30T07:14:14.939Z||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-09-30T07:14:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:14:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:14:24.513Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:14:24.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:15:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:15:14.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:15:14.937Z||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-09-30T07:15:14.937Z||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-09-30T07:15:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:15:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:15:24.507Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:15:24.555Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:16:14.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:16:14.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:16:14.937Z||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-09-30T07:16:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:16:14.937Z||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-09-30T07:16:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:16:24.531Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:16:24.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:17:14.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:17:14.940Z||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-09-30T07:17:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:17:14.940Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:17:14.941Z||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-09-30T07:17:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:17:24.518Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:17:24.522Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:18:14.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:18:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:18:14.935Z||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-09-30T07:18:14.935Z||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-09-30T07:18:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:18:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:18:24.493Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:18:24.493Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:19:14.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:19:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:19:14.936Z||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-09-30T07:19:14.936Z||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-09-30T07:19:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:19:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:19:24.530Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:19:24.531Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:20:14.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:20:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:20:14.940Z||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-09-30T07:20:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:20:14.940Z||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-09-30T07:20:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:20:24.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:20:24.560Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:21:14.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:21:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:21:14.936Z||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-09-30T07:21:14.936Z||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-09-30T07:21:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:21:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:21:24.503Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:21:24.516Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:22:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:22:14.937Z||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-09-30T07:22:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:22:14.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:22:14.940Z||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-09-30T07:22:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:22:24.518Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:22:24.521Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:23:14.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:23:14.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:23:14.942Z||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-09-30T07:23:14.943Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:23:14.943Z||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-09-30T07:23:14.943Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:23:24.517Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:23:24.517Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:24:14.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:24:14.935Z||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-09-30T07:24:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:24:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:24:14.936Z||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-09-30T07:24:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:24:24.500Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:24:24.519Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:25:14.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:25:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:25:14.936Z||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-09-30T07:25:14.936Z||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-09-30T07:25:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:25:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:25:24.492Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:25:24.500Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:26:14.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:26:14.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:26:14.936Z||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-09-30T07:26:14.936Z||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-09-30T07:26:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:26:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:26:24.485Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:26:24.499Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:27:14.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:27:14.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:27:14.938Z||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-09-30T07:27:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:27:14.939Z||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-09-30T07:27:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:27:24.529Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:27:24.529Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:28:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:28:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:28:14.943Z||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-09-30T07:28:14.944Z||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-09-30T07:28:14.944Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:28:14.944Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:28:24.506Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:28:24.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:29:14.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:29:14.934Z||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-09-30T07:29:14.934Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:29:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:29:14.935Z||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-09-30T07:29:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:29:24.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:29:24.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:30:14.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:30:14.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:30:14.936Z||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-09-30T07:30:14.936Z||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-09-30T07:30:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:30:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:30:24.522Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:30:24.569Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:31:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:31:14.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:31:14.940Z||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-09-30T07:31:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:31:14.940Z||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-09-30T07:31:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:31:24.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:31:24.551Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:32:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:32:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:32:14.940Z||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-09-30T07:32:14.940Z||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-09-30T07:32:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:32:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:32:24.520Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:32:24.521Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:33:14.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:33:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:33:14.937Z||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-09-30T07:33:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:33:14.937Z||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-09-30T07:33:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:33:24.502Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:33:24.507Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:34:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:34:14.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:34:14.941Z||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-09-30T07:34:14.941Z||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-09-30T07:34:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:34:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:34:24.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:34:24.541Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:35:14.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:35:14.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:35:14.940Z||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-09-30T07:35:14.940Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T07:35:14.940Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:35:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:35:24.571Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:35:24.573Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:36:14.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:36:14.935Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T07:36:14.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:36:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:36:14.935Z||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-09-30T07:36:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:36:24.499Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:36:24.501Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:37:14.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:37:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:37:14.936Z||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-09-30T07:37:14.936Z||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-09-30T07:37:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:37:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:37:24.506Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:37:24.509Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:38:14.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:38:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:38:14.938Z||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-09-30T07:38:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:38:14.938Z||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-09-30T07:38:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:38:24.530Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:38:24.573Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:39:14.937Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:39:14.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:39:14.942Z||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-09-30T07:39:14.942Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:39:14.942Z||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-09-30T07:39:14.943Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:39:24.637Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:39:24.658Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:40:14.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:40:14.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:40:14.937Z||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-09-30T07:40:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:40:14.937Z||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-09-30T07:40:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:40:24.518Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:40:24.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:41:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:41:14.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:41:14.938Z||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-09-30T07:41:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:41:14.938Z||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-09-30T07:41:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:41:24.494Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:41:24.494Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:42:14.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:42:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:42:14.935Z||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-09-30T07:42:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:42:14.935Z||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-09-30T07:42:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:42:24.500Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:42:24.516Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:43:14.934Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:43:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:43:14.937Z||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-09-30T07:43:14.937Z||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-09-30T07:43:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:43:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:43:24.518Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:43:24.610Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:44:14.934Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:44:14.937Z||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-09-30T07:44:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:44:14.940Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:44:14.941Z||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-09-30T07:44:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:44:24.520Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:44:24.521Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:45:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:45:14.939Z||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-09-30T07:45:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:45:14.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:45:14.942Z||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-09-30T07:45:14.942Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:45:24.529Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:45:24.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:46:14.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:46:14.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:46:14.940Z||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-09-30T07:46:14.940Z||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-09-30T07:46:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:46:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:46:24.512Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:46:24.512Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:47:14.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:47:14.934Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:47:14.938Z||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-09-30T07:47:14.938Z||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-09-30T07:47:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:15.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:47:15.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f95cb37f-c3eb-4195-b047-7facff09dcd3","serviceName":"vFW 2021-09-30 07-43-04","serviceVersion":"1.0","serviceUUID":"985777a2-fa1c-4476-8e55-6b64200c2415","serviceDescription":"catalog service description","serviceInvariantUUID":"3866b6d9-f440-4340-9ba2-4080fc6ef3e9","resources":[{"resourceInstanceName":"vFW d74e41e3-57c7 0","resourceName":"vFW d74e41e3-57c7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a4b12386-79c2-41bd-b61e-7395a7260905","resourceInvariantUUID":"f79e6211-e43d-4aee-82f6-24d9df451d93","resourceCustomizationUUID":"bf136982-3ea1-4894-a32a-6ed3618688a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vf-license-model.xml","artifactChecksum":"MGMxODNjOGMxZjc3YTIxZmZlZGZmY2M0M2VmNDYzNzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a804bf70-13b3-484a-bbbc-743c6914f6d7","artifactVersion":"1"},{"artifactName":"vfwd74e41e357c70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json","artifactChecksum":"OGE1MWM2YTM5ODQzMDQ5NTdiODdmOGQ0YTQ2YzViYTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be14c66b-f1bf-49f0-9fb7-57503ae5bb3d","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7f5ebe81-e769-4047-af13-8117a0b32b77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vendor-license-model.xml","artifactChecksum":"NjEzMTMxZTlmZjQzZjAzMTdhY2RhNGRhM2QzMjNkODM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ba734ca0-b601-4086-996d-90b9c00976a1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a88893df-f0b6-4555-9cdb-6d5b3a8f2a9d","artifactVersion":"3","generatedFromUUID":"7f5ebe81-e769-4047-af13-8117a0b32b77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210930074304-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-template.yml","artifactChecksum":"M2Q1MjIwYmYzNDc4NGE0NTBhZTljOGY3NWM3YjBkNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cae55885-5df6-40bc-a239-212f675785f1","artifactVersion":"1"},{"artifactName":"service-Vfw20210930074304-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar","artifactChecksum":"ZGQ1NWUzYjA1OTkwOTM0YWQ4NTEwYzg0Mjg4MjgzOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"70106979-98fe-4e55-94ff-459841950381","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T07:47:15.585Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:47:15.594Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:47:15.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632988002851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.600Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:15.617Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:15.617Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988034934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "policy-id",
"timestamp": 1632988001317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "ves-openapi-manager",
"timestamp": 1632987999350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632988002851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "policy-id",
"timestamp": 1632988001317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "ves-openapi-manager",
"timestamp": 1632987999350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632988002851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "policy-id",
"timestamp": 1632988001317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-30T07:47:15.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "ves-openapi-manager",
"timestamp": 1632987999350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "dcae-sch",
"timestamp": 1632988005975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "cds",
"timestamp": 1632988006278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632988002851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "policy-id",
"timestamp": 1632988001317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "ves-openapi-manager",
"timestamp": 1632987999350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "dcae-sch",
"timestamp": 1632988005975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "cds",
"timestamp": 1632988006278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632988002851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "policy-id",
"timestamp": 1632988001317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.640Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "ves-openapi-manager",
"timestamp": 1632987999350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.640Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "dcae-sch",
"timestamp": 1632988005975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.640Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "cds",
"timestamp": 1632988006278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632988002851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "policy-id",
"timestamp": 1632988001317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "ves-openapi-manager",
"timestamp": 1632987999350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "dcae-sch",
"timestamp": 1632988005975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "cds",
"timestamp": 1632988006278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632988002851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T07:47:15.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "policy-id",
"timestamp": 1632988001317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T07:47:15.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "ves-openapi-manager",
"timestamp": 1632987999350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.644Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "dcae-sch",
"timestamp": 1632988005975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.644Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "cds",
"timestamp": 1632988006278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "dcae-sch",
"timestamp": 1632988005975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "cds",
"timestamp": 1632988006278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988011441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "clamp",
"timestamp": 1632988011513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "dcae-sch",
"timestamp": 1632988005975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "policy-id",
"timestamp": 1632988012757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:47:15.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:15.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632988012871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:47:15.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:15.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "cds",
"timestamp": 1632988006278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T07:47:15.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988011441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
"status": "NOTIFIED"
}
2021-09-30T07:47:15.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "clamp",
"timestamp": 1632988011513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
"status": "NOTIFIED"
}
2021-09-30T07:47:15.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "policy-id",
"timestamp": 1632988013770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T07:47:15.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:15.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "clamp",
"timestamp": 1632988011513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988011441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-30T07:47:15.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "policy-id",
"timestamp": 1632988014774,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2021-09-30T07:47:15.718Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
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-09-30T07:47:15.724Z||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-09-30T07:47:15.724Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:15.737Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:47:15.739Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T07:47:15.884Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f95cb37f-c3eb-4195-b047-7facff09dcd3
2021-09-30T07:47:15.904Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95cb37f-c3eb-4195-b047-7facff09dcd3 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-09-30T07:47:15.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "aai-ml",
"timestamp": 1632988014246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "clamp",
"timestamp": 1632988011513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988011441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "cds",
"timestamp": 1632988015259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:47:15.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:15.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "aai-ml",
"timestamp": 1632988014246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "clamp",
"timestamp": 1632988011513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988011441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-30T07:47:15.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "cds",
"timestamp": 1632988016282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-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-09-30T07:47:15.950Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f95cb37f-c3eb-4195-b047-7facff09dcd3
2021-09-30T07:47:15.950Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95cb37f-c3eb-4195-b047-7facff09dcd3 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-09-30T07:47:15.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "aai-ml",
"timestamp": 1632988014246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "clamp",
"timestamp": 1632988011513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988011441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "aai-ml",
"timestamp": 1632988014246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632988018179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T07:47:15.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:15.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "clamp",
"timestamp": 1632988011513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T07:47:15.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988011441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T07:47:15.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "aai-ml",
"timestamp": 1632988014246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632988019185,
"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-09-30T07:47:15.972Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f95cb37f-c3eb-4195-b047-7facff09dcd3
2021-09-30T07:47:15.972Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95cb37f-c3eb-4195-b047-7facff09dcd3 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-09-30T07:47:15.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988019897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:47:15.983Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:15.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "aai-ml",
"timestamp": 1632988014246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.983Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "aai-ml",
"timestamp": 1632988014246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T07:47:15.984Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-30T07:47:15.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988021111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:47:15.985Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:15.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "aai-ml",
"timestamp": 1632988022787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:47:15.986Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:15.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988022835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:47:15.987Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:15.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988024485,
"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-09-30T07:47:15.995Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f95cb37f-c3eb-4195-b047-7facff09dcd3
2021-09-30T07:47:15.995Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95cb37f-c3eb-4195-b047-7facff09dcd3 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-09-30T07:47:16.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:16.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988025495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
"status": "DEPLOY_OK"
}
2021-09-30T07:47:16.013Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:16.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:16.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "clamp",
"timestamp": 1632988025538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:47:16.013Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:16.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:16.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "clamp",
"timestamp": 1632988026611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T07:47:16.014Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:16.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:16.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "clamp",
"timestamp": 1632988027621,
"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-09-30T07:47:16.019Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f95cb37f-c3eb-4195-b047-7facff09dcd3
2021-09-30T07:47:16.019Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95cb37f-c3eb-4195-b047-7facff09dcd3 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-09-30T07:47:16.626Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:47:16.626Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:16.628Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:16.628Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988034934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
"status": "NOTIFIED"
}
2021-09-30T07:47:16.728Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:47:16.729Z||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-09-30T07:47:16.729Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:16.772Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:47:16.773Z||pool-4-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:47:17.629Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:47:17.630Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:17.633Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:17.633Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988034934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-30T07:47:17.733Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:47:17.734Z||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-09-30T07:47:17.734Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:17.749Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:47:17.750Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:47:18.633Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:47:18.634Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:18.636Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:18.636Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988034934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:18.736Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T07:47:18.738Z||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-09-30T07:47:18.738Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:18.751Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:47:18.752Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:47:19.637Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:47:19.638Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:19.641Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:19.641Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988034934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-30T07:47:19.740Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T07:47:19.741Z||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-09-30T07:47:19.741Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:19.757Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:47:19.757Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:47:20.641Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:47:20.642Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:20.644Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:20.644Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988034934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:47:20.744Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T07:47:20.745Z||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-09-30T07:47:20.746Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:20.760Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:47:20.761Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:47:21.645Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:47:21.646Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:21.648Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:21.648Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988034934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T07:47:21.748Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:47:21.749Z||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-09-30T07:47:21.749Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:21.759Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:47:21.760Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:47:22.650Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"serviceName": "vFW 2021-09-30 07-43-04",
"serviceVersion": "1.0",
"serviceUUID": "985777a2-fa1c-4476-8e55-6b64200c2415",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3866b6d9-f440-4340-9ba2-4080fc6ef3e9",
"resources": [
{
"resourceInstanceName": "vFW d74e41e3-57c7 0",
"resourceCustomizationUUID": "bf136982-3ea1-4894-a32a-6ed3618688a2",
"resourceName": "vFW d74e41e3-57c7",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a4b12386-79c2-41bd-b61e-7395a7260905",
"resourceInvariantUUID": "f79e6211-e43d-4aee-82f6-24d9df451d93",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd74e41e357c70_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
"artifactChecksum": "OGE1MWM2YTM5ODQzMDQ5NTdiODdmOGQ0YTQ2YzViYTc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "be14c66b-f1bf-49f0-9fb7-57503ae5bb3d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7f5ebe81-e769-4047-af13-8117a0b32b77",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "a88893df-f0b6-4555-9cdb-6d5b3a8f2a9d",
"generatedFromUUID": "7f5ebe81-e769-4047-af13-8117a0b32b77"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "a88893df-f0b6-4555-9cdb-6d5b3a8f2a9d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210930074304-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"artifactChecksum": "ZGQ1NWUzYjA1OTkwOTM0YWQ4NTEwYzg0Mjg4MjgzOTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "70106979-98fe-4e55-94ff-459841950381"
}
],
"workloadContext": "Production"
}
2021-09-30T07:47:22.651Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T07:47:22.651Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 985777a2-fa1c-4476-8e55-6b64200c2415 ASDC
2021-09-30T07:47:22.774Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f95cb37f-c3eb-4195-b047-7facff09dcd3
ServiceName:vFW 2021-09-30 07-43-04
ServiceVersion:1.0
ServiceUUID:985777a2-fa1c-4476-8e55-6b64200c2415
ServiceInvariantUUID:3866b6d9-f440-4340-9ba2-4080fc6ef3e9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210930074304-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar
ArtifactUUID:70106979-98fe-4e55-94ff-459841950381
ArtifactChecksum:ZGQ1NWUzYjA1OTkwOTM0YWQ4NTEwYzg0Mjg4MjgzOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d74e41e3-57c7 0
ResourceCustomizationUUID:bf136982-3ea1-4894-a32a-6ed3618688a2
ResourceInvariantUUID:f79e6211-e43d-4aee-82f6-24d9df451d93
ResourceName:vFW d74e41e3-57c7
ResourceType:VF
ResourceUUID:a4b12386-79c2-41bd-b61e-7395a7260905
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd74e41e357c70_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json
ArtifactUUID:be14c66b-f1bf-49f0-9fb7-57503ae5bb3d
ArtifactChecksum:OGE1MWM2YTM5ODQzMDQ5NTdiODdmOGQ0YTQ2YzViYTc=
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/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml
ArtifactUUID:7f5ebe81-e769-4047-af13-8117a0b32b77
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env
ArtifactUUID:a88893df-f0b6-4555-9cdb-6d5b3a8f2a9d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env
ArtifactUUID:a88893df-f0b6-4555-9cdb-6d5b3a8f2a9d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-30T07:47:22.775Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 985777a2-fa1c-4476-8e55-6b64200c2415 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-09-30T07:47:22.825Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T07:47:22.826Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-30T07:47:22.827Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-30T07:47:22.827Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 70106979-98fe-4e55-94ff-459841950381 from URL: /sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:22.828Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-30T07:47:22.829Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:23.656Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-30T07:47:23.677Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar 70106979-98fe-4e55-94ff-459841950381 98798
2021-09-30T07:47:23.679Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar ASDC sendASDCNotification
2021-09-30T07:47:23.680Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:23.681Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:47:23.682Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:23.685Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:23.685Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988043678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:47:23.785Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:47:23.786Z||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-09-30T07:47:23.787Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:23.801Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:47:23.802Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:47:24.686Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T07:47:24.687Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-30T07:47:24.687Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 70106979-98fe-4e55-94ff-459841950381, URL: /sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar to file: /app/ASDC/1/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:24.688Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210930074304-csar.csar
2021-09-30T07:47:24.763Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:24.763Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:25.779Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15040646452277622067/Definitions/service-Vfw20210930074304-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-09-30T07:47:28.450Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T07:47:28.460Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-30T07:47:28.460Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.461Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-30T07:47:28.461Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||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-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.461Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||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-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.462Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||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-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.462Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.462Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.463Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||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-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.463Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||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-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.463Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||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-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.464Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.464Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||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-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.464Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.464Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d74e41e3-57c7 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-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.465Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||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-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.465Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-30T07:47:28.472Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:28.473Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:28.477Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is matching search criteria
2021-09-30T07:47:28.477Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-30T07:47:28.481Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d74e41e3-57c7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T07:47:28.483Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:28.483Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:28.484Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is matching search criteria
2021-09-30T07:47:28.484Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-30T07:47:28.485Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d74e41e3-57c7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T07:47:28.485Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:28.485Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:28.489Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:28.489Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is not matching search criteria
2021-09-30T07:47:28.490Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:47:28.490Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:47:28.490Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T07:47:28.491Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.491Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:28.491Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T07:47:28.492Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.492Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T07:47:28.493Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T07:47:28.493Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.494Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:28.494Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T07:47:28.494Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:28.495Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T07:47:28.495Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.496Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-30T07:47:28.496Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:28.497Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T07:47:28.499Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:28.499Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is matching search criteria
2021-09-30T07:47:28.500Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d74e41e3-57c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:47:28.500Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:28.501Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is matching search criteria
2021-09-30T07:47:28.501Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d74e41e3-57c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:47:28.501Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:28.502Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is matching search criteria
2021-09-30T07:47:28.502Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d74e41e3-57c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:47:28.502Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:28.503Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is not matching search criteria
2021-09-30T07:47:28.503Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:47:28.503Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:47:28.504Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-30T07:47:28.504Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T07:47:28.504Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T07:47:28.505Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.506Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:28.506Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T07:47:28.506Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:28.507Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T07:47:28.507Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.507Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7ac3ab34-bbff-4afc-a11e-94c6052f3a38
2021-09-30T07:47:28.508Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:28.508Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is not matching search criteria
2021-09-30T07:47:28.508Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:47:28.509Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:47:28.509Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T07:47:28.509Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.510Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:28.510Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T07:47:28.510Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.511Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-30T07:47:28.511Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T07:47:28.512Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:28.512Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T07:47:28.512Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.513Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=952a3b71-41d6-4242-aa67-b8b9ddb86282
2021-09-30T07:47:28.513Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:28.513Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is not matching search criteria
2021-09-30T07:47:28.514Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:47:28.514Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:47:28.515Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T07:47:28.515Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.516Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:28.516Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T07:47:28.516Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.516Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T07:47:28.516Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T07:47:28.517Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.517Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:28.517Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-30T07:47:28.517Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=58fdd0c4-9c1f-412d-8f77-8e9536123292
2021-09-30T07:47:28.517Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:28.518Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:28.518Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:28.518Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:28.518Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:28.518Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:28.519Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:28.519Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:28.519Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-30 07-43-04
Description:catalog service description
Model UUID:985777a2-fa1c-4476-8e55-6b64200c2415
Model Version:NULL
Model InvariantUuid:3866b6d9-f440-4340-9ba2-4080fc6ef3e9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d74e41e3-57c7
Model UUID:e734048c-5554-4d42-981b-e764819a9c77
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f79e6211-e43d-4aee-82f6-24d9df451d93
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bf136982-3ea1-4894-a32a-6ed3618688a2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9c78f55b-1ec2-4346-8847-f45239f44bf4
ModelName:VfwD74e41e357c7..base_vfw..module-0
ModelUuid:601a6dd6-1344-447d-b1e9-ec16e379498c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7ac3ab34-bbff-4afc-a11e-94c6052f3a38
ModelInvariantUuid:0ca9ff04-c446-4d7b-819f-58a6247c3bb2
ModelName:vFW d74e41e3-57c7-nodes.vfwCvfc
ModelUuid:34426591-170e-4a6d-8049-b1078e69f197
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:7a2cabaa-8340-4651-81aa-e47335b81ec6
ModelInvariantUuid:853518cb-c8dd-4866-9cf3-00475e5c6484
ModelName:VfwD74e41e357c7.compute.nodes.heat.vfw
ModelUuid:966abfca-8981-40be-9943-791c530032ba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:952a3b71-41d6-4242-aa67-b8b9ddb86282
ModelInvariantUuid:75ba2638-9c1d-4251-8281-601e27b067fe
ModelName:vFW d74e41e3-57c7-nodes.vsnCvfc
ModelUuid:c15cf69c-a8cb-488c-a709-abc63522a9c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:5918890b-9fc3-4c92-9f95-f1c224088ff7
ModelInvariantUuid:33111e9d-a98e-4447-8d60-e95434ac1813
ModelName:VfwD74e41e357c7.compute.nodes.heat.vsn
ModelUuid:3fbb776b-d109-4fce-adb7-eb2ebfa1701b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:58fdd0c4-9c1f-412d-8f77-8e9536123292
ModelInvariantUuid:dc18632a-4146-4cf7-a307-3da9ecd9cfaa
ModelName:vFW d74e41e3-57c7-nodes.vpgCvfc
ModelUuid:4ed89d8a-d650-4ffe-8bd9-315cdd08c29e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e0a29324-1a59-424d-b515-c4a87042bbc7
ModelInvariantUuid:c3570a2c-34b8-4bee-8387-378d50bfa8ae
ModelName:VfwD74e41e357c7.compute.nodes.heat.vpg
ModelUuid:331f4492-06b1-415e-989c-800ccc6220a2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-30T07:47:28.529Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: a4b12386-79c2-41bd-b61e-7395a7260905
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T07:47:28.622Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||vFW d74e41e3-57c7 0
2021-09-30T07:47:28.629Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a4b12386-79c2-41bd-b61e-7395a7260905
2021-09-30T07:47:28.629Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: be14c66b-f1bf-49f0-9fb7-57503ae5bb3d from URL: /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json
2021-09-30T07:47:28.629Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-30T07:47:28.630Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json
2021-09-30T07:47:29.627Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-30T07:47:29.627Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json be14c66b-f1bf-49f0-9fb7-57503ae5bb3d 785
2021-09-30T07:47:29.628Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json ASDC sendASDCNotification
2021-09-30T07:47:29.628Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json
2021-09-30T07:47:29.628Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:47:29.628Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:29.631Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:29.631Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988049628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:47:29.731Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:47:29.732Z||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-09-30T07:47:29.732Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:29.743Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:47:29.744Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:47:30.632Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD74e41e357c7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9c78f55b-1ec2-4346-8847-f45239f44bf4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "601a6dd6-1344-447d-b1e9-ec16e379498c",
"vfModuleModelCustomizationUUID": "a6689fba-fcef-457a-8860-e862a7784583",
"isBase": true,
"artifacts": [
"7f5ebe81-e769-4047-af13-8117a0b32b77",
"a88893df-f0b6-4555-9cdb-6d5b3a8f2a9d"
],
"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-09-30T07:47:30.645Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD74e41e357c7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:601a6dd6-1344-447d-b1e9-ec16e379498c
VfModuleModelInvariantUUID:9c78f55b-1ec2-4346-8847-f45239f44bf4
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f5ebe81-e769-4047-af13-8117a0b32b77
,
a88893df-f0b6-4555-9cdb-6d5b3a8f2a9d
}
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-09-30T07:47:30.647Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD74e41e357c7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9c78f55b-1ec2-4346-8847-f45239f44bf4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "601a6dd6-1344-447d-b1e9-ec16e379498c",
"vfModuleModelCustomizationUUID": "a6689fba-fcef-457a-8860-e862a7784583",
"isBase": true,
"artifacts": [
"7f5ebe81-e769-4047-af13-8117a0b32b77",
"a88893df-f0b6-4555-9cdb-6d5b3a8f2a9d"
],
"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-09-30T07:47:30.647Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD74e41e357c7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:601a6dd6-1344-447d-b1e9-ec16e379498c
VfModuleModelInvariantUUID:9c78f55b-1ec2-4346-8847-f45239f44bf4
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f5ebe81-e769-4047-af13-8117a0b32b77
,
a88893df-f0b6-4555-9cdb-6d5b3a8f2a9d
}
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-09-30T07:47:30.647Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7f5ebe81-e769-4047-af13-8117a0b32b77 from URL: /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml
2021-09-30T07:47:30.648Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-30T07:47:30.648Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml
2021-09-30T07:47:31.936Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-30T07:47:31.937Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml 7f5ebe81-e769-4047-af13-8117a0b32b77 20368
2021-09-30T07:47:31.937Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-30T07:47:31.937Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml
2021-09-30T07:47:31.937Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:47:31.937Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:31.940Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:31.941Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988051937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:47:32.041Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:47:32.042Z||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-09-30T07:47:32.042Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:32.051Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:47:32.052Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:47:32.944Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a88893df-f0b6-4555-9cdb-6d5b3a8f2a9d from URL: /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env
2021-09-30T07:47:32.944Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-30T07:47:32.944Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env
2021-09-30T07:47:33.942Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-30T07:47:33.942Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env a88893df-f0b6-4555-9cdb-6d5b3a8f2a9d 2098
2021-09-30T07:47:33.943Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-30T07:47:33.943Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env
2021-09-30T07:47:33.943Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:47:33.944Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:33.947Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:33.947Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988053943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:47:34.047Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:47:34.048Z||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-09-30T07:47:34.048Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:34.062Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:47:34.063Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:47:34.948Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 985777a2-fa1c-4476-8e55-6b64200c2415
2021-09-30T07:47:34.949Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d74e41e3-57c7 0 a4b12386-79c2-41bd-b61e-7395a7260905 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T07:47:35.000Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@212a6dd7, org.onap.sdc.toscaparser.api.parameters.Input@26cce567, org.onap.sdc.toscaparser.api.parameters.Input@6b39d10c, org.onap.sdc.toscaparser.api.parameters.Input@3a0557c0, org.onap.sdc.toscaparser.api.parameters.Input@48b3c182]
2021-09-30T07:47:35.004Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:35.004Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:35.005Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-09-30T07:47:35.005Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= bf136982-3ea1-4894-a32a-6ed3618688a2
2021-09-30T07:47:35.005Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bf136982-3ea1-4894-a32a-6ed3618688a2 matches Tosca VF Customization UUID: bf136982-3ea1-4894-a32a-6ed3618688a2
2021-09-30T07:47:35.005Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: bf136982-3ea1-4894-a32a-6ed3618688a2 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-30T07:47:35.012Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:35.013Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:35.014Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id bf136982-3ea1-4894-a32a-6ed3618688a2: {\"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-09-30T07:47:35.014Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@44ba84e0
2021-09-30T07:47:35.014Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:35.014Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T07:47:35.015Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a6689fba-fcef-457a-8860-e862a7784583
2021-09-30T07:47:35.016Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a6689fba-fcef-457a-8860-e862a7784583
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-30T07:47:35.023Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:35.023Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is matching search criteria
2021-09-30T07:47:35.023Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d74e41e3-57c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:47:35.024Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:35.025Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is matching search criteria
2021-09-30T07:47:35.025Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d74e41e3-57c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:47:35.025Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:35.025Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is not matching search criteria
2021-09-30T07:47:35.026Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:47:35.026Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:47:35.026Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-30T07:47:35.026Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T07:47:35.027Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T07:47:35.027Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:47:35.027Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:35.027Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T07:47:35.028Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:35.028Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T07:47:35.028Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:47:35.028Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7ac3ab34-bbff-4afc-a11e-94c6052f3a38
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-30T07:47:35.039Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:35.039Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is matching search criteria
2021-09-30T07:47:35.039Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d74e41e3-57c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:47:35.040Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:35.040Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is not matching search criteria
2021-09-30T07:47:35.040Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:47:35.041Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:47:35.041Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T07:47:35.041Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:47:35.041Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:35.042Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T07:47:35.042Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:47:35.042Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-30T07:47:35.042Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T07:47:35.043Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:35.043Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T07:47:35.043Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:47:35.043Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=952a3b71-41d6-4242-aa67-b8b9ddb86282
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-30T07:47:35.047Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:35.047Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is matching search criteria
2021-09-30T07:47:35.047Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d74e41e3-57c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:47:35.050Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:35.051Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is not matching search criteria
2021-09-30T07:47:35.051Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:47:35.051Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:47:35.052Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T07:47:35.052Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:47:35.052Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:35.052Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T07:47:35.053Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:47:35.053Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T07:47:35.053Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T07:47:35.053Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:47:35.054Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:35.054Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-30T07:47:35.054Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=58fdd0c4-9c1f-412d-8f77-8e9536123292
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-30T07:47:35.057Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:35.058Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is matching search criteria
2021-09-30T07:47:35.058Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d74e41e3-57c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:47:35.058Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:35.059Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is matching search criteria
2021-09-30T07:47:35.059Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d74e41e3-57c7 0] matching following query criteria: sdcType=VF, customizationUUID=bf136982-3ea1-4894-a32a-6ed3618688a2
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T07:47:35.061Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:35.062Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:35.062Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 985777a2-fa1c-4476-8e55-6b64200c2415: vFW d74e41e3-57c7
2021-09-30T07:47:35.062Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:35.063Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:35.063Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:35.063Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:35.063Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:35.064Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:35.064Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:35.064Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:35.064Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:47:35.065Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:35.065Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-09-30 07-43-04
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T07:47:35.370Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d74e41e3-57c7 a4b12386-79c2-41bd-b61e-7395a7260905 1 ASDC deployResourceStructure
2021-09-30T07:47:35.370Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json ASDC sendASDCNotification
2021-09-30T07:47:35.370Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json
2021-09-30T07:47:35.371Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T07:47:35.371Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:35.373Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:35.373Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988055370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
"status": "DEPLOY_OK"
}
2021-09-30T07:47:35.473Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:47:35.474Z||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-09-30T07:47:35.474Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:35.488Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:47:35.489Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":2,"count":1}
2021-09-30T07:47:36.374Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-30T07:47:36.374Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml
2021-09-30T07:47:36.375Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T07:47:36.377Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:36.379Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:36.379Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988056373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-30T07:47:36.479Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T07:47:36.481Z||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-09-30T07:47:36.481Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:36.500Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:47:36.500Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:47:37.381Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-30T07:47:37.381Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env
2021-09-30T07:47:37.381Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T07:47:37.382Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:37.384Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:37.384Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988057380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-30T07:47:37.484Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:47:37.486Z||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-09-30T07:47:37.486Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:37.498Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:47:37.499Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:47:38.385Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar ASDC sendASDCNotification
2021-09-30T07:47:38.386Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:38.386Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T07:47:38.387Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:38.389Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:38.390Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988058385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T07:47:38.490Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:47:38.492Z||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-09-30T07:47:38.492Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:38.505Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:47:38.505Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:47:39.391Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f95cb37f-c3eb-4195-b047-7facff09dcd3
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-09-30T07:47:39.408Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f95cb37f-c3eb-4195-b047-7facff09dcd3
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-09-30T07:47:39.411Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T07:47:39.412Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T07:47:39.412Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T07:48:09.413Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f95cb37f-c3eb-4195-b047-7facff09dcd3
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-09-30T07:48:09.432Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f95cb37f-c3eb-4195-b047-7facff09dcd3
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-09-30T07:48:09.435Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T07:48:09.436Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T07:48:09.436Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T07:48:14.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:48:14.942Z||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-09-30T07:48:14.942Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:48:15.073Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:48:15.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:48:15.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988034934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:48:15.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-30T07:48:39.436Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f95cb37f-c3eb-4195-b047-7facff09dcd3
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-09-30T07:48:39.457Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f95cb37f-c3eb-4195-b047-7facff09dcd3
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-09-30T07:48:39.461Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T07:48:39.461Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T07:48:39.461Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T07:49:09.462Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f95cb37f-c3eb-4195-b047-7facff09dcd3
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-09-30T07:49:09.483Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f95cb37f-c3eb-4195-b047-7facff09dcd3
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-09-30T07:49:09.486Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T07:49:09.486Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T07:49:09.487Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T07:49:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:49:14.936Z||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-09-30T07:49:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:49:15.466Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:49:15.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988034934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
"status": "NOTIFIED"
}
2021-09-30T07:49:15.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-30T07:49:15.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988034934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-30T07:49:15.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-30T07:49:15.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988034934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:49:15.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-30T07:49:15.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "aai-ml",
"timestamp": 1632988038737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T07:49:15.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:49:15.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988034934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-30T07:49:15.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-30T07:49:15.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "aai-ml",
"timestamp": 1632988039743,
"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-09-30T07:49:15.484Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f95cb37f-c3eb-4195-b047-7facff09dcd3
2021-09-30T07:49:15.485Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95cb37f-c3eb-4195-b047-7facff09dcd3 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-09-30T07:49:15.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988034934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:49:15.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-30T07:49:15.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988034934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T07:49:15.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-30T07:49:15.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988043678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:49:15.502Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:49:15.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988049628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:49:15.502Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:49:15.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988051937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:49:15.502Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:49:15.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988053943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:49:15.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:49:15.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988055370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
"status": "DEPLOY_OK"
}
2021-09-30T07:49:15.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:49:15.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988056373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-30T07:49:15.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:49:15.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988057380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-30T07:49:15.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:49:15.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988058385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T07:49:15.506Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:49:39.487Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f95cb37f-c3eb-4195-b047-7facff09dcd3
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-09-30T07:49:39.511Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f95cb37f-c3eb-4195-b047-7facff09dcd3
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-09-30T07:49:39.515Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T07:49:39.515Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T07:49:39.515Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T07:49:39.515Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T07:49:39.515Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T07:49:39.515Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T07:49:39.516Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T07:49:39.516Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T07:49:39.516Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T07:49:39.516Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T07:49:39.516Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||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-09-30T07:49:39.523Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T07:50:09.523Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f95cb37f-c3eb-4195-b047-7facff09dcd3 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-09-30T07:50:09.542Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f95cb37f-c3eb-4195-b047-7facff09dcd3 and serviceModelVersionId: 985777a2-fa1c-4476-8e55-6b64200c2415
2021-09-30T07:50:09.542Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3866b6d9-f440-4340-9ba2-4080fc6ef3e9
2021-09-30T07:50:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:50:14.936Z||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-09-30T07:50:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:50:23.982Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3866b6d9-f440-4340-9ba2-4080fc6ef3e9/model-vers/model-ver/985777a2-fa1c-4476-8e55-6b64200c2415?depth=0
2021-09-30T07:50:24.138Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T07:50:24.571Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:50:24.686Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3866b6d9-f440-4340-9ba2-4080fc6ef3e9/model-vers/model-ver/985777a2-fa1c-4476-8e55-6b64200c2415?depth=0|INFO|500||Invoke
2021-09-30T07:50:24.693Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3866b6d9-f440-4340-9ba2-4080fc6ef3e9/model-vers/model-ver/985777a2-fa1c-4476-8e55-6b64200c2415?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3866b6d9-f440-4340-9ba2-4080fc6ef3e9/model-vers/model-ver/985777a2-fa1c-4476-8e55-6b64200c2415?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f95cb37f-c3eb-4195-b047-7facff09dcd3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e0928e6e-0ac0-40d5-b405-0238e6197a5e], X-ECOMP-RequestID=[f95cb37f-c3eb-4195-b047-7facff09dcd3], X-TransactionId=[], X-ONAP-RequestID=[f95cb37f-c3eb-4195-b047-7facff09dcd3], Content-Type=[application/merge-patch+json]}
2021-09-30T07:50:24.830Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3866b6d9-f440-4340-9ba2-4080fc6ef3e9/model-vers/model-ver/985777a2-fa1c-4476-8e55-6b64200c2415?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-30T07:50:25.439Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3866b6d9-f440-4340-9ba2-4080fc6ef3e9/model-vers/model-ver/985777a2-fa1c-4476-8e55-6b64200c2415?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3866b6d9-f440-4340-9ba2-4080fc6ef3e9/model-vers/model-ver/985777a2-fa1c-4476-8e55-6b64200c2415?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210930-07:50:24:842-1066], vertex-id=[233568], Content-Length=[0], Date=[Thu, 30 Sep 2021 07:50:24 GMT], Content-Type=[application/json]}
2021-09-30T07:50:25.441Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3866b6d9-f440-4340-9ba2-4080fc6ef3e9/model-vers/model-ver/985777a2-fa1c-4476-8e55-6b64200c2415?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-30T07:50:25.442Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3866b6d9-f440-4340-9ba2-4080fc6ef3e9/model-vers/model-ver/985777a2-fa1c-4476-8e55-6b64200c2415?depth=0|INFO|500||InvokeReturn
2021-09-30T07:50:25.448Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T07:50:25.449Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T07:50:25.461Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||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-09-30T07:50:25.462Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f95cb37f-c3eb-4195-b047-7facff09dcd3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T07:50:25.464Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T07:50:25.464Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:50:25.467Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:50:25.467Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988225463,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T07:50:25.567Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:50:25.568Z||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-09-30T07:50:25.568Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:50:25.581Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:50:25.582Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 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-09-30T07:50:26.487Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:50:26.488Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|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-09-30T07:50:26.488Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|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 2cjfMityS9h3J0jo) ...
2021-09-30T07:50:36.734Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:50:36.735Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:50:36.736Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|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-09-30T07:50:36.736Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|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 2cjfMityS9h3J0jo) ...
2021-09-30T07:50:46.317Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:50:46.319Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:50:46.319Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|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-09-30T07:50:46.319Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|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 2cjfMityS9h3J0jo) ...
2021-09-30T07:50:55.875Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:51:14.933Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:51:14.934Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|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-09-30T07:51:14.934Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|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 2cjfMityS9h3J0jo) ...
2021-09-30T07:51:14.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:51:14.935Z||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-09-30T07:51:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:51:15.563Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:51:15.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:51:15.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988225463,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T07:51:15.566Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:51:24.505Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:52:14.934Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:52:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:52:14.936Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|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-09-30T07:52:14.936Z||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-09-30T07:52:14.937Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|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 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:15.571Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:52:15.573Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.573Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f0efe63f-493c-4de3-8de2-e3f62a011ef8","serviceName":"basic_onboard_cpXmOb","serviceVersion":"1.0","serviceUUID":"66b1f42a-b6c6-4b37-a182-9fe4d44e63ea","serviceDescription":"service","serviceInvariantUUID":"3ee1b361-6066-4ecb-9f69-90ebd9b05eb8","resources":[{"resourceInstanceName":"basic_onboard_cpXmOb 0","resourceName":"basic_onboard_cpXmOb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"88398686-254b-49b8-9d51-e17d1581159f","resourceInvariantUUID":"b3afab51-ca2a-4cd9-93cd-5ed017cff994","resourceCustomizationUUID":"0e2a4bb4-22cd-4bc5-96c5-8700a8ad9d5c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vf-license-model.xml","artifactChecksum":"MTQ4YWJhZmQ3ZjdhZGQyM2NiZWI0YTgyNGYxZDEwODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a90c1062-b80e-4762-9e25-2a37112bc8e2","artifactVersion":"1"},{"artifactName":"basic_onboard_cpxmob0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json","artifactChecksum":"MzQ4NjkzOGU0OTliNTc2NjNlYWRhNzI1YmEzYzUxZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76fbcc9f-8718-43ca-93d9-f8bab16d001d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3f7a21b3-5354-4888-ab04-2e89f01d16d3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"02d47512-c1a9-4cce-aded-c022e2d3bb5c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6e8f04e6-aef4-42e0-89e7-d6c3a066ac1a","artifactVersion":"2","generatedFromUUID":"3f7a21b3-5354-4888-ab04-2e89f01d16d3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCpxmob-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-template.yml","artifactChecksum":"MDU5NDY5MGE2OWIzYzIzNjY3ODIxZmEzNjQ1ZDg4MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"86bec22b-bd15-4f26-af65-a92e8b279c21","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCpxmob-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar","artifactChecksum":"NzZmMGMyNTc1YWUwYzFlNTNiMzc1NzYzZGI4MjkwNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c422b0-8ff4-4123-acf5-6bece56428ed","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T07:52:15.574Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:52:15.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "clamp",
"timestamp": 1632988281514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "aai-ml",
"timestamp": 1632988284245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "dcae-sch",
"timestamp": 1632988285976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.578Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:52:15.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "ves-openapi-manager",
"timestamp": 1632988279350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "policy-id",
"timestamp": 1632988281322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.579Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:15.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "ves-openapi-manager",
"timestamp": 1632988279350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "clamp",
"timestamp": 1632988281514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
"status": "NOTIFIED"
}
2021-09-30T07:52:15.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "aai-ml",
"timestamp": 1632988284245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "dcae-sch",
"timestamp": 1632988285976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "policy-id",
"timestamp": 1632988281322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "dcae-sch",
"timestamp": 1632988285976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "clamp",
"timestamp": 1632988281514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "aai-ml",
"timestamp": 1632988284245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "ves-openapi-manager",
"timestamp": 1632988279350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "policy-id",
"timestamp": 1632988281322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-30T07:52:15.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "clamp",
"timestamp": 1632988281514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "aai-ml",
"timestamp": 1632988284245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.585Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:15.585Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988334933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "dcae-sch",
"timestamp": 1632988285976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "ves-openapi-manager",
"timestamp": 1632988279350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "policy-id",
"timestamp": 1632988281322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "cds",
"timestamp": 1632988291277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "clamp",
"timestamp": 1632988281514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "aai-ml",
"timestamp": 1632988284245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "ves-openapi-manager",
"timestamp": 1632988279350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "dcae-sch",
"timestamp": 1632988285976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.595Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988291436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "policy-id",
"timestamp": 1632988281322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "cds",
"timestamp": 1632988291277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "clamp",
"timestamp": 1632988281514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "aai-ml",
"timestamp": 1632988284245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "ves-openapi-manager",
"timestamp": 1632988279350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "dcae-sch",
"timestamp": 1632988285976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "policy-id",
"timestamp": 1632988281322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988291436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
"status": "NOTIFIED"
}
2021-09-30T07:52:15.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "cds",
"timestamp": 1632988291277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "clamp",
"timestamp": 1632988281514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T07:52:15.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "aai-ml",
"timestamp": 1632988284245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T07:52:15.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "ves-openapi-manager",
"timestamp": 1632988279350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "dcae-sch",
"timestamp": 1632988285976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "policy-id",
"timestamp": 1632988281322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T07:52:15.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988291436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-30T07:52:15.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "cds",
"timestamp": 1632988291277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988291436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "cds",
"timestamp": 1632988291277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "aai-ml",
"timestamp": 1632988296044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:52:15.613Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "policy-id",
"timestamp": 1632988296032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:52:15.614Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988291436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-30T07:52:15.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "cds",
"timestamp": 1632988291277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "policy-id",
"timestamp": 1632988297037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T07:52:15.616Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988291436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "cds",
"timestamp": 1632988291277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T07:52:15.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "policy-id",
"timestamp": 1632988298040,
"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-09-30T07:52:15.646Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f0efe63f-493c-4de3-8de2-e3f62a011ef8
2021-09-30T07:52:15.646Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0efe63f-493c-4de3-8de2-e3f62a011ef8 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-09-30T07:52:15.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988291436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T07:52:15.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "cds",
"timestamp": 1632988299643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:52:15.658Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988299952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:52:15.659Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "cds",
"timestamp": 1632988300654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-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-09-30T07:52:15.671Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f0efe63f-493c-4de3-8de2-e3f62a011ef8
2021-09-30T07:52:15.672Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0efe63f-493c-4de3-8de2-e3f62a011ef8 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-09-30T07:52:15.684Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T07:52:15.685Z||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-09-30T07:52:15.686Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:15.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988301232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:52:15.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988303235,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:52:15.688Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632988302851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988304272,
"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-09-30T07:52:15.697Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:52:15.697Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:52:15.699Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f0efe63f-493c-4de3-8de2-e3f62a011ef8
2021-09-30T07:52:15.699Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0efe63f-493c-4de3-8de2-e3f62a011ef8 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-09-30T07:52:15.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632988302851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "aai-ml",
"timestamp": 1632988304541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T07:52:15.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "clamp",
"timestamp": 1632988304577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:52:15.709Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632988305279,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-30T07:52:15.710Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632988302851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "aai-ml",
"timestamp": 1632988305547,
"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-09-30T07:52:15.717Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f0efe63f-493c-4de3-8de2-e3f62a011ef8
2021-09-30T07:52:15.718Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0efe63f-493c-4de3-8de2-e3f62a011ef8 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-09-30T07:52:15.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632988302851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "clamp",
"timestamp": 1632988306585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T07:52:15.729Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632988302851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "clamp",
"timestamp": 1632988307588,
"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-09-30T07:52:15.737Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f0efe63f-493c-4de3-8de2-e3f62a011ef8
2021-09-30T07:52:15.737Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0efe63f-493c-4de3-8de2-e3f62a011ef8 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-09-30T07:52:15.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632988302851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632988302851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T07:52:15.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T07:52:15.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632988312234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:52:15.748Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632988314729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T07:52:15.748Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632988315733,
"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-09-30T07:52:15.755Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f0efe63f-493c-4de3-8de2-e3f62a011ef8
2021-09-30T07:52:15.755Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0efe63f-493c-4de3-8de2-e3f62a011ef8 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-09-30T07:52:16.585Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:52:16.586Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:16.588Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:16.588Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988334933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
"status": "NOTIFIED"
}
2021-09-30T07:52:16.688Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:52:16.689Z||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-09-30T07:52:16.689Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:16.704Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:52:16.705Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:52:17.589Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:52:17.590Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:17.592Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:17.592Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988334933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-30T07:52:17.692Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:52:17.693Z||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-09-30T07:52:17.693Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:17.715Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:52:17.716Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:52:18.592Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:52:18.593Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:18.595Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:18.595Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988334933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:18.696Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T07:52:18.697Z||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-09-30T07:52:18.697Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:18.711Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:52:18.712Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:52:19.596Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:52:19.596Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:19.598Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:19.598Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988334933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-30T07:52:19.699Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T07:52:19.700Z||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-09-30T07:52:19.700Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:19.715Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:52:19.715Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:52:20.599Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:52:20.601Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:20.603Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:20.603Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988334933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:52:20.703Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:52:20.704Z||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-09-30T07:52:20.704Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:20.725Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:52:20.726Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:52:21.604Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:52:21.604Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:21.606Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:21.606Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988334933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T07:52:21.706Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:52:21.708Z||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-09-30T07:52:21.708Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:21.722Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:52:21.723Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:52:22.608Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"serviceName": "basic_onboard_cpXmOb",
"serviceVersion": "1.0",
"serviceUUID": "66b1f42a-b6c6-4b37-a182-9fe4d44e63ea",
"serviceDescription": "service",
"serviceInvariantUUID": "3ee1b361-6066-4ecb-9f69-90ebd9b05eb8",
"resources": [
{
"resourceInstanceName": "basic_onboard_cpXmOb 0",
"resourceCustomizationUUID": "0e2a4bb4-22cd-4bc5-96c5-8700a8ad9d5c",
"resourceName": "basic_onboard_cpXmOb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "88398686-254b-49b8-9d51-e17d1581159f",
"resourceInvariantUUID": "b3afab51-ca2a-4cd9-93cd-5ed017cff994",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_cpxmob0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
"artifactChecksum": "MzQ4NjkzOGU0OTliNTc2NjNlYWRhNzI1YmEzYzUxZWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "76fbcc9f-8718-43ca-93d9-f8bab16d001d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3f7a21b3-5354-4888-ab04-2e89f01d16d3",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6e8f04e6-aef4-42e0-89e7-d6c3a066ac1a",
"generatedFromUUID": "3f7a21b3-5354-4888-ab04-2e89f01d16d3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6e8f04e6-aef4-42e0-89e7-d6c3a066ac1a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCpxmob-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"artifactChecksum": "NzZmMGMyNTc1YWUwYzFlNTNiMzc1NzYzZGI4MjkwNDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b6c422b0-8ff4-4123-acf5-6bece56428ed"
}
],
"workloadContext": "Production"
}
2021-09-30T07:52:22.609Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T07:52:22.609Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 66b1f42a-b6c6-4b37-a182-9fe4d44e63ea ASDC
2021-09-30T07:52:22.610Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f0efe63f-493c-4de3-8de2-e3f62a011ef8
ServiceName:basic_onboard_cpXmOb
ServiceVersion:1.0
ServiceUUID:66b1f42a-b6c6-4b37-a182-9fe4d44e63ea
ServiceInvariantUUID:3ee1b361-6066-4ecb-9f69-90ebd9b05eb8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCpxmob-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar
ArtifactUUID:b6c422b0-8ff4-4123-acf5-6bece56428ed
ArtifactChecksum:NzZmMGMyNTc1YWUwYzFlNTNiMzc1NzYzZGI4MjkwNDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_cpXmOb 0
ResourceCustomizationUUID:0e2a4bb4-22cd-4bc5-96c5-8700a8ad9d5c
ResourceInvariantUUID:b3afab51-ca2a-4cd9-93cd-5ed017cff994
ResourceName:basic_onboard_cpXmOb
ResourceType:VF
ResourceUUID:88398686-254b-49b8-9d51-e17d1581159f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cpxmob0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json
ArtifactUUID:76fbcc9f-8718-43ca-93d9-f8bab16d001d
ArtifactChecksum:MzQ4NjkzOGU0OTliNTc2NjNlYWRhNzI1YmEzYzUxZWM=
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/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3f7a21b3-5354-4888-ab04-2e89f01d16d3
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/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env
ArtifactUUID:6e8f04e6-aef4-42e0-89e7-d6c3a066ac1a
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/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env
ArtifactUUID:6e8f04e6-aef4-42e0-89e7-d6c3a066ac1a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-30T07:52:22.611Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66b1f42a-b6c6-4b37-a182-9fe4d44e63ea 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-09-30T07:52:22.648Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T07:52:22.649Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-30T07:52:22.649Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-30T07:52:22.650Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b6c422b0-8ff4-4123-acf5-6bece56428ed from URL: /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:22.650Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-30T07:52:22.650Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:23.357Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-30T07:52:23.361Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar b6c422b0-8ff4-4123-acf5-6bece56428ed 71360
2021-09-30T07:52:23.361Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar ASDC sendASDCNotification
2021-09-30T07:52:23.361Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:23.361Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:52:23.362Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:23.364Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:23.364Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988343361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:52:23.464Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T07:52:23.465Z||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-09-30T07:52:23.465Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:23.478Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:52:23.479Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:52:24.365Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T07:52:24.366Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-30T07:52:24.367Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b6c422b0-8ff4-4123-acf5-6bece56428ed, URL: /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar to file: /app/ASDC/1/service-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:24.368Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:24.368Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:24.369Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:24.755Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13610997905473368560/Definitions/service-BasicOnboardCpxmob-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-09-30T07:52:26.122Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T07:52:26.123Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-30T07:52:26.123Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:26.123Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-30T07:52:26.123Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||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-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:26.123Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||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-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:26.124Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cpXmOb 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-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:26.124Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||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-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:26.124Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||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-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:26.124Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:26.124Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:26.124Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||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-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:26.124Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||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-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:26.124Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-30T07:52:26.124Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:26.125Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:26.125Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is matching search criteria
2021-09-30T07:52:26.125Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-30T07:52:26.125Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cpXmOb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T07:52:26.125Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:26.125Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:26.126Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is matching search criteria
2021-09-30T07:52:26.126Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-30T07:52:26.126Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cpXmOb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T07:52:26.126Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:26.126Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:26.127Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:26.127Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is not matching search criteria
2021-09-30T07:52:26.127Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-30T07:52:26.127Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-30T07:52:26.127Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-30T07:52:26.127Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-30T07:52:26.128Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-30T07:52:26.128Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:26.128Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T07:52:26.128Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:26.128Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is matching search criteria
2021-09-30T07:52:26.128Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cpXmOb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:52:26.128Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:26.129Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is matching search criteria
2021-09-30T07:52:26.129Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cpXmOb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:52:26.129Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:26.129Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is matching search criteria
2021-09-30T07:52:26.129Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cpXmOb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:52:26.129Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:26.130Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is not matching search criteria
2021-09-30T07:52:26.130Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-30T07:52:26.130Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-30T07:52:26.130Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0b32e061-7519-4540-ba10-d10d68ee49fc
2021-09-30T07:52:26.130Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:26.130Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:26.130Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:26.130Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:26.131Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:26.131Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:26.131Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:26.131Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:26.131Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_cpXmOb
Description:service
Model UUID:66b1f42a-b6c6-4b37-a182-9fe4d44e63ea
Model Version:NULL
Model InvariantUuid:3ee1b361-6066-4ecb-9f69-90ebd9b05eb8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_cpXmOb
Model UUID:4a87799d-451f-43db-9c0c-2ef9bcf185fe
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b3afab51-ca2a-4cd9-93cd-5ed017cff994
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0e2a4bb4-22cd-4bc5-96c5-8700a8ad9d5c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7173cf1d-2bee-443f-a889-63ea80c59ea4
ModelName:BasicOnboardCpxmob..base_ubuntu18..module-0
ModelUuid:0b083774-f7ec-4af0-8ff8-d90d0ae9ded8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0b32e061-7519-4540-ba10-d10d68ee49fc
ModelInvariantUuid:197336e9-69ee-46c6-a5bd-465648b75280
ModelName:basic_onboard_cpXmOb-nodes.ubuntu18Cvfc
ModelUuid:6f7ddeef-c4dd-44c7-9d8b-e7e6f2090acf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:3cea1272-8bd1-4944-9d0f-49057b070813
ModelInvariantUuid:8c665f14-9c78-45fe-bbb9-62c9aef06865
ModelName:BasicOnboardCpxmob.compute.nodes.heat.ubuntu18
ModelUuid:afc737b1-24b5-4afe-8515-5e92e4af1477
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-30T07:52:26.139Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 88398686-254b-49b8-9d51-e17d1581159f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T07:52:26.143Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||basic_onboard_cpXmOb 0
2021-09-30T07:52:26.143Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 88398686-254b-49b8-9d51-e17d1581159f
2021-09-30T07:52:26.143Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 76fbcc9f-8718-43ca-93d9-f8bab16d001d from URL: /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json
2021-09-30T07:52:26.143Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-30T07:52:26.143Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json
2021-09-30T07:52:27.824Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-30T07:52:27.824Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json 76fbcc9f-8718-43ca-93d9-f8bab16d001d 798
2021-09-30T07:52:27.825Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json ASDC sendASDCNotification
2021-09-30T07:52:27.825Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json
2021-09-30T07:52:27.825Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:52:27.825Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:27.827Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:27.827Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988347825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:52:27.928Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T07:52:27.929Z||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-09-30T07:52:27.929Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:27.944Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:52:27.944Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:52:28.828Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCpxmob..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7173cf1d-2bee-443f-a889-63ea80c59ea4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0b083774-f7ec-4af0-8ff8-d90d0ae9ded8",
"vfModuleModelCustomizationUUID": "12218b0d-dff4-4b3d-a3a3-a1f44363333e",
"isBase": true,
"artifacts": [
"3f7a21b3-5354-4888-ab04-2e89f01d16d3",
"6e8f04e6-aef4-42e0-89e7-d6c3a066ac1a"
],
"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-09-30T07:52:28.835Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCpxmob..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b083774-f7ec-4af0-8ff8-d90d0ae9ded8
VfModuleModelInvariantUUID:7173cf1d-2bee-443f-a889-63ea80c59ea4
VfModuleModelDescription:NULL
Artifacts UUID List:{
3f7a21b3-5354-4888-ab04-2e89f01d16d3
,
6e8f04e6-aef4-42e0-89e7-d6c3a066ac1a
}
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-09-30T07:52:28.838Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCpxmob..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7173cf1d-2bee-443f-a889-63ea80c59ea4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0b083774-f7ec-4af0-8ff8-d90d0ae9ded8",
"vfModuleModelCustomizationUUID": "12218b0d-dff4-4b3d-a3a3-a1f44363333e",
"isBase": true,
"artifacts": [
"3f7a21b3-5354-4888-ab04-2e89f01d16d3",
"6e8f04e6-aef4-42e0-89e7-d6c3a066ac1a"
],
"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-09-30T07:52:28.838Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCpxmob..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b083774-f7ec-4af0-8ff8-d90d0ae9ded8
VfModuleModelInvariantUUID:7173cf1d-2bee-443f-a889-63ea80c59ea4
VfModuleModelDescription:NULL
Artifacts UUID List:{
3f7a21b3-5354-4888-ab04-2e89f01d16d3
,
6e8f04e6-aef4-42e0-89e7-d6c3a066ac1a
}
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-09-30T07:52:28.839Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3f7a21b3-5354-4888-ab04-2e89f01d16d3 from URL: /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml
2021-09-30T07:52:28.839Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-30T07:52:28.840Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml
2021-09-30T07:52:29.942Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-30T07:52:29.943Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml 3f7a21b3-5354-4888-ab04-2e89f01d16d3 5033
2021-09-30T07:52:29.943Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-30T07:52:29.943Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml
2021-09-30T07:52:29.943Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:52:29.943Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:29.951Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:29.952Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988349943,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:52:30.045Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-09-30T07:52:30.046Z||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-09-30T07:52:30.046Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:30.060Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:52:30.061Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:52:30.952Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6e8f04e6-aef4-42e0-89e7-d6c3a066ac1a from URL: /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env
2021-09-30T07:52:30.953Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-30T07:52:30.953Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env
2021-09-30T07:52:31.853Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-30T07:52:31.854Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env 6e8f04e6-aef4-42e0-89e7-d6c3a066ac1a 909
2021-09-30T07:52:31.855Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-30T07:52:31.855Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env
2021-09-30T07:52:31.855Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:52:31.856Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:31.859Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:31.859Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988351855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:52:31.959Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:52:31.960Z||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-09-30T07:52:31.960Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:31.972Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:52:31.973Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:52:32.860Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 66b1f42a-b6c6-4b37-a182-9fe4d44e63ea
2021-09-30T07:52:32.861Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cpXmOb 0 88398686-254b-49b8-9d51-e17d1581159f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T07:52:32.882Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fe04f65, org.onap.sdc.toscaparser.api.parameters.Input@1236611, org.onap.sdc.toscaparser.api.parameters.Input@14cb58f1, org.onap.sdc.toscaparser.api.parameters.Input@7eaa4330, org.onap.sdc.toscaparser.api.parameters.Input@438ca0e7]
2021-09-30T07:52:32.884Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:32.884Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:32.885Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-09-30T07:52:32.885Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 0e2a4bb4-22cd-4bc5-96c5-8700a8ad9d5c
2021-09-30T07:52:32.885Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0e2a4bb4-22cd-4bc5-96c5-8700a8ad9d5c matches Tosca VF Customization UUID: 0e2a4bb4-22cd-4bc5-96c5-8700a8ad9d5c
2021-09-30T07:52:32.885Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 0e2a4bb4-22cd-4bc5-96c5-8700a8ad9d5c matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-30T07:52:32.889Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:32.889Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:32.891Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 0e2a4bb4-22cd-4bc5-96c5-8700a8ad9d5c: {\"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-09-30T07:52:32.891Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3bd8f073
2021-09-30T07:52:32.892Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:32.892Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T07:52:32.893Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 12218b0d-dff4-4b3d-a3a3-a1f44363333e
2021-09-30T07:52:32.893Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 12218b0d-dff4-4b3d-a3a3-a1f44363333e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-30T07:52:32.902Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:32.902Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is matching search criteria
2021-09-30T07:52:32.903Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cpXmOb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:52:32.903Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:32.903Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is matching search criteria
2021-09-30T07:52:32.904Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cpXmOb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:52:32.904Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:32.904Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is not matching search criteria
2021-09-30T07:52:32.904Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-30T07:52:32.905Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-30T07:52:32.905Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0b32e061-7519-4540-ba10-d10d68ee49fc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-30T07:52:32.908Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:32.908Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is matching search criteria
2021-09-30T07:52:32.908Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cpXmOb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:52:32.909Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:32.909Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is matching search criteria
2021-09-30T07:52:32.909Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cpXmOb 0] matching following query criteria: sdcType=VF, customizationUUID=0e2a4bb4-22cd-4bc5-96c5-8700a8ad9d5c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T07:52:32.911Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:32.911Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:32.912Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 66b1f42a-b6c6-4b37-a182-9fe4d44e63ea: basic_onboard_cpXmOb
2021-09-30T07:52:32.912Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:32.912Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:32.912Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:32.913Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:32.913Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:32.913Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:32.913Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:32.914Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:32.914Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:52:32.914Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:32.914Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_cpXmOb
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T07:52:33.000Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cpXmOb 88398686-254b-49b8-9d51-e17d1581159f 1 ASDC deployResourceStructure
2021-09-30T07:52:33.001Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json ASDC sendASDCNotification
2021-09-30T07:52:33.001Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json
2021-09-30T07:52:33.001Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T07:52:33.002Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:33.004Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:33.004Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988353001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-30T07:52:33.104Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:52:33.105Z||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-09-30T07:52:33.105Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:33.116Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:52:33.117Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:52:34.005Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-30T07:52:34.005Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml
2021-09-30T07:52:34.006Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T07:52:34.006Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:34.008Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:34.008Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988354005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-30T07:52:34.108Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:52:34.109Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T07:52:34.109Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:34.120Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:52:34.120Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:52:35.010Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-30T07:52:35.011Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env
2021-09-30T07:52:35.011Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T07:52:35.011Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:35.014Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:35.014Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988355010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-30T07:52:35.114Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:52:35.115Z||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-09-30T07:52:35.115Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:35.161Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:52:35.162Z||pool-32-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:52:36.015Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar ASDC sendASDCNotification
2021-09-30T07:52:36.016Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:36.016Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T07:52:36.016Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:36.027Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:36.028Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988356015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T07:52:36.119Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2021-09-30T07:52:36.120Z||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-09-30T07:52:36.120Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:36.132Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:52:36.133Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:52:37.029Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f0efe63f-493c-4de3-8de2-e3f62a011ef8
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-09-30T07:52:37.045Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f0efe63f-493c-4de3-8de2-e3f62a011ef8
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-09-30T07:52:37.051Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T07:52:37.051Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T07:52:37.051Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T07:52:37.052Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T07:52:37.052Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T07:52:37.052Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T07:52:37.052Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T07:52:37.053Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T07:52:37.053Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T07:52:37.053Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T07:52:37.053Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||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-09-30T07:52:37.059Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T07:53:07.060Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f0efe63f-493c-4de3-8de2-e3f62a011ef8 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-09-30T07:53:07.082Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f0efe63f-493c-4de3-8de2-e3f62a011ef8 and serviceModelVersionId: 66b1f42a-b6c6-4b37-a182-9fe4d44e63ea
2021-09-30T07:53:07.082Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ee1b361-6066-4ecb-9f69-90ebd9b05eb8
2021-09-30T07:53:07.085Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ee1b361-6066-4ecb-9f69-90ebd9b05eb8/model-vers/model-ver/66b1f42a-b6c6-4b37-a182-9fe4d44e63ea?depth=0
2021-09-30T07:53:07.092Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T07:53:07.179Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ee1b361-6066-4ecb-9f69-90ebd9b05eb8/model-vers/model-ver/66b1f42a-b6c6-4b37-a182-9fe4d44e63ea?depth=0|INFO|500||Invoke
2021-09-30T07:53:07.179Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ee1b361-6066-4ecb-9f69-90ebd9b05eb8/model-vers/model-ver/66b1f42a-b6c6-4b37-a182-9fe4d44e63ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ee1b361-6066-4ecb-9f69-90ebd9b05eb8/model-vers/model-ver/66b1f42a-b6c6-4b37-a182-9fe4d44e63ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f0efe63f-493c-4de3-8de2-e3f62a011ef8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[44dd9286-8603-4330-bf03-09be559b7638], X-ECOMP-RequestID=[f0efe63f-493c-4de3-8de2-e3f62a011ef8], X-TransactionId=[], X-ONAP-RequestID=[f0efe63f-493c-4de3-8de2-e3f62a011ef8], Content-Type=[application/merge-patch+json]}
2021-09-30T07:53:07.228Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ee1b361-6066-4ecb-9f69-90ebd9b05eb8/model-vers/model-ver/66b1f42a-b6c6-4b37-a182-9fe4d44e63ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-30T07:53:07.739Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ee1b361-6066-4ecb-9f69-90ebd9b05eb8/model-vers/model-ver/66b1f42a-b6c6-4b37-a182-9fe4d44e63ea?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ee1b361-6066-4ecb-9f69-90ebd9b05eb8/model-vers/model-ver/66b1f42a-b6c6-4b37-a182-9fe4d44e63ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210930-07:53:07:237-33689], vertex-id=[184344], Content-Length=[0], Date=[Thu, 30 Sep 2021 07:53:07 GMT], Content-Type=[application/json]}
2021-09-30T07:53:07.740Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ee1b361-6066-4ecb-9f69-90ebd9b05eb8/model-vers/model-ver/66b1f42a-b6c6-4b37-a182-9fe4d44e63ea?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-30T07:53:07.741Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ee1b361-6066-4ecb-9f69-90ebd9b05eb8/model-vers/model-ver/66b1f42a-b6c6-4b37-a182-9fe4d44e63ea?depth=0|INFO|500||InvokeReturn
2021-09-30T07:53:07.745Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T07:53:07.745Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T07:53:07.754Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||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-09-30T07:53:07.754Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f0efe63f-493c-4de3-8de2-e3f62a011ef8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T07:53:07.755Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T07:53:07.755Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:53:07.758Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:53:07.758Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988387755,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T07:53:07.858Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:53:07.860Z||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-09-30T07:53:07.860Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:53:07.879Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:53:07.880Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 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-09-30T07:53:14.933Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:53:14.934Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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-09-30T07:53:14.934Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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 2cjfMityS9h3J0jo) ...
2021-09-30T07:53:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:53:14.936Z||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-09-30T07:53:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:53:15.067Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:53:15.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T07:53:15.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988334933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:53:15.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-30T07:53:24.505Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:54:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:54:14.934Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:54:14.938Z||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-09-30T07:54:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:54:14.938Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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-09-30T07:54:14.938Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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 2cjfMityS9h3J0jo) ...
2021-09-30T07:54:15.572Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:54:15.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988334933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
"status": "NOTIFIED"
}
2021-09-30T07:54:15.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-30T07:54:15.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988334933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-30T07:54:15.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-30T07:54:15.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988334933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:54:15.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-30T07:54:15.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988334933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-30T07:54:15.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-30T07:54:15.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988334933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:54:15.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-30T07:54:15.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988334933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T07:54:15.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-30T07:54:15.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988343361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:54:15.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:54:15.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988347825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:54:15.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:54:15.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988349943,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:54:15.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:54:15.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988351855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:54:15.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:54:15.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988353001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-30T07:54:15.582Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:54:15.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988354005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-30T07:54:15.582Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:54:15.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988355010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-30T07:54:15.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:54:15.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988356015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T07:54:15.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:54:15.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988387755,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T07:54:15.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:54:24.591Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:55:14.935Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:55:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:55:14.946Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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-09-30T07:55:14.946Z||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-09-30T07:55:14.947Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:55:14.947Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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 2cjfMityS9h3J0jo) ...
2021-09-30T07:55:24.518Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:55:24.519Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:56:14.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:56:14.935Z||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-09-30T07:56:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:56:14.937Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:56:14.937Z||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-09-30T07:56:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:56:24.505Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:56:24.506Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:57:14.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:57:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:57:14.937Z||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-09-30T07:57:14.937Z||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-09-30T07:57:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:57:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:57:24.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:57:24.491Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:58:14.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:58:14.939Z||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-09-30T07:58:14.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:58:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:14.940Z||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-09-30T07:58:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:24.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:58:24.769Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:58:24.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T07:58:24.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f3e9bc1b-542c-4f92-a27b-95aa53902adb","serviceName":"vFW 2021-09-30 07-55-52","serviceVersion":"1.0","serviceUUID":"743cc741-9c29-48a0-b99c-cf168678f413","serviceDescription":"catalog service description","serviceInvariantUUID":"4aa6dcab-36d1-42f7-8fb4-4d1f7d7d59bd","resources":[{"resourceInstanceName":"vFW ab9813bc-8649 0","resourceName":"vFW ab9813bc-8649","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"44db0cab-ed75-4b04-8b8e-ec11e13a6986","resourceInvariantUUID":"aac51d72-4c46-43d2-9e5d-314a5c8cad76","resourceCustomizationUUID":"d1f68cce-9206-49c6-b667-095532adede2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vf-license-model.xml","artifactChecksum":"ZjY0YmZlOGIxYjYwOTYxMTRmYTgxMmYwNWZiNzg4Y2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4329ce75-9bd6-4a7a-9991-e399108fd691","artifactVersion":"1"},{"artifactName":"vfwab9813bc86490_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json","artifactChecksum":"Y2Y2MmRjNmIyNTVlNDIyZTYwZjBhYTY2NjAxOGRiNjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bc360101-71fc-4964-a0f6-e985abf8d8be","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1fb98ab1-4162-46a9-83c9-49d265781663","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vendor-license-model.xml","artifactChecksum":"Y2VkMTJjZjQ5Y2Q2NWIyNDlmOThkZjAzZjQxMzExZmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6d76db18-4be2-4f08-b6b2-1d53e5527cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6b93ad2f-75cb-426d-9256-19c9a6dc1f9b","artifactVersion":"2","generatedFromUUID":"1fb98ab1-4162-46a9-83c9-49d265781663"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210930075552-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-template.yml","artifactChecksum":"MWE4ODE4NjBkZTE0ZWQyZDFlYjBjMmQ0NzRmMmYyYjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"adf27f8c-019a-4c20-82c7-bddebfc9917b","artifactVersion":"1"},{"artifactName":"service-Vfw20210930075552-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar","artifactChecksum":"MDQ0ZWJiMmRhM2YyOTdmNzYwZWFhYzk3YzUwOGQ3YWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e5e8edc-629f-452c-8f8d-ab3c10a834eb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T07:58:24.778Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:58:24.779Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:24.795Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:24.796Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988694933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:58:24.883Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2021-09-30T07:58:24.884Z||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-09-30T07:58:24.884Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:24.895Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:58:24.895Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:58:25.796Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:58:25.797Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:25.798Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:25.799Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988694933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json",
"status": "NOTIFIED"
}
2021-09-30T07:58:25.899Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:58:25.900Z||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-09-30T07:58:25.900Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:25.913Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:58:25.914Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:58:26.799Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:58:26.800Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:26.802Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:26.802Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988694933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-30T07:58:26.902Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:58:26.903Z||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-09-30T07:58:26.903Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:26.916Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:58:26.916Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:58:27.803Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:58:27.803Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:27.806Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:27.806Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988694933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:58:27.906Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:58:27.907Z||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-09-30T07:58:27.907Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:27.921Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:58:27.921Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:58:28.806Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:58:28.807Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:28.810Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:28.810Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988694933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-30T07:58:28.910Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:58:28.911Z||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-09-30T07:58:28.911Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:28.926Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:58:28.926Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:58:29.811Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:58:29.812Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:29.814Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:29.814Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988694933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T07:58:29.914Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:58:29.916Z||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-09-30T07:58:29.916Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:29.927Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:58:29.928Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:58:30.814Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:58:30.815Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:30.817Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:30.817Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988694933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T07:58:30.918Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:58:30.919Z||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-09-30T07:58:30.919Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:30.931Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:58:30.931Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:58:31.819Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
"serviceName": "vFW 2021-09-30 07-55-52",
"serviceVersion": "1.0",
"serviceUUID": "743cc741-9c29-48a0-b99c-cf168678f413",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4aa6dcab-36d1-42f7-8fb4-4d1f7d7d59bd",
"resources": [
{
"resourceInstanceName": "vFW ab9813bc-8649 0",
"resourceCustomizationUUID": "d1f68cce-9206-49c6-b667-095532adede2",
"resourceName": "vFW ab9813bc-8649",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "44db0cab-ed75-4b04-8b8e-ec11e13a6986",
"resourceInvariantUUID": "aac51d72-4c46-43d2-9e5d-314a5c8cad76",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwab9813bc86490_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json",
"artifactChecksum": "Y2Y2MmRjNmIyNTVlNDIyZTYwZjBhYTY2NjAxOGRiNjQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bc360101-71fc-4964-a0f6-e985abf8d8be",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1fb98ab1-4162-46a9-83c9-49d265781663",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6b93ad2f-75cb-426d-9256-19c9a6dc1f9b",
"generatedFromUUID": "1fb98ab1-4162-46a9-83c9-49d265781663"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6b93ad2f-75cb-426d-9256-19c9a6dc1f9b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210930075552-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
"artifactChecksum": "MDQ0ZWJiMmRhM2YyOTdmNzYwZWFhYzk3YzUwOGQ3YWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7e5e8edc-629f-452c-8f8d-ab3c10a834eb"
}
],
"workloadContext": "Production"
}
2021-09-30T07:58:31.819Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T07:58:31.819Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 743cc741-9c29-48a0-b99c-cf168678f413 ASDC
2021-09-30T07:58:31.820Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f3e9bc1b-542c-4f92-a27b-95aa53902adb
ServiceName:vFW 2021-09-30 07-55-52
ServiceVersion:1.0
ServiceUUID:743cc741-9c29-48a0-b99c-cf168678f413
ServiceInvariantUUID:4aa6dcab-36d1-42f7-8fb4-4d1f7d7d59bd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210930075552-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar
ArtifactUUID:7e5e8edc-629f-452c-8f8d-ab3c10a834eb
ArtifactChecksum:MDQ0ZWJiMmRhM2YyOTdmNzYwZWFhYzk3YzUwOGQ3YWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ab9813bc-8649 0
ResourceCustomizationUUID:d1f68cce-9206-49c6-b667-095532adede2
ResourceInvariantUUID:aac51d72-4c46-43d2-9e5d-314a5c8cad76
ResourceName:vFW ab9813bc-8649
ResourceType:VF
ResourceUUID:44db0cab-ed75-4b04-8b8e-ec11e13a6986
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwab9813bc86490_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json
ArtifactUUID:bc360101-71fc-4964-a0f6-e985abf8d8be
ArtifactChecksum:Y2Y2MmRjNmIyNTVlNDIyZTYwZjBhYTY2NjAxOGRiNjQ=
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/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml
ArtifactUUID:1fb98ab1-4162-46a9-83c9-49d265781663
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/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env
ArtifactUUID:6b93ad2f-75cb-426d-9256-19c9a6dc1f9b
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/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env
ArtifactUUID:6b93ad2f-75cb-426d-9256-19c9a6dc1f9b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-30T07:58:31.821Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 743cc741-9c29-48a0-b99c-cf168678f413 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-09-30T07:58:31.863Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T07:58:31.865Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-30T07:58:31.865Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-30T07:58:31.865Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7e5e8edc-629f-452c-8f8d-ab3c10a834eb from URL: /sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:31.866Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-30T07:58:31.866Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:33.036Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-30T07:58:33.041Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar 7e5e8edc-629f-452c-8f8d-ab3c10a834eb 98706
2021-09-30T07:58:33.042Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar ASDC sendASDCNotification
2021-09-30T07:58:33.042Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:33.042Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:58:33.043Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:33.045Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:33.045Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988713042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:58:33.145Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T07:58:33.146Z||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-09-30T07:58:33.147Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:33.157Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:58:33.157Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:58:34.046Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T07:58:34.048Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-30T07:58:34.048Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7e5e8edc-629f-452c-8f8d-ab3c10a834eb, URL: /sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar to file: /app/ASDC/1/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:34.049Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210930075552-csar.csar
2021-09-30T07:58:34.049Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:34.050Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:34.593Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5327754863787495952/Definitions/service-Vfw20210930075552-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-09-30T07:58:36.795Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T07:58:36.795Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-30T07:58:36.795Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.795Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||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-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||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-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||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-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ab9813bc-8649 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-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||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-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||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-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||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-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||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-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.797Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||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-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.797Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-30T07:58:36.797Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:58:36.797Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:36.797Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is matching search criteria
2021-09-30T07:58:36.797Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-30T07:58:36.797Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ab9813bc-8649 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T07:58:36.798Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:58:36.798Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:36.798Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is matching search criteria
2021-09-30T07:58:36.798Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-30T07:58:36.798Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ab9813bc-8649 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T07:58:36.798Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:58:36.799Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:36.799Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:58:36.799Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is not matching search criteria
2021-09-30T07:58:36.799Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:58:36.799Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T07:58:36.799Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.800Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:36.800Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.800Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T07:58:36.800Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:58:36.800Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T07:58:36.800Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T07:58:36.800Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.800Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:36.801Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T07:58:36.801Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:36.801Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T07:58:36.801Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.801Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-30T07:58:36.801Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:58:36.801Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T07:58:36.802Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:58:36.802Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is matching search criteria
2021-09-30T07:58:36.802Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ab9813bc-8649 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:58:36.802Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:58:36.802Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is matching search criteria
2021-09-30T07:58:36.803Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ab9813bc-8649 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:58:36.803Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:58:36.803Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is matching search criteria
2021-09-30T07:58:36.803Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ab9813bc-8649 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:58:36.803Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:58:36.803Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is not matching search criteria
2021-09-30T07:58:36.803Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:58:36.804Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-30T07:58:36.804Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:58:36.804Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T07:58:36.804Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T07:58:36.804Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.804Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:36.804Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T07:58:36.804Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:36.805Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T07:58:36.805Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.805Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b4d12733-7cdb-4cd8-b318-fa327b852d39
2021-09-30T07:58:36.805Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:58:36.805Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is not matching search criteria
2021-09-30T07:58:36.805Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:58:36.805Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T07:58:36.805Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.806Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:36.806Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.806Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T07:58:36.806Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:58:36.806Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-30T07:58:36.806Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T07:58:36.806Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:36.807Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T07:58:36.807Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.807Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=35613bf3-9844-4620-913d-430999c78b8d
2021-09-30T07:58:36.807Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:58:36.807Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is not matching search criteria
2021-09-30T07:58:36.807Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:58:36.807Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T07:58:36.808Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.808Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:36.808Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.808Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T07:58:36.808Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:58:36.808Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T07:58:36.808Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T07:58:36.808Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.808Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:36.809Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-30T07:58:36.809Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e767bf84-c1aa-418c-b532-211643774278
2021-09-30T07:58:36.809Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:58:36.809Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:36.809Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:58:36.809Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:36.809Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:58:36.810Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:36.810Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:58:36.810Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:36.810Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-30 07-55-52
Description:catalog service description
Model UUID:743cc741-9c29-48a0-b99c-cf168678f413
Model Version:NULL
Model InvariantUuid:4aa6dcab-36d1-42f7-8fb4-4d1f7d7d59bd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ab9813bc-8649
Model UUID:a77f0e1a-970a-43a0-a947-4c4c7aaa0995
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aac51d72-4c46-43d2-9e5d-314a5c8cad76
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d1f68cce-9206-49c6-b667-095532adede2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:29feeada-d0a6-4e2b-a3ba-66b2612089fd
ModelName:VfwAb9813bc8649..base_vfw..module-0
ModelUuid:83bacf5c-f261-4471-ae65-4186d99a875f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b4d12733-7cdb-4cd8-b318-fa327b852d39
ModelInvariantUuid:fc6be9e5-2ab3-4634-882a-8c1a0ed08614
ModelName:vFW ab9813bc-8649-nodes.vfwCvfc
ModelUuid:188d46c8-12f3-4444-8e7e-dd26c608fd74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d174584f-0c89-43f4-8bdd-065e6f0077a4
ModelInvariantUuid:7cf9bd0e-18e0-4543-8a8f-65c7733feee4
ModelName:VfwAb9813bc8649.compute.nodes.heat.vfw
ModelUuid:55c1ac25-0f39-484d-acce-c99250836380
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:35613bf3-9844-4620-913d-430999c78b8d
ModelInvariantUuid:0aab9d56-bd87-4102-b6ee-15fa336864a4
ModelName:vFW ab9813bc-8649-nodes.vsnCvfc
ModelUuid:1a49f198-d37e-4427-9865-1d36f5ead0a1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:12b5f734-2fc5-472f-bbb3-43517bf71f4c
ModelInvariantUuid:260ae79d-daed-44bd-94f9-9f7f1c762bdc
ModelName:VfwAb9813bc8649.compute.nodes.heat.vsn
ModelUuid:96ed2052-3c97-4c11-bfee-badfadd0ba6b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e767bf84-c1aa-418c-b532-211643774278
ModelInvariantUuid:bfd727b7-8f96-4f94-9a62-dd1551652063
ModelName:vFW ab9813bc-8649-nodes.vpgCvfc
ModelUuid:54168ccd-105c-4db4-90f6-f0eba936ba08
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f644ee87-cdb5-4c06-9675-70110e18d540
ModelInvariantUuid:011e9394-942c-49e5-98e4-bdf137840346
ModelName:VfwAb9813bc8649.compute.nodes.heat.vpg
ModelUuid:8a8667ca-f1fc-4585-beb1-404c1016bf11
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-30T07:58:36.822Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 44db0cab-ed75-4b04-8b8e-ec11e13a6986
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T07:58:36.826Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||vFW ab9813bc-8649 0
2021-09-30T07:58:36.826Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 44db0cab-ed75-4b04-8b8e-ec11e13a6986
2021-09-30T07:58:36.826Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bc360101-71fc-4964-a0f6-e985abf8d8be from URL: /sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json
2021-09-30T07:58:36.826Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-30T07:58:36.827Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json
2021-09-30T07:58:37.560Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-30T07:58:37.561Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json bc360101-71fc-4964-a0f6-e985abf8d8be 785
2021-09-30T07:58:37.561Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json ASDC sendASDCNotification
2021-09-30T07:58:37.561Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json
2021-09-30T07:58:37.561Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:58:37.562Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:37.566Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:37.566Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988717561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:58:37.666Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:58:37.667Z||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-09-30T07:58:37.667Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:37.680Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:58:37.680Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:58:38.566Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAb9813bc8649..base_vfw..module-0",
"vfModuleModelInvariantUUID": "29feeada-d0a6-4e2b-a3ba-66b2612089fd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "83bacf5c-f261-4471-ae65-4186d99a875f",
"vfModuleModelCustomizationUUID": "b6d3c8a6-ed30-4730-8d43-b203f8cf1021",
"isBase": true,
"artifacts": [
"1fb98ab1-4162-46a9-83c9-49d265781663",
"6b93ad2f-75cb-426d-9256-19c9a6dc1f9b"
],
"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-09-30T07:58:38.571Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAb9813bc8649..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83bacf5c-f261-4471-ae65-4186d99a875f
VfModuleModelInvariantUUID:29feeada-d0a6-4e2b-a3ba-66b2612089fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
1fb98ab1-4162-46a9-83c9-49d265781663
,
6b93ad2f-75cb-426d-9256-19c9a6dc1f9b
}
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-09-30T07:58:38.573Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAb9813bc8649..base_vfw..module-0",
"vfModuleModelInvariantUUID": "29feeada-d0a6-4e2b-a3ba-66b2612089fd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "83bacf5c-f261-4471-ae65-4186d99a875f",
"vfModuleModelCustomizationUUID": "b6d3c8a6-ed30-4730-8d43-b203f8cf1021",
"isBase": true,
"artifacts": [
"1fb98ab1-4162-46a9-83c9-49d265781663",
"6b93ad2f-75cb-426d-9256-19c9a6dc1f9b"
],
"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-09-30T07:58:38.573Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAb9813bc8649..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83bacf5c-f261-4471-ae65-4186d99a875f
VfModuleModelInvariantUUID:29feeada-d0a6-4e2b-a3ba-66b2612089fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
1fb98ab1-4162-46a9-83c9-49d265781663
,
6b93ad2f-75cb-426d-9256-19c9a6dc1f9b
}
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-09-30T07:58:38.573Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1fb98ab1-4162-46a9-83c9-49d265781663 from URL: /sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml
2021-09-30T07:58:38.573Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-30T07:58:38.573Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml
2021-09-30T07:58:39.159Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-30T07:58:39.160Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml 1fb98ab1-4162-46a9-83c9-49d265781663 20368
2021-09-30T07:58:39.161Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-30T07:58:39.161Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml
2021-09-30T07:58:39.161Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:58:39.161Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:39.163Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:39.163Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988719160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:58:39.263Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:58:39.263Z||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-09-30T07:58:39.264Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:39.285Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:58:39.286Z||pool-44-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:58:40.164Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6b93ad2f-75cb-426d-9256-19c9a6dc1f9b from URL: /sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env
2021-09-30T07:58:40.164Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-30T07:58:40.165Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env
2021-09-30T07:58:40.501Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-30T07:58:40.501Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env 6b93ad2f-75cb-426d-9256-19c9a6dc1f9b 2098
2021-09-30T07:58:40.502Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-30T07:58:40.502Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env
2021-09-30T07:58:40.502Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:58:40.502Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:40.504Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:40.504Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632988720502,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-30T07:58:40.604Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T07:58:40.605Z||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-09-30T07:58:40.606Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:40.620Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T07:58:40.620Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:58:41.505Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 743cc741-9c29-48a0-b99c-cf168678f413
2021-09-30T07:58:41.505Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ab9813bc-8649 0 44db0cab-ed75-4b04-8b8e-ec11e13a6986 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T07:58:41.524Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68a25271, org.onap.sdc.toscaparser.api.parameters.Input@121cf9e9, org.onap.sdc.toscaparser.api.parameters.Input@73929d1b, org.onap.sdc.toscaparser.api.parameters.Input@42dfd790, org.onap.sdc.toscaparser.api.parameters.Input@38942460]
2021-09-30T07:58:41.526Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:58:41.526Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:41.526Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-09-30T07:58:41.526Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d1f68cce-9206-49c6-b667-095532adede2
2021-09-30T07:58:41.527Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d1f68cce-9206-49c6-b667-095532adede2 matches Tosca VF Customization UUID: d1f68cce-9206-49c6-b667-095532adede2
2021-09-30T07:58:41.527Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d1f68cce-9206-49c6-b667-095532adede2 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-30T07:58:41.529Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:58:41.530Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:41.530Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d1f68cce-9206-49c6-b667-095532adede2: {\"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-09-30T07:58:41.530Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16705650
2021-09-30T07:58:41.531Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:58:41.531Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T07:58:41.531Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b6d3c8a6-ed30-4730-8d43-b203f8cf1021
2021-09-30T07:58:41.531Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b6d3c8a6-ed30-4730-8d43-b203f8cf1021
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-30T07:58:41.534Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:58:41.534Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is matching search criteria
2021-09-30T07:58:41.534Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ab9813bc-8649 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:58:41.535Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:58:41.535Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is matching search criteria
2021-09-30T07:58:41.535Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ab9813bc-8649 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:58:41.535Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:58:41.536Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is not matching search criteria
2021-09-30T07:58:41.536Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:58:41.536Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-30T07:58:41.536Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:58:41.536Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T07:58:41.537Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T07:58:41.537Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:58:41.537Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:41.537Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T07:58:41.537Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:41.538Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T07:58:41.538Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:58:41.538Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b4d12733-7cdb-4cd8-b318-fa327b852d39
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-30T07:58:41.541Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T07:58:41.542Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is matching search criteria
2021-09-30T07:58:41.542Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ab9813bc-8649 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:58:41.542Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery