By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-10-24T05:16:34.733Z||main|||||INFO|500||The following profiles are active: basic
2021-10-24T05:16:49.766Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-24T05:16:49.772Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-24T05:16:49.917Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-24T05:16:55.061Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-24T05:16:55.545Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-24T05:16:56.273Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-24T05:16:56.292Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-24T05:16:56.520Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-24T05:16:56.820Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-24T05:16:57.962Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-24T05:17:03.551Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-24T05:17:05.872Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-24T05:17:05.927Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-24T05:17:06.593Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-24T05:17:06.734Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-10-24T05:17:08.026Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-24T05:17:09.166Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-10-24T05:17:09.193Z||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$$30e71889.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-10-24T05:17:09.194Z||main|||||WARN|500||The sdc end point is not alive
2021-10-24T05:17:12.476Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-10-24T05:17:15.575Z||main|||||WARN|500||---
2021-10-24T05:17:15.576Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-24T05:17:15.576Z||main|||||WARN|500||---
2021-10-24T05:17:15.992Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-24T05:17:20.730Z||main|||||INFO|500||Started Application in 50.574 seconds (JVM running for 55.885)
2021-10-24T05:17:20.746Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-24T05:17:20.747Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-24T05:17:20.758Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-24T05:17:20.781Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-24T05:17:20.830Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ae6f0a9b-86fd-49e1-a82a-9fcd221be5c2 url= /sdc/v1/artifactTypes
2021-10-24T05:17:20.831Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-24T05:17:21.083Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-24T05:17:21.134Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-10-24T05:17:21.154Z||scheduling-1|||||DEBUG|500||create keys
2021-10-24T05:17:21.161Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-24T05:17:21.295Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:17:21.313Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6833d761-242e-4c27-bc9b-85e2017292b4 url= /sdc/v1/registerForDistribution
2021-10-24T05:17:21.455Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6833d761-242e-4c27-bc9b-85e2017292b4 url= /sdc/v1/registerForDistribution
2021-10-24T05:17:21.456Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-24T05:17:21.468Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:17:21.472Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-24T05:17:21.470Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:17:21.475Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:17:21.476Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:17:21.477Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:17:21.477Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:17:32.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:17:32.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:18:21.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:18:21.468Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:18:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:18:21.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:18:21.475Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:18:21.476Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:18:31.029Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:18:31.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:19:21.465Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:19:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:19:21.470Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:19:21.470Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:19:21.470Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:19:21.471Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:19:31.035Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:19:31.035Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:20:21.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:20:21.465Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:20:21.469Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:20:21.469Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:20:21.469Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:20:21.470Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:20:31.047Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:20:31.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:21:21.465Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:21:21.464Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:21:21.468Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:21:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:21:21.468Z||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-10-24T05:21:21.469Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:21:31.021Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:21:31.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:22:21.469Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:22:21.469Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:22:21.479Z||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-10-24T05:22:21.479Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:22:21.480Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:22:21.480Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:22:31.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:22:31.059Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:23:21.463Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:23:21.465Z||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-10-24T05:23:21.465Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:23:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:23:21.465Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:23:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:23:31.032Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:23:31.032Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:24:21.463Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:24:21.465Z||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-10-24T05:24:21.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:24:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:24:21.468Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:24:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:24:31.029Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:24:31.031Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:25:21.463Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:25:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:25:21.466Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:25:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:25:21.471Z||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-10-24T05:25:21.473Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:25:31.038Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:25:31.043Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:26:21.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:26:21.463Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:26:21.468Z||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-10-24T05:26:21.469Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:26:21.469Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:26:21.470Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:26:31.022Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:26:31.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:26:39.353Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-24T05:27:21.463Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:27:21.465Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:27:21.466Z||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-10-24T05:27:21.466Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:27:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:27:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:27:31.025Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:27:31.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:28:21.465Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:28:21.465Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:28:21.466Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:28:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:28:21.466Z||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-10-24T05:28:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:28:31.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:28:31.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:29:21.465Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:29:21.466Z||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-10-24T05:29:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:29:21.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:29:21.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:29:21.472Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:29:31.041Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:29:31.041Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:30:21.463Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:30:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:30:21.465Z||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-10-24T05:30:21.466Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:30:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:30:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:30:31.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:30:31.068Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:31:21.463Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:31:21.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:31:21.466Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:31:21.466Z||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-10-24T05:31:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:31:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:31:31.045Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:31:31.045Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:32:21.463Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:32:21.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:32:21.465Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:32:21.465Z||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-10-24T05:32:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:32:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:32:31.042Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:32:31.042Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:33:21.463Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:33:21.465Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:33:21.467Z||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-10-24T05:33:21.467Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:33:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:33:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:33:31.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:33:31.037Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:34:21.463Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:34:21.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:34:21.466Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:34:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:34:21.466Z||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-10-24T05:34:21.471Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:34:31.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:34:31.026Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:35:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:35:21.465Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:35:21.465Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:35:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:35:21.466Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:35:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:35:31.023Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:35:31.023Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:36:21.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:36:21.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:36:21.467Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:36:21.467Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:36:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:36:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:36:31.023Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:36:31.024Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:37:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:37:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:37:21.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:37:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:37:21.466Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:37:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:37:31.021Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:37:31.053Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:38:21.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:38:21.465Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:38:21.467Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:38:21.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:38:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:38:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:38:31.038Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:38:31.039Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:39:21.462Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:39:21.463Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:39:21.463Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:39:21.465Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:39:21.466Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:39:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:39:31.041Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:39:31.048Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:40:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:40:21.464Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:40:21.464Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:40:21.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:40:21.465Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:40:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:40:31.019Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:40:31.022Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:41:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:41:21.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:41:21.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:41:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:41:21.466Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:41:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:41:31.037Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:41:31.037Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:42:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:42:21.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:42:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:42:21.466Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:42:21.468Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:42:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:42:31.053Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:42:31.058Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:43:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:43:21.465Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:43:21.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:43:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:43:21.466Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:43:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:43:31.040Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:43:31.041Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:44:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:44:21.465Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:44:21.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:44:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:44:21.465Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:44:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:44:31.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:44:31.021Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:45:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:45:21.464Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:45:21.464Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:45:21.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:45:21.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:45:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:45:31.032Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:45:31.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:46:21.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:46:21.465Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:46:21.466Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:46:21.466Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:46:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:46:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:46:31.025Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:46:31.030Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:47:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:47:21.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:47:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:47:21.465Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:47:21.465Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:47:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:47:31.038Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:47:31.039Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:48:21.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:48:21.465Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:48:21.468Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:48:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:48:21.469Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:48:21.469Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:48:31.033Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:48:31.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:49:21.463Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:49:21.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:49:21.469Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:49:21.469Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:49:21.469Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:49:21.469Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:49:31.046Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:49:31.050Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:50:21.464Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:50:21.465Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:50:21.467Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:50:21.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:50:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:50:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:50:31.042Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:50:31.042Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:51:21.463Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:51:21.464Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:51:21.464Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:51:21.465Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:51:21.465Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:51:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:51:31.033Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:51:31.044Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:52:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:52:21.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:52:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:52:21.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:52:21.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:52:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:52:31.040Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:52:31.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:53:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:53:21.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:53:21.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:53:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:53:21.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:53:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:53:31.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:53:31.033Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:54:21.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:54:21.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:54:21.468Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:54:21.469Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:54:21.469Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:54:21.469Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:54:31.047Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:54:31.047Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:55:21.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:55:21.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:55:21.468Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:55:21.469Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:55:21.468Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:55:21.469Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:55:31.024Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:55:31.028Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:56:21.463Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:56:21.465Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:56:21.467Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:56:21.467Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:56:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:56:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:56:31.029Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:56:31.039Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:57:21.462Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:57:21.463Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:57:21.464Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:57:21.465Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:57:21.466Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:57:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:57:31.044Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:57:31.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:58:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:58:21.464Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:58:21.465Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:58:21.466Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:58:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:58:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:58:31.021Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:58:31.022Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:59:21.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:59:21.465Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:59:21.466Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:59:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:59:21.466Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:59:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:59:31.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T05:59:31.036Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:00:21.463Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:00:21.465Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:00:21.466Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:00:21.466Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:00:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:00:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:00:31.054Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:00:31.054Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:01:21.463Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:01:21.465Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:01:21.467Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:01:21.467Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:01:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:01:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:01:31.032Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:01:31.032Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:02:21.465Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:02:21.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:02:21.468Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:02:21.468Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:02:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:22.101Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:02:22.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e60ff7c-dc39-48d5-bc26-850e4d463a89","serviceName":"vFW 2021-10-24 06-00-12","serviceVersion":"1.0","serviceUUID":"7dd0f058-54f4-4212-95ce-24ac397bbdfd","serviceDescription":"catalog service description","serviceInvariantUUID":"1ea66bf7-d583-48de-a8f7-b949c8a80ad5","resources":[{"resourceInstanceName":"vFW 1f6f9fc5-00f9 0","resourceName":"vFW 1f6f9fc5-00f9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3ae1d787-a311-4971-bd61-dd31964c2f9b","resourceInvariantUUID":"3c10243f-5a33-4907-b937-86b91bd763e8","resourceCustomizationUUID":"ae266576-0a6e-4190-908d-e348ba0d89fe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vf-license-model.xml","artifactChecksum":"MjNkOTg1YTlmYTFhNjEwODExODE5NjRmZGY2OTY1Njg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f776cb8-bf62-4d45-a4c3-41c96be9aa22","artifactVersion":"1"},{"artifactName":"vfw1f6f9fc500f90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json","artifactChecksum":"NzNkNDQ5MWM1NTU1NTcwOGY3M2FkODY3NTQ4M2JjM2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ba4107d9-8b2a-43ae-a39e-91013749a1fe","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0e4b8da2-525a-43e8-9ac8-2f855d779f52","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdjNzlhZTRhZDc1NTA1NzMwOTA5ODFmY2RmZmI2Y2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"db8ce293-c37f-40bb-842b-097bdc021356","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0daa57af-d499-4506-8d8a-8e64c18aeacb","artifactVersion":"2","generatedFromUUID":"0e4b8da2-525a-43e8-9ac8-2f855d779f52"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211024060012-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-template.yml","artifactChecksum":"NGFlZmM4MWQ3YTczNzYxN2YxMWQ0NTdhZGFjYmRmMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"921082eb-f7cb-4fee-8cc2-1afdf70f974c","artifactVersion":"1"},{"artifactName":"service-Vfw20211024060012-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar","artifactChecksum":"NmI0MzBiNjFjMTIyZTU0OWI3Yjk2NTEyYjRiZWM1Y2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"47e39d38-1393-4a4c-bc35-01bc023a269c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-24T06:02:22.112Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:02:22.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055321604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.123Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:02:22.129Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:22.141Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:22.141Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055341464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "dcae-sch",
"timestamp": 1635055316559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.148Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "policy-id",
"timestamp": 1635055322680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "cds",
"timestamp": 1635055317945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "aai-ml",
"timestamp": 1635055325092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055321604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
"status": "NOTIFIED"
}
2021-10-24T06:02:22.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "dcae-sch",
"timestamp": 1635055316559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "policy-id",
"timestamp": 1635055322680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "cds",
"timestamp": 1635055317945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "aai-ml",
"timestamp": 1635055325092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055321604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-24T06:02:22.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "dcae-sch",
"timestamp": 1635055316559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "policy-id",
"timestamp": 1635055322680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-24T06:02:22.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "cds",
"timestamp": 1635055317945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "aai-ml",
"timestamp": 1635055325092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055321604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "dcae-sch",
"timestamp": 1635055316559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "policy-id",
"timestamp": 1635055322680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "cds",
"timestamp": 1635055317945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "aai-ml",
"timestamp": 1635055325092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "clamp",
"timestamp": 1635055328468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055321604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-24T06:02:22.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "dcae-sch",
"timestamp": 1635055316559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "policy-id",
"timestamp": 1635055322680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "cds",
"timestamp": 1635055317945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "aai-ml",
"timestamp": 1635055325092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "clamp",
"timestamp": 1635055328468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
"status": "NOTIFIED"
}
2021-10-24T06:02:22.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055321604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "dcae-sch",
"timestamp": 1635055316559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "policy-id",
"timestamp": 1635055322680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "cds",
"timestamp": 1635055317945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "aai-ml",
"timestamp": 1635055325092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "ves-openapi-manager",
"timestamp": 1635055330188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "clamp",
"timestamp": 1635055328468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "dcae-sch",
"timestamp": 1635055316559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055321604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:02:22.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "policy-id",
"timestamp": 1635055322680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:02:22.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "cds",
"timestamp": 1635055317945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:02:22.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "aai-ml",
"timestamp": 1635055325092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:02:22.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "ves-openapi-manager",
"timestamp": 1635055330188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "clamp",
"timestamp": 1635055328468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055332376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:02:22.176Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:02:22.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "policy-id",
"timestamp": 1635055332408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:02:22.176Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:02:22.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "cds",
"timestamp": 1635055332515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:02:22.177Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:02:22.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "ves-openapi-manager",
"timestamp": 1635055330188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "aai-ml",
"timestamp": 1635055333097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:02:22.178Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:02:22.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "clamp",
"timestamp": 1635055328468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "policy-id",
"timestamp": 1635055333416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T06:02:22.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:02:22.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "cds",
"timestamp": 1635055333533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-10-24T06:02:22.241Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-24T06:02:22.245Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:22.247Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:02:22.256Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:02:22.257Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:02:22.377Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e60ff7c-dc39-48d5-bc26-850e4d463a89
2021-10-24T06:02:22.400Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e60ff7c-dc39-48d5-bc26-850e4d463a89 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:02:22.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055333575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:02:22.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:02:22.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "ves-openapi-manager",
"timestamp": 1635055330188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "clamp",
"timestamp": 1635055328468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "policy-id",
"timestamp": 1635055334421,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:02:22.449Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e60ff7c-dc39-48d5-bc26-850e4d463a89
2021-10-24T06:02:22.450Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e60ff7c-dc39-48d5-bc26-850e4d463a89 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:02:22.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "ves-openapi-manager",
"timestamp": 1635055330188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055334870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:02:22.461Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:02:22.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "clamp",
"timestamp": 1635055328468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:02:22.461Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "ves-openapi-manager",
"timestamp": 1635055330188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.462Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055336560,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:02:22.468Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e60ff7c-dc39-48d5-bc26-850e4d463a89
2021-10-24T06:02:22.469Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e60ff7c-dc39-48d5-bc26-850e4d463a89 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-24T06:02:22.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "ves-openapi-manager",
"timestamp": 1635055330188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:02:22.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055337570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
"status": "DEPLOY_OK"
}
2021-10-24T06:02:22.482Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:02:23.149Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:02:23.149Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:23.151Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:23.151Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055341464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
"status": "NOTIFIED"
}
2021-10-24T06:02:23.251Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:02:23.252Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:23.253Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:23.266Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:02:23.266Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:02:24.152Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:02:24.153Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:24.155Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:24.155Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055341464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-24T06:02:24.255Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:02:24.256Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:24.257Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:24.265Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:02:24.266Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:02:25.155Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:02:25.157Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:25.159Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:25.159Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055341464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:25.259Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:02:25.260Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:25.260Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:25.275Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:02:25.275Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:02:26.159Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:02:26.160Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:26.162Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:26.162Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055341464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-24T06:02:26.266Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-10-24T06:02:26.267Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:26.267Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:26.277Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:02:26.277Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:02:27.163Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:02:27.164Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:27.165Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:27.165Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055341464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:02:27.266Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:02:27.267Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:27.267Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:27.276Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:02:27.277Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:02:28.166Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:02:28.167Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:28.168Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:28.169Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055341464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:02:28.269Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:02:28.270Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:28.270Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:28.285Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:02:28.285Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:02:29.170Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"serviceName": "vFW 2021-10-24 06-00-12",
"serviceVersion": "1.0",
"serviceUUID": "7dd0f058-54f4-4212-95ce-24ac397bbdfd",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1ea66bf7-d583-48de-a8f7-b949c8a80ad5",
"resources": [
{
"resourceInstanceName": "vFW 1f6f9fc5-00f9 0",
"resourceCustomizationUUID": "ae266576-0a6e-4190-908d-e348ba0d89fe",
"resourceName": "vFW 1f6f9fc5-00f9",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3ae1d787-a311-4971-bd61-dd31964c2f9b",
"resourceInvariantUUID": "3c10243f-5a33-4907-b937-86b91bd763e8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw1f6f9fc500f90_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
"artifactChecksum": "NzNkNDQ5MWM1NTU1NTcwOGY3M2FkODY3NTQ4M2JjM2E\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ba4107d9-8b2a-43ae-a39e-91013749a1fe",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0e4b8da2-525a-43e8-9ac8-2f855d779f52",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0daa57af-d499-4506-8d8a-8e64c18aeacb",
"generatedFromUUID": "0e4b8da2-525a-43e8-9ac8-2f855d779f52"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0daa57af-d499-4506-8d8a-8e64c18aeacb",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211024060012-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"artifactChecksum": "NmI0MzBiNjFjMTIyZTU0OWI3Yjk2NTEyYjRiZWM1Y2I\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "47e39d38-1393-4a4c-bc35-01bc023a269c"
}
],
"workloadContext": "Production"
}
2021-10-24T06:02:29.172Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-24T06:02:29.172Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7dd0f058-54f4-4212-95ce-24ac397bbdfd ASDC
2021-10-24T06:02:29.296Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:5e60ff7c-dc39-48d5-bc26-850e4d463a89
ServiceName:vFW 2021-10-24 06-00-12
ServiceVersion:1.0
ServiceUUID:7dd0f058-54f4-4212-95ce-24ac397bbdfd
ServiceInvariantUUID:1ea66bf7-d583-48de-a8f7-b949c8a80ad5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211024060012-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar
ArtifactUUID:47e39d38-1393-4a4c-bc35-01bc023a269c
ArtifactChecksum:NmI0MzBiNjFjMTIyZTU0OWI3Yjk2NTEyYjRiZWM1Y2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1f6f9fc5-00f9 0
ResourceCustomizationUUID:ae266576-0a6e-4190-908d-e348ba0d89fe
ResourceInvariantUUID:3c10243f-5a33-4907-b937-86b91bd763e8
ResourceName:vFW 1f6f9fc5-00f9
ResourceType:VF
ResourceUUID:3ae1d787-a311-4971-bd61-dd31964c2f9b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1f6f9fc500f90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json
ArtifactUUID:ba4107d9-8b2a-43ae-a39e-91013749a1fe
ArtifactChecksum:NzNkNDQ5MWM1NTU1NTcwOGY3M2FkODY3NTQ4M2JjM2E=
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/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml
ArtifactUUID:0e4b8da2-525a-43e8-9ac8-2f855d779f52
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/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env
ArtifactUUID:0daa57af-d499-4506-8d8a-8e64c18aeacb
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/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env
ArtifactUUID:0daa57af-d499-4506-8d8a-8e64c18aeacb
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-24T06:02:29.297Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dd0f058-54f4-4212-95ce-24ac397bbdfd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-24T06:02:29.344Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:02:29.345Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-24T06:02:29.346Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-24T06:02:29.347Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 47e39d38-1393-4a4c-bc35-01bc023a269c from URL: /sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:29.347Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-24T06:02:29.350Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:29.774Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-24T06:02:29.791Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar 47e39d38-1393-4a4c-bc35-01bc023a269c 98705
2021-10-24T06:02:29.792Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar ASDC sendASDCNotification
2021-10-24T06:02:29.793Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:29.793Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:02:29.794Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:29.796Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:29.796Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055349791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:02:29.896Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:02:29.897Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:29.898Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:29.913Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:02:29.914Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:02:30.797Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:02:30.798Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-24T06:02:30.799Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 47e39d38-1393-4a4c-bc35-01bc023a269c, URL: /sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar to file: /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:30.800Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211024060012-csar.csar
2021-10-24T06:02:30.876Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:30.876Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:31.733Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1628263538637615842/Definitions/service-Vfw20211024060012-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-10-24T06:02:34.320Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-24T06:02:34.328Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-24T06:02:34.329Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.329Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-24T06:02:34.329Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||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-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.330Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||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-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.330Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.330Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.330Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.331Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||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-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.331Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.331Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.332Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.332Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.332Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1f6f9fc5-00f9 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-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.332Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.333Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.333Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-24T06:02:34.340Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:34.341Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:34.345Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is matching search criteria
2021-10-24T06:02:34.346Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-24T06:02:34.347Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1f6f9fc5-00f9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:02:34.349Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:34.350Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:34.350Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is matching search criteria
2021-10-24T06:02:34.350Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-24T06:02:34.351Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1f6f9fc5-00f9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:02:34.351Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:34.351Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:34.355Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:34.356Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is not matching search criteria
2021-10-24T06:02:34.356Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-24T06:02:34.356Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-24T06:02:34.356Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:34.357Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.357Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-24T06:02:34.357Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.357Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-24T06:02:34.358Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-24T06:02:34.358Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-24T06:02:34.358Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.358Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:34.359Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-24T06:02:34.359Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:34.359Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-24T06:02:34.359Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.359Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-24T06:02:34.360Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:34.360Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-24T06:02:34.361Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:34.361Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is matching search criteria
2021-10-24T06:02:34.361Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1f6f9fc5-00f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:02:34.362Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:34.362Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is matching search criteria
2021-10-24T06:02:34.362Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1f6f9fc5-00f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:02:34.363Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:34.363Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is matching search criteria
2021-10-24T06:02:34.363Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1f6f9fc5-00f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:02:34.363Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:34.363Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is not matching search criteria
2021-10-24T06:02:34.364Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-24T06:02:34.364Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-24T06:02:34.364Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-24T06:02:34.364Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-24T06:02:34.364Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-24T06:02:34.364Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.364Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:34.365Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-24T06:02:34.365Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:34.365Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-24T06:02:34.365Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.365Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=43e37f95-94e2-4681-bc6d-e44af632f2aa
2021-10-24T06:02:34.366Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:34.366Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is not matching search criteria
2021-10-24T06:02:34.366Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-24T06:02:34.366Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-24T06:02:34.366Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:34.367Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.367Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-24T06:02:34.367Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.367Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-24T06:02:34.367Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-24T06:02:34.367Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-24T06:02:34.368Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:34.368Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-24T06:02:34.368Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.368Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=75b913ac-3180-46bd-b0be-f515a58212e7
2021-10-24T06:02:34.368Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:34.368Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is not matching search criteria
2021-10-24T06:02:34.369Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-24T06:02:34.369Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-24T06:02:34.369Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:34.369Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.369Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-24T06:02:34.370Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.370Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-24T06:02:34.370Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-24T06:02:34.370Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-24T06:02:34.370Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.370Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:34.370Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-24T06:02:34.371Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9d8d6ac2-6683-4200-a1d1-4625eee2a224
2021-10-24T06:02:34.371Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:34.371Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:34.371Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:34.371Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:34.371Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:34.372Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:34.372Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:34.372Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:34.372Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-10-24 06-00-12
Description:catalog service description
Model UUID:7dd0f058-54f4-4212-95ce-24ac397bbdfd
Model Version:NULL
Model InvariantUuid:1ea66bf7-d583-48de-a8f7-b949c8a80ad5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 1f6f9fc5-00f9
Model UUID:ddc1a8a5-6eda-4e65-882d-0a0904455059
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3c10243f-5a33-4907-b937-86b91bd763e8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ae266576-0a6e-4190-908d-e348ba0d89fe
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ed9f7e8a-27f0-488a-9507-a26c0f2cab99
ModelName:Vfw1f6f9fc500f9..base_vfw..module-0
ModelUuid:61aa1046-bb80-4a3b-885e-a3f948446c32
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:43e37f95-94e2-4681-bc6d-e44af632f2aa
ModelInvariantUuid:33e3fc55-1bcd-454a-9b87-889c72fc2f02
ModelName:vFW 1f6f9fc5-00f9-nodes.vfwCvfc
ModelUuid:4a4db88f-a742-47a5-8074-e2673ce1889e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:bdd0bcdd-3f4e-4cd6-8697-3ff0a02fbec6
ModelInvariantUuid:6da9f37f-b710-4ce5-b9a5-96a6d1d38084
ModelName:Vfw1f6f9fc500f9.compute.nodes.heat.vfw
ModelUuid:879f206a-048e-456e-a870-a9de648fd4fd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:75b913ac-3180-46bd-b0be-f515a58212e7
ModelInvariantUuid:d44769d1-9c32-4aac-82db-d7efd36d0371
ModelName:vFW 1f6f9fc5-00f9-nodes.vsnCvfc
ModelUuid:5466389c-2c35-4b98-961a-6f3f66924e34
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a19510b7-9bdf-4de5-aa78-047a69b58c06
ModelInvariantUuid:66d90672-06ff-40ad-ab81-3f9c9c7f37e5
ModelName:Vfw1f6f9fc500f9.compute.nodes.heat.vsn
ModelUuid:7ad8137b-33ef-4c94-97a5-e68734e4ca88
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9d8d6ac2-6683-4200-a1d1-4625eee2a224
ModelInvariantUuid:296d1c30-e9fd-416e-ba78-16ac18d5b141
ModelName:vFW 1f6f9fc5-00f9-nodes.vpgCvfc
ModelUuid:990c1dc2-2c54-4e06-a150-3b4c8443d2a7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:71a940c1-2898-4518-993c-61edb5faec9b
ModelInvariantUuid:a678f8dd-c88e-4bad-a2c6-180f29351484
ModelName:Vfw1f6f9fc500f9.compute.nodes.heat.vpg
ModelUuid:6d121521-22d7-43c5-880a-d554c2b69f16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-24T06:02:34.379Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 3ae1d787-a311-4971-bd61-dd31964c2f9b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-24T06:02:34.473Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||vFW 1f6f9fc5-00f9 0
2021-10-24T06:02:34.479Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3ae1d787-a311-4971-bd61-dd31964c2f9b
2021-10-24T06:02:34.479Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ba4107d9-8b2a-43ae-a39e-91013749a1fe from URL: /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json
2021-10-24T06:02:34.479Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-24T06:02:34.479Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json
2021-10-24T06:02:34.666Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-24T06:02:34.667Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json ba4107d9-8b2a-43ae-a39e-91013749a1fe 785
2021-10-24T06:02:34.667Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json ASDC sendASDCNotification
2021-10-24T06:02:34.667Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json
2021-10-24T06:02:34.667Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:02:34.667Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:34.670Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:34.670Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055354667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:02:34.770Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:02:34.771Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:34.771Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:34.784Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:02:34.784Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:02:35.671Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1f6f9fc500f9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ed9f7e8a-27f0-488a-9507-a26c0f2cab99",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "61aa1046-bb80-4a3b-885e-a3f948446c32",
"vfModuleModelCustomizationUUID": "4526cc61-5895-404e-83c8-2f5ea9eddb55",
"isBase": true,
"artifacts": [
"0e4b8da2-525a-43e8-9ac8-2f855d779f52",
"0daa57af-d499-4506-8d8a-8e64c18aeacb"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-24T06:02:35.686Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1f6f9fc500f9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:61aa1046-bb80-4a3b-885e-a3f948446c32
VfModuleModelInvariantUUID:ed9f7e8a-27f0-488a-9507-a26c0f2cab99
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e4b8da2-525a-43e8-9ac8-2f855d779f52
,
0daa57af-d499-4506-8d8a-8e64c18aeacb
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-24T06:02:35.688Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1f6f9fc500f9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ed9f7e8a-27f0-488a-9507-a26c0f2cab99",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "61aa1046-bb80-4a3b-885e-a3f948446c32",
"vfModuleModelCustomizationUUID": "4526cc61-5895-404e-83c8-2f5ea9eddb55",
"isBase": true,
"artifacts": [
"0e4b8da2-525a-43e8-9ac8-2f855d779f52",
"0daa57af-d499-4506-8d8a-8e64c18aeacb"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-24T06:02:35.689Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1f6f9fc500f9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:61aa1046-bb80-4a3b-885e-a3f948446c32
VfModuleModelInvariantUUID:ed9f7e8a-27f0-488a-9507-a26c0f2cab99
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e4b8da2-525a-43e8-9ac8-2f855d779f52
,
0daa57af-d499-4506-8d8a-8e64c18aeacb
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-24T06:02:35.689Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0e4b8da2-525a-43e8-9ac8-2f855d779f52 from URL: /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml
2021-10-24T06:02:35.689Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-24T06:02:35.689Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml
2021-10-24T06:02:36.662Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-24T06:02:36.663Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml 0e4b8da2-525a-43e8-9ac8-2f855d779f52 20368
2021-10-24T06:02:36.663Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-24T06:02:36.663Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml
2021-10-24T06:02:36.663Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:02:36.663Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:36.665Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:36.666Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055356663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:02:36.765Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:02:36.766Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:36.766Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:36.775Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:02:36.776Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:02:37.667Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0daa57af-d499-4506-8d8a-8e64c18aeacb from URL: /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env
2021-10-24T06:02:37.667Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-24T06:02:37.667Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env
2021-10-24T06:02:38.802Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-24T06:02:38.803Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env 0daa57af-d499-4506-8d8a-8e64c18aeacb 2098
2021-10-24T06:02:38.803Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-24T06:02:38.803Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env
2021-10-24T06:02:38.803Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:02:38.803Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:38.806Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:38.806Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055358803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:02:38.906Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:02:38.907Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:38.907Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:38.934Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:02:38.934Z||pool-13-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:02:39.807Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7dd0f058-54f4-4212-95ce-24ac397bbdfd
2021-10-24T06:02:39.807Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1f6f9fc5-00f9 0 3ae1d787-a311-4971-bd61-dd31964c2f9b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-24T06:02:39.842Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67276c0a, org.onap.sdc.toscaparser.api.parameters.Input@66cf4ef7, org.onap.sdc.toscaparser.api.parameters.Input@6613288e, org.onap.sdc.toscaparser.api.parameters.Input@301ede57, org.onap.sdc.toscaparser.api.parameters.Input@6c05a362]
2021-10-24T06:02:39.846Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:39.846Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:39.847Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-10-24T06:02:39.847Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= ae266576-0a6e-4190-908d-e348ba0d89fe
2021-10-24T06:02:39.848Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ae266576-0a6e-4190-908d-e348ba0d89fe matches Tosca VF Customization UUID: ae266576-0a6e-4190-908d-e348ba0d89fe
2021-10-24T06:02:39.848Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: ae266576-0a6e-4190-908d-e348ba0d89fe matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-24T06:02:39.854Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:39.855Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:39.856Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id ae266576-0a6e-4190-908d-e348ba0d89fe: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-10-24T06:02:39.856Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a5b1d52
2021-10-24T06:02:39.856Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:39.857Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-24T06:02:39.857Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4526cc61-5895-404e-83c8-2f5ea9eddb55
2021-10-24T06:02:39.858Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4526cc61-5895-404e-83c8-2f5ea9eddb55
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-24T06:02:39.865Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:39.865Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is matching search criteria
2021-10-24T06:02:39.866Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1f6f9fc5-00f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:02:39.866Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:39.867Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is matching search criteria
2021-10-24T06:02:39.867Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1f6f9fc5-00f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:02:39.867Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:39.867Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is not matching search criteria
2021-10-24T06:02:39.868Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-24T06:02:39.868Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-24T06:02:39.868Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-24T06:02:39.868Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-24T06:02:39.868Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-24T06:02:39.869Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-24T06:02:39.869Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:39.869Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-24T06:02:39.869Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:39.869Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-24T06:02:39.870Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T06:02:39.870Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=43e37f95-94e2-4681-bc6d-e44af632f2aa
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-24T06:02:39.876Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:39.876Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is matching search criteria
2021-10-24T06:02:39.877Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1f6f9fc5-00f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:02:39.877Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:39.877Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is not matching search criteria
2021-10-24T06:02:39.878Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-24T06:02:39.878Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-24T06:02:39.878Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:39.878Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-24T06:02:39.878Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-24T06:02:39.879Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T06:02:39.879Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-24T06:02:39.879Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-24T06:02:39.879Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-24T06:02:39.880Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:39.880Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-24T06:02:39.881Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T06:02:39.881Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=75b913ac-3180-46bd-b0be-f515a58212e7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-24T06:02:39.882Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:39.882Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is matching search criteria
2021-10-24T06:02:39.883Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1f6f9fc5-00f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:02:39.888Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:39.888Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is not matching search criteria
2021-10-24T06:02:39.888Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-24T06:02:39.889Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-24T06:02:39.889Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:39.889Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-24T06:02:39.889Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-24T06:02:39.889Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T06:02:39.889Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-24T06:02:39.889Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-24T06:02:39.890Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-24T06:02:39.890Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-24T06:02:39.890Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:39.890Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-24T06:02:39.890Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9d8d6ac2-6683-4200-a1d1-4625eee2a224
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-24T06:02:39.895Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:39.895Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is matching search criteria
2021-10-24T06:02:39.895Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1f6f9fc5-00f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:02:39.896Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:39.896Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is matching search criteria
2021-10-24T06:02:39.896Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1f6f9fc5-00f9 0] matching following query criteria: sdcType=VF, customizationUUID=ae266576-0a6e-4190-908d-e348ba0d89fe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-24T06:02:39.898Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:39.899Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:39.899Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7dd0f058-54f4-4212-95ce-24ac397bbdfd: vFW 1f6f9fc5-00f9
2021-10-24T06:02:39.899Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:39.899Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:39.900Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:39.900Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:39.900Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:39.900Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:39.900Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:39.900Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:39.901Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:02:39.901Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:39.901Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-10-24 06-00-12
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:02:40.118Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1f6f9fc5-00f9 3ae1d787-a311-4971-bd61-dd31964c2f9b 1 ASDC deployResourceStructure
2021-10-24T06:02:40.119Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json ASDC sendASDCNotification
2021-10-24T06:02:40.120Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json
2021-10-24T06:02:40.120Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:02:40.120Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:40.122Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:40.122Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055360119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
"status": "DEPLOY_OK"
}
2021-10-24T06:02:40.222Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:02:40.223Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:40.223Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:40.235Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:02:40.236Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:02:41.124Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-24T06:02:41.125Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml
2021-10-24T06:02:41.125Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:02:41.125Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:41.128Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:41.128Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055361124,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-24T06:02:41.228Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:02:41.229Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:41.230Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:41.240Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:02:41.240Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:02:42.129Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-24T06:02:42.130Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env
2021-10-24T06:02:42.130Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:02:42.131Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:42.133Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:42.133Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055362129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-24T06:02:42.233Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:02:42.235Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:42.235Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:42.246Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:02:42.246Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:02:43.135Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar ASDC sendASDCNotification
2021-10-24T06:02:43.136Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:43.136Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:02:43.137Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:43.139Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:43.140Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055363134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T06:02:43.240Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:02:43.241Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:43.241Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:43.254Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:02:43.254Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:02:44.142Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:02:44.177Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:02:44.180Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:02:44.180Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:02:44.181Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:03:14.181Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:03:14.199Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:03:14.202Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:03:14.203Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:03:14.203Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:03:21.465Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:03:21.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:03:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:03:21.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:03:21.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:03:21.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055341464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:03:21.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:03:44.204Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:03:44.224Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:03:44.227Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:03:44.227Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:03:44.227Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:04:14.227Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:04:14.238Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:04:14.241Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:04:14.241Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:04:14.241Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:04:21.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:04:21.468Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:04:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:04:22.007Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:04:22.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635055341687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:04:22.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:04:22.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055341464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
"status": "NOTIFIED"
}
2021-10-24T06:04:22.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:04:22.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635055341687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:04:22.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:04:22.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055341464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-24T06:04:22.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:04:22.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635055341687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:04:22.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:04:22.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055341464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:04:22.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:04:22.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635055341687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:04:22.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:04:22.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055341464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-24T06:04:22.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:04:22.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635055341687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:04:22.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:04:22.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "aai-ml",
"timestamp": 1635055346756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T06:04:22.016Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "clamp",
"timestamp": 1635055346992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:04:22.017Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055341464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:04:22.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:04:22.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635055341687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:04:22.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:04:22.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "aai-ml",
"timestamp": 1635055347764,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:04:22.027Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e60ff7c-dc39-48d5-bc26-850e4d463a89
2021-10-24T06:04:22.027Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e60ff7c-dc39-48d5-bc26-850e4d463a89 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:04:22.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055341464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:04:22.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:04:22.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635055341687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:04:22.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-24T06:04:22.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "clamp",
"timestamp": 1635055349018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T06:04:22.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635055349799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:04:22.047Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055349791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:04:22.047Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "clamp",
"timestamp": 1635055350027,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:04:22.053Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5e60ff7c-dc39-48d5-bc26-850e4d463a89
2021-10-24T06:04:22.053Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e60ff7c-dc39-48d5-bc26-850e4d463a89 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:04:22.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055354667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:04:22.074Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635055355592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T06:04:22.074Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635055356597,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:04:22.084Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e60ff7c-dc39-48d5-bc26-850e4d463a89
2021-10-24T06:04:22.084Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e60ff7c-dc39-48d5-bc26-850e4d463a89 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:04:22.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055356663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:04:22.102Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055358803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:04:22.102Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055360119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
"status": "DEPLOY_OK"
}
2021-10-24T06:04:22.102Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055361124,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-24T06:04:22.103Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055362129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-24T06:04:22.103Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055363134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T06:04:22.104Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:44.242Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:04:44.265Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:04:44.268Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:04:44.268Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-24T06:04:44.268Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-24T06:04:44.268Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-24T06:04:44.269Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T06:04:44.269Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T06:04:44.269Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T06:04:44.269Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T06:04:44.269Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T06:04:44.269Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T06:04:44.269Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:04:44.274Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-24T06:05:14.275Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-24T06:05:14.288Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89 and serviceModelVersionId: 7dd0f058-54f4-4212-95ce-24ac397bbdfd
2021-10-24T06:05:14.288Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ea66bf7-d583-48de-a8f7-b949c8a80ad5
2021-10-24T06:05:21.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:05:21.467Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:05:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:05:28.965Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ea66bf7-d583-48de-a8f7-b949c8a80ad5/model-vers/model-ver/7dd0f058-54f4-4212-95ce-24ac397bbdfd?depth=0
2021-10-24T06:05:29.107Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-10-24T06:05:29.583Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ea66bf7-d583-48de-a8f7-b949c8a80ad5/model-vers/model-ver/7dd0f058-54f4-4212-95ce-24ac397bbdfd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-24T06:05:29.588Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ea66bf7-d583-48de-a8f7-b949c8a80ad5/model-vers/model-ver/7dd0f058-54f4-4212-95ce-24ac397bbdfd?depth=0|INFO|500||Invoke
2021-10-24T06:05:29.711Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ea66bf7-d583-48de-a8f7-b949c8a80ad5/model-vers/model-ver/7dd0f058-54f4-4212-95ce-24ac397bbdfd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-24T06:05:30.128Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ea66bf7-d583-48de-a8f7-b949c8a80ad5/model-vers/model-ver/7dd0f058-54f4-4212-95ce-24ac397bbdfd?depth=0|INFO|500||InvokeReturn
2021-10-24T06:05:30.129Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ea66bf7-d583-48de-a8f7-b949c8a80ad5/model-vers/model-ver/7dd0f058-54f4-4212-95ce-24ac397bbdfd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211024-06:05:29:729-8025], vertex-id=[356512], Content-Length=[0], Date=[Sun, 24 Oct 2021 06:05:29 GMT], Content-Type=[application/json]}
2021-10-24T06:05:30.130Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-10-24T06:05:30.134Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-24T06:05:30.134Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-24T06:05:30.139Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-24T06:05:30.141Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e60ff7c-dc39-48d5-bc26-850e4d463a89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-24T06:05:30.142Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-24T06:05:30.143Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:05:30.145Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:05:30.146Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055530141,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:05:30.245Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:05:30.247Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:05:30.247Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:05:30.263Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:05:30.264Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:05:30.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:05:30.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T06:05:30.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055530141,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:05:30.883Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-24T06:05:31.160Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:05:31.161Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:05:31.161Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:05:42.331Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:05:42.332Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:05:42.333Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:05:42.334Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:05:51.900Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:05:51.901Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:05:51.902Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:05:51.902Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:01.439Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:06:21.462Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:06:21.464Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:06:21.465Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:21.465Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:06:21.465Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:06:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:25.729Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:06:25.730Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:06:25.730Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa03e08f-7dda-4b50-b11e-2d8b9a814d83","serviceName":"basic_onboard_UvVNtB","serviceVersion":"1.0","serviceUUID":"5f42cfb1-13bd-4730-aa0e-9b2a6ff97618","serviceDescription":"service","serviceInvariantUUID":"dc67f8a3-1070-4126-9e57-d470ad497c66","resources":[{"resourceInstanceName":"basic_onboard_UvVNtB 0","resourceName":"basic_onboard_UvVNtB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"901d238c-5848-468a-9443-db2cd49640ab","resourceInvariantUUID":"29071039-df94-4671-bfca-370afde1f17f","resourceCustomizationUUID":"f8c86325-a9a7-4050-b325-662e37df9bd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vf-license-model.xml","artifactChecksum":"OTVhZjYxMmYzM2ViYjRlYzNkZmIxNTdiMWRjZGZlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d42d7985-5b48-4175-80ce-07db439ea90c","artifactVersion":"1"},{"artifactName":"basic_onboard_uvvntb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json","artifactChecksum":"MGJmZGE0ZWZiNDIyZjkwNWRmMWM4YjcyNjg5OGUxOTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"babe0dad-4314-407a-9057-64b83805283d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d1c73d74-1b0d-49c8-9450-561a343fe8ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f61baf21-5012-49cf-92cf-9bc37abffb14","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bd3fa825-8fbc-4d8a-8e2e-73bc9ba3c17e","artifactVersion":"2","generatedFromUUID":"d1c73d74-1b0d-49c8-9450-561a343fe8ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUvvntb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-template.yml","artifactChecksum":"OGU4NzAxZmY2OTJmZjljNDZhMjhjNThmYTU3NTA5N2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ebec183-14dd-4931-bc54-825985a1a5ef","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUvvntb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar","artifactChecksum":"MjA4NThlMjgxYWM4YTUzNWUxYzkxMDBjNzVkODNiYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9246209a-5883-42f8-a2a9-5a4fe83e5118","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-24T06:06:25.733Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:06:25.733Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:25.738Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:25.738Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055581462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:06:25.843Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-10-24T06:06:25.845Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:25.845Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:25.853Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:06:25.854Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:25.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:06:25.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T06:06:25.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "dcae-sch",
"timestamp": 1635055576559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:06:25.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-24T06:06:26.739Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:06:26.740Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:26.742Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:26.743Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055581462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
"status": "NOTIFIED"
}
2021-10-24T06:06:26.842Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:06:26.843Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:26.843Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:26.851Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:06:26.851Z||pool-20-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:27.743Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:06:27.744Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:27.746Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:27.746Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055581462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-24T06:06:27.846Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:27.847Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:27.848Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:27.861Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:06:27.862Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:28.747Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:06:28.747Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:28.750Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:28.750Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055581462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:06:28.851Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:28.852Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:28.852Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:28.859Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:06:28.859Z||pool-22-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:29.751Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:06:29.752Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:29.754Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:29.754Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055581462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-24T06:06:29.854Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:06:29.855Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:29.856Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:29.886Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:06:29.887Z||pool-23-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:30.755Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:06:30.756Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:30.758Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:30.758Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055581462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:06:30.858Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:30.859Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:30.859Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:30.890Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:06:30.891Z||pool-24-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:31.758Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:06:31.759Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:31.761Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:31.761Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055581462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:06:31.861Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:31.862Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:31.862Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:31.870Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:06:31.871Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:32.763Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"serviceName": "basic_onboard_UvVNtB",
"serviceVersion": "1.0",
"serviceUUID": "5f42cfb1-13bd-4730-aa0e-9b2a6ff97618",
"serviceDescription": "service",
"serviceInvariantUUID": "dc67f8a3-1070-4126-9e57-d470ad497c66",
"resources": [
{
"resourceInstanceName": "basic_onboard_UvVNtB 0",
"resourceCustomizationUUID": "f8c86325-a9a7-4050-b325-662e37df9bd8",
"resourceName": "basic_onboard_UvVNtB",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "901d238c-5848-468a-9443-db2cd49640ab",
"resourceInvariantUUID": "29071039-df94-4671-bfca-370afde1f17f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_uvvntb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
"artifactChecksum": "MGJmZGE0ZWZiNDIyZjkwNWRmMWM4YjcyNjg5OGUxOTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "babe0dad-4314-407a-9057-64b83805283d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d1c73d74-1b0d-49c8-9450-561a343fe8ce",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bd3fa825-8fbc-4d8a-8e2e-73bc9ba3c17e",
"generatedFromUUID": "d1c73d74-1b0d-49c8-9450-561a343fe8ce"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bd3fa825-8fbc-4d8a-8e2e-73bc9ba3c17e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardUvvntb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"artifactChecksum": "MjA4NThlMjgxYWM4YTUzNWUxYzkxMDBjNzVkODNiYWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9246209a-5883-42f8-a2a9-5a4fe83e5118"
}
],
"workloadContext": "Production"
}
2021-10-24T06:06:32.763Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-24T06:06:32.764Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5f42cfb1-13bd-4730-aa0e-9b2a6ff97618 ASDC
2021-10-24T06:06:32.764Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:fa03e08f-7dda-4b50-b11e-2d8b9a814d83
ServiceName:basic_onboard_UvVNtB
ServiceVersion:1.0
ServiceUUID:5f42cfb1-13bd-4730-aa0e-9b2a6ff97618
ServiceInvariantUUID:dc67f8a3-1070-4126-9e57-d470ad497c66
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUvvntb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar
ArtifactUUID:9246209a-5883-42f8-a2a9-5a4fe83e5118
ArtifactChecksum:MjA4NThlMjgxYWM4YTUzNWUxYzkxMDBjNzVkODNiYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UvVNtB 0
ResourceCustomizationUUID:f8c86325-a9a7-4050-b325-662e37df9bd8
ResourceInvariantUUID:29071039-df94-4671-bfca-370afde1f17f
ResourceName:basic_onboard_UvVNtB
ResourceType:VF
ResourceUUID:901d238c-5848-468a-9443-db2cd49640ab
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_uvvntb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json
ArtifactUUID:babe0dad-4314-407a-9057-64b83805283d
ArtifactChecksum:MGJmZGE0ZWZiNDIyZjkwNWRmMWM4YjcyNjg5OGUxOTI=
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/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d1c73d74-1b0d-49c8-9450-561a343fe8ce
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/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env
ArtifactUUID:bd3fa825-8fbc-4d8a-8e2e-73bc9ba3c17e
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/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env
ArtifactUUID:bd3fa825-8fbc-4d8a-8e2e-73bc9ba3c17e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-24T06:06:32.765Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f42cfb1-13bd-4730-aa0e-9b2a6ff97618 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:06:32.800Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:06:32.801Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-24T06:06:32.801Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-24T06:06:32.802Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9246209a-5883-42f8-a2a9-5a4fe83e5118 from URL: /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:32.802Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-24T06:06:32.802Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:33.161Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-24T06:06:33.164Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar 9246209a-5883-42f8-a2a9-5a4fe83e5118 71360
2021-10-24T06:06:33.164Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar ASDC sendASDCNotification
2021-10-24T06:06:33.165Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:33.165Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:06:33.165Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:33.167Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:33.167Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055593164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:06:33.267Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:33.268Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:33.268Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:33.275Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:06:33.275Z||pool-26-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:34.168Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:06:34.168Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-24T06:06:34.168Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 9246209a-5883-42f8-a2a9-5a4fe83e5118, URL: /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar to file: /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:34.169Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:34.170Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:34.170Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:34.829Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3138209974755627056/Definitions/service-BasicOnboardUvvntb-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-10-24T06:06:36.117Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-24T06:06:36.118Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-24T06:06:36.118Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:36.118Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-24T06:06:36.119Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:36.119Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:36.119Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:36.119Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:36.119Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:36.120Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:36.120Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:36.120Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_UvVNtB 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-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:36.120Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:36.121Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-24T06:06:36.121Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:36.121Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:36.122Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is matching search criteria
2021-10-24T06:06:36.122Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-24T06:06:36.122Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_UvVNtB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:06:36.122Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:36.123Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:36.123Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is matching search criteria
2021-10-24T06:06:36.123Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-24T06:06:36.123Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_UvVNtB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:06:36.124Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:36.124Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:36.124Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:36.125Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is not matching search criteria
2021-10-24T06:06:36.125Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-24T06:06:36.125Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-24T06:06:36.125Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-24T06:06:36.126Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-24T06:06:36.126Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-24T06:06:36.126Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:36.126Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-24T06:06:36.127Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:36.127Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is matching search criteria
2021-10-24T06:06:36.127Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_UvVNtB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:06:36.128Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:36.128Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is matching search criteria
2021-10-24T06:06:36.128Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_UvVNtB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:06:36.128Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:36.128Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is matching search criteria
2021-10-24T06:06:36.129Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_UvVNtB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:06:36.129Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:36.129Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is not matching search criteria
2021-10-24T06:06:36.130Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-24T06:06:36.130Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-24T06:06:36.130Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c8f12908-1bd1-4ac2-95aa-475b4a55b384
2021-10-24T06:06:36.130Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:36.130Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:36.131Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:36.131Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:36.131Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:36.132Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:36.132Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:36.132Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:36.132Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_UvVNtB
Description:service
Model UUID:5f42cfb1-13bd-4730-aa0e-9b2a6ff97618
Model Version:NULL
Model InvariantUuid:dc67f8a3-1070-4126-9e57-d470ad497c66
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_UvVNtB
Model UUID:fcef12d3-1f9d-41a1-8537-e1ab2e104c23
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:29071039-df94-4671-bfca-370afde1f17f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f8c86325-a9a7-4050-b325-662e37df9bd8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5affe5fe-4e86-4858-a569-c30d18ccfa91
ModelName:BasicOnboardUvvntb..base_ubuntu18..module-0
ModelUuid:fa216332-17a1-41aa-81fc-1f9a6c0a334a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c8f12908-1bd1-4ac2-95aa-475b4a55b384
ModelInvariantUuid:8d4f6f5c-916d-4310-bde7-ff3fde97e693
ModelName:basic_onboard_UvVNtB-nodes.ubuntu18Cvfc
ModelUuid:5950c596-ad14-45f3-851c-4e5f1f83d4ec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:240b2cf4-fc68-48c9-a4cd-cd7fd93440f7
ModelInvariantUuid:a4e890fe-f03b-4585-a066-9195d87d7575
ModelName:BasicOnboardUvvntb.compute.nodes.heat.ubuntu18
ModelUuid:c4b6d357-ff65-43ec-a6b2-176d3135c5f5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-24T06:06:36.136Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 901d238c-5848-468a-9443-db2cd49640ab
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-24T06:06:36.139Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||basic_onboard_UvVNtB 0
2021-10-24T06:06:36.139Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 901d238c-5848-468a-9443-db2cd49640ab
2021-10-24T06:06:36.140Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: babe0dad-4314-407a-9057-64b83805283d from URL: /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json
2021-10-24T06:06:36.140Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-24T06:06:36.140Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json
2021-10-24T06:06:36.848Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-24T06:06:36.848Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json babe0dad-4314-407a-9057-64b83805283d 798
2021-10-24T06:06:36.849Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json ASDC sendASDCNotification
2021-10-24T06:06:36.849Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json
2021-10-24T06:06:36.849Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:06:36.850Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:36.852Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:36.852Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055596849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:06:36.952Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:36.953Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:36.953Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:37.002Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:06:37.003Z||pool-27-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:06:37.852Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUvvntb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5affe5fe-4e86-4858-a569-c30d18ccfa91",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fa216332-17a1-41aa-81fc-1f9a6c0a334a",
"vfModuleModelCustomizationUUID": "5eb39104-3be2-422a-b5e4-5b697f1eb7ea",
"isBase": true,
"artifacts": [
"d1c73d74-1b0d-49c8-9450-561a343fe8ce",
"bd3fa825-8fbc-4d8a-8e2e-73bc9ba3c17e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-24T06:06:37.858Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUvvntb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fa216332-17a1-41aa-81fc-1f9a6c0a334a
VfModuleModelInvariantUUID:5affe5fe-4e86-4858-a569-c30d18ccfa91
VfModuleModelDescription:NULL
Artifacts UUID List:{
d1c73d74-1b0d-49c8-9450-561a343fe8ce
,
bd3fa825-8fbc-4d8a-8e2e-73bc9ba3c17e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-24T06:06:37.860Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUvvntb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5affe5fe-4e86-4858-a569-c30d18ccfa91",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fa216332-17a1-41aa-81fc-1f9a6c0a334a",
"vfModuleModelCustomizationUUID": "5eb39104-3be2-422a-b5e4-5b697f1eb7ea",
"isBase": true,
"artifacts": [
"d1c73d74-1b0d-49c8-9450-561a343fe8ce",
"bd3fa825-8fbc-4d8a-8e2e-73bc9ba3c17e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-24T06:06:37.860Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUvvntb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fa216332-17a1-41aa-81fc-1f9a6c0a334a
VfModuleModelInvariantUUID:5affe5fe-4e86-4858-a569-c30d18ccfa91
VfModuleModelDescription:NULL
Artifacts UUID List:{
d1c73d74-1b0d-49c8-9450-561a343fe8ce
,
bd3fa825-8fbc-4d8a-8e2e-73bc9ba3c17e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-24T06:06:37.860Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d1c73d74-1b0d-49c8-9450-561a343fe8ce from URL: /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml
2021-10-24T06:06:37.861Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-24T06:06:37.861Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml
2021-10-24T06:06:38.802Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-24T06:06:38.803Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml d1c73d74-1b0d-49c8-9450-561a343fe8ce 5033
2021-10-24T06:06:38.803Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-24T06:06:38.803Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml
2021-10-24T06:06:38.803Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:06:38.803Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:38.805Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:38.805Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055598803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:06:38.906Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:38.906Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:38.907Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:38.915Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:06:38.915Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:39.806Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bd3fa825-8fbc-4d8a-8e2e-73bc9ba3c17e from URL: /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env
2021-10-24T06:06:39.806Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-24T06:06:39.807Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env
2021-10-24T06:06:40.182Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-24T06:06:40.183Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env bd3fa825-8fbc-4d8a-8e2e-73bc9ba3c17e 909
2021-10-24T06:06:40.183Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-24T06:06:40.183Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env
2021-10-24T06:06:40.184Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:06:40.184Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:40.186Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:40.186Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055600183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:06:40.286Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:40.287Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:40.287Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:40.295Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:06:40.295Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:41.187Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5f42cfb1-13bd-4730-aa0e-9b2a6ff97618
2021-10-24T06:06:41.188Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_UvVNtB 0 901d238c-5848-468a-9443-db2cd49640ab ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-24T06:06:41.199Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3df02df1, org.onap.sdc.toscaparser.api.parameters.Input@4ec453bb, org.onap.sdc.toscaparser.api.parameters.Input@3bbaf884, org.onap.sdc.toscaparser.api.parameters.Input@6c196cee, org.onap.sdc.toscaparser.api.parameters.Input@50ba5b39]
2021-10-24T06:06:41.200Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:41.200Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:41.201Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-10-24T06:06:41.201Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f8c86325-a9a7-4050-b325-662e37df9bd8
2021-10-24T06:06:41.201Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f8c86325-a9a7-4050-b325-662e37df9bd8 matches Tosca VF Customization UUID: f8c86325-a9a7-4050-b325-662e37df9bd8
2021-10-24T06:06:41.201Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f8c86325-a9a7-4050-b325-662e37df9bd8 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-24T06:06:41.203Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:41.203Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:41.203Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f8c86325-a9a7-4050-b325-662e37df9bd8: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-10-24T06:06:41.203Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@77445a22
2021-10-24T06:06:41.204Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:41.204Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-24T06:06:41.204Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5eb39104-3be2-422a-b5e4-5b697f1eb7ea
2021-10-24T06:06:41.204Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5eb39104-3be2-422a-b5e4-5b697f1eb7ea
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-24T06:06:41.206Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:41.206Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is matching search criteria
2021-10-24T06:06:41.206Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_UvVNtB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:06:41.206Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:41.206Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is matching search criteria
2021-10-24T06:06:41.207Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_UvVNtB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:06:41.207Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:41.207Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is not matching search criteria
2021-10-24T06:06:41.207Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-24T06:06:41.207Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-24T06:06:41.207Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c8f12908-1bd1-4ac2-95aa-475b4a55b384
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-24T06:06:41.209Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:41.209Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is matching search criteria
2021-10-24T06:06:41.210Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_UvVNtB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:06:41.210Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:41.210Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is matching search criteria
2021-10-24T06:06:41.210Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_UvVNtB 0] matching following query criteria: sdcType=VF, customizationUUID=f8c86325-a9a7-4050-b325-662e37df9bd8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-24T06:06:41.216Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:41.216Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:41.216Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5f42cfb1-13bd-4730-aa0e-9b2a6ff97618: basic_onboard_UvVNtB
2021-10-24T06:06:41.216Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:41.216Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:41.217Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:41.217Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:41.217Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:41.217Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:41.217Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:41.218Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:41.218Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:06:41.218Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:41.218Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_UvVNtB
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:06:41.279Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_UvVNtB 901d238c-5848-468a-9443-db2cd49640ab 1 ASDC deployResourceStructure
2021-10-24T06:06:41.280Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json ASDC sendASDCNotification
2021-10-24T06:06:41.280Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json
2021-10-24T06:06:41.280Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:06:41.280Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:41.282Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:41.282Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055601280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-24T06:06:41.382Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:41.383Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:41.383Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:41.392Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:06:41.393Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:42.283Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-24T06:06:42.284Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml
2021-10-24T06:06:42.284Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:06:42.284Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:42.286Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:42.286Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055602283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-24T06:06:42.386Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:42.387Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:42.387Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:42.396Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:06:42.396Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:06:43.287Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-24T06:06:43.288Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env
2021-10-24T06:06:43.288Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:06:43.288Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:43.291Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:43.291Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055603287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-24T06:06:43.391Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:43.392Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:43.392Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:43.401Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:06:43.402Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:44.292Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar ASDC sendASDCNotification
2021-10-24T06:06:44.292Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:44.293Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:06:44.293Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:44.294Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:44.294Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055604292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T06:06:44.394Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:44.395Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:44.395Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:44.405Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:06:44.406Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:45.295Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:06:45.310Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:06:45.312Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:06:45.312Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:06:45.313Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:07:15.313Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:07:15.334Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:07:15.336Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:07:15.336Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:07:15.336Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:07:21.467Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:07:21.470Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:07:21.470Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:07:21.500Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:07:21.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:07:21.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635055581687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:07:21.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:07:21.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:07:21.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055581604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:07:21.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:07:45.337Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:07:45.348Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:07:45.354Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:07:45.354Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:07:45.354Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:08:15.355Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:08:15.374Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:08:15.377Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:08:15.377Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:08:15.377Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:08:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:08:21.467Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:08:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:08:21.507Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:08:21.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:08:21.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "policy-id",
"timestamp": 1635055582678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:08:21.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:08:21.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:08:21.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055581462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:08:21.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:08:45.383Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:08:45.408Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:08:45.411Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:08:45.411Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:08:45.411Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:09:15.412Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:09:15.422Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:09:15.430Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:09:15.430Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:09:15.430Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:09:21.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:09:21.468Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:09:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:09:21.999Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:09:22.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "dcae-sch",
"timestamp": 1635055576559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635055581687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055581604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
"status": "NOTIFIED"
}
2021-10-24T06:09:22.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "policy-id",
"timestamp": 1635055582678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055581462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
"status": "NOTIFIED"
}
2021-10-24T06:09:22.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "dcae-sch",
"timestamp": 1635055576559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055581604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-24T06:09:22.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635055581687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055581462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-24T06:09:22.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "policy-id",
"timestamp": 1635055582678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-24T06:09:22.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "cds",
"timestamp": 1635055587945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "dcae-sch",
"timestamp": 1635055576559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635055581687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055581604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "policy-id",
"timestamp": 1635055582678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055581462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "cds",
"timestamp": 1635055587945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635055581687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055581604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-24T06:09:22.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "dcae-sch",
"timestamp": 1635055576559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "policy-id",
"timestamp": 1635055582678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055581462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-24T06:09:22.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "cds",
"timestamp": 1635055587945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055581604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635055581687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "dcae-sch",
"timestamp": 1635055576559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055581462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "policy-id",
"timestamp": 1635055582678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "ves-openapi-manager",
"timestamp": 1635055590189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "cds",
"timestamp": 1635055587945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "dcae-sch",
"timestamp": 1635055576559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635055581687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:09:22.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055581604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:09:22.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "policy-id",
"timestamp": 1635055582678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:09:22.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055581462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:09:22.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "ves-openapi-manager",
"timestamp": 1635055590189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "cds",
"timestamp": 1635055587945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "ves-openapi-manager",
"timestamp": 1635055590189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055593162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.024Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055593164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.024Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "policy-id",
"timestamp": 1635055593169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635055593186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "cds",
"timestamp": 1635055587945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "ves-openapi-manager",
"timestamp": 1635055590189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "policy-id",
"timestamp": 1635055594174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T06:09:22.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055594370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "cds",
"timestamp": 1635055587945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:09:22.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "ves-openapi-manager",
"timestamp": 1635055590189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "policy-id",
"timestamp": 1635055595177,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:09:22.035Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa03e08f-7dda-4b50-b11e-2d8b9a814d83
2021-10-24T06:09:22.036Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa03e08f-7dda-4b50-b11e-2d8b9a814d83 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:09:22.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "aai-ml",
"timestamp": 1635055595091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635055595816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T06:09:22.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "ves-openapi-manager",
"timestamp": 1635055590189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "cds",
"timestamp": 1635055596524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055596554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "aai-ml",
"timestamp": 1635055595091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635055596824,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:09:22.060Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa03e08f-7dda-4b50-b11e-2d8b9a814d83
2021-10-24T06:09:22.060Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa03e08f-7dda-4b50-b11e-2d8b9a814d83 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:09:22.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055596849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.070Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "ves-openapi-manager",
"timestamp": 1635055590189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "cds",
"timestamp": 1635055597530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:09:22.077Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa03e08f-7dda-4b50-b11e-2d8b9a814d83
2021-10-24T06:09:22.077Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa03e08f-7dda-4b50-b11e-2d8b9a814d83 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:09:22.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055597577,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:09:22.089Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa03e08f-7dda-4b50-b11e-2d8b9a814d83
2021-10-24T06:09:22.089Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa03e08f-7dda-4b50-b11e-2d8b9a814d83 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-24T06:09:22.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "aai-ml",
"timestamp": 1635055595091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635055598581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-24T06:09:22.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "aai-ml",
"timestamp": 1635055595091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055598803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.097Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "clamp",
"timestamp": 1635055598470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.097Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "aai-ml",
"timestamp": 1635055595091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "clamp",
"timestamp": 1635055598470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
"status": "NOTIFIED"
}
2021-10-24T06:09:22.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055600183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.099Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "aai-ml",
"timestamp": 1635055595091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "clamp",
"timestamp": 1635055598470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055601280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-24T06:09:22.105Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "aai-ml",
"timestamp": 1635055595091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:09:22.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "clamp",
"timestamp": 1635055598470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055602283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-24T06:09:22.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "aai-ml",
"timestamp": 1635055602839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "clamp",
"timestamp": 1635055598470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055603287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-24T06:09:22.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "clamp",
"timestamp": 1635055598470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055604292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T06:09:22.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "clamp",
"timestamp": 1635055598470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:09:22.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:09:22.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "aai-ml",
"timestamp": 1635055611675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T06:09:22.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "aai-ml",
"timestamp": 1635055612679,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:09:22.116Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa03e08f-7dda-4b50-b11e-2d8b9a814d83
2021-10-24T06:09:22.116Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa03e08f-7dda-4b50-b11e-2d8b9a814d83 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:09:22.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "clamp",
"timestamp": 1635055616028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "clamp",
"timestamp": 1635055618038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T06:09:22.126Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "clamp",
"timestamp": 1635055619041,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:09:22.130Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fa03e08f-7dda-4b50-b11e-2d8b9a814d83
2021-10-24T06:09:22.130Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa03e08f-7dda-4b50-b11e-2d8b9a814d83 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:09:45.430Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:09:45.450Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:09:45.455Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:09:45.456Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-24T06:09:45.456Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-24T06:09:45.456Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-24T06:09:45.456Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T06:09:45.456Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T06:09:45.456Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T06:09:45.456Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T06:09:45.456Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T06:09:45.457Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T06:09:45.457Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:09:45.470Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-24T06:10:15.471Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-24T06:10:15.483Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83 and serviceModelVersionId: 5f42cfb1-13bd-4730-aa0e-9b2a6ff97618
2021-10-24T06:10:15.484Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dc67f8a3-1070-4126-9e57-d470ad497c66
2021-10-24T06:10:15.486Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dc67f8a3-1070-4126-9e57-d470ad497c66/model-vers/model-ver/5f42cfb1-13bd-4730-aa0e-9b2a6ff97618?depth=0
2021-10-24T06:10:15.494Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-10-24T06:10:15.555Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc67f8a3-1070-4126-9e57-d470ad497c66/model-vers/model-ver/5f42cfb1-13bd-4730-aa0e-9b2a6ff97618?depth=0|INFO|500||Invoke
2021-10-24T06:10:15.556Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc67f8a3-1070-4126-9e57-d470ad497c66/model-vers/model-ver/5f42cfb1-13bd-4730-aa0e-9b2a6ff97618?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc67f8a3-1070-4126-9e57-d470ad497c66/model-vers/model-ver/5f42cfb1-13bd-4730-aa0e-9b2a6ff97618?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa03e08f-7dda-4b50-b11e-2d8b9a814d83], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[756223d3-d7e0-4991-b168-f9bf2860e39c], X-ECOMP-RequestID=[fa03e08f-7dda-4b50-b11e-2d8b9a814d83], X-TransactionId=[], X-ONAP-RequestID=[fa03e08f-7dda-4b50-b11e-2d8b9a814d83], Content-Type=[application/merge-patch+json]}
2021-10-24T06:10:15.590Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc67f8a3-1070-4126-9e57-d470ad497c66/model-vers/model-ver/5f42cfb1-13bd-4730-aa0e-9b2a6ff97618?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-24T06:10:16.463Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc67f8a3-1070-4126-9e57-d470ad497c66/model-vers/model-ver/5f42cfb1-13bd-4730-aa0e-9b2a6ff97618?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc67f8a3-1070-4126-9e57-d470ad497c66/model-vers/model-ver/5f42cfb1-13bd-4730-aa0e-9b2a6ff97618?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211024-06:10:15:607-97064], vertex-id=[172224], Content-Length=[0], Date=[Sun, 24 Oct 2021 06:10:15 GMT], Content-Type=[application/json]}
2021-10-24T06:10:16.463Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc67f8a3-1070-4126-9e57-d470ad497c66/model-vers/model-ver/5f42cfb1-13bd-4730-aa0e-9b2a6ff97618?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-24T06:10:16.464Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc67f8a3-1070-4126-9e57-d470ad497c66/model-vers/model-ver/5f42cfb1-13bd-4730-aa0e-9b2a6ff97618?depth=0|INFO|500||InvokeReturn
2021-10-24T06:10:16.464Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-24T06:10:16.465Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-24T06:10:16.469Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-24T06:10:16.470Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa03e08f-7dda-4b50-b11e-2d8b9a814d83 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-24T06:10:16.470Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-24T06:10:16.471Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:10:16.474Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:10:16.474Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055816470,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:10:16.574Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:10:16.575Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:10:16.575Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:10:16.595Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:10:16.596Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-24T06:10:17.490Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:10:17.491Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:10:17.491Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:10:21.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:10:21.470Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:10:21.470Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:10:22.099Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:10:22.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:10:22.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635055816470,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:10:22.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:10:28.191Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:10:28.192Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:10:28.192Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:10:28.193Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:10:37.740Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:10:37.741Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:10:37.741Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:10:37.741Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:10:47.291Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:10:47.292Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:10:47.293Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:10:47.293Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:10:56.846Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:11:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:11:21.463Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:11:21.469Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:11:21.470Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:11:21.469Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:11:21.470Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:11:31.022Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:11:31.026Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:12:21.463Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:12:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:12:21.467Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:12:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:12:21.468Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:12:21.468Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:12:31.050Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:12:31.084Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:13:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:13:21.464Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:13:21.472Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:13:21.472Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:13:21.475Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:13:21.475Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:13:31.027Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:13:31.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:14:21.463Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:14:21.465Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:14:21.466Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:14:21.466Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:14:21.466Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:14:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:14:31.062Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:14:31.073Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:15:21.463Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:15:21.465Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:15:21.465Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:15:21.465Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:15:21.465Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:15:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:15:31.023Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:15:31.023Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:16:21.463Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:16:21.465Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:16:21.467Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:16:21.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:16:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:16:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:16:31.070Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:16:31.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:17:21.466Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:17:21.468Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:17:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:17:21.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:17:21.471Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:17:21.471Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:17:31.025Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:17:31.033Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:18:21.463Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:18:21.464Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:18:21.464Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:18:21.465Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:18:21.465Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:18:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:18:31.045Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:18:31.045Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:19:21.463Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:19:21.465Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:19:21.465Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:19:21.465Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:19:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:19:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:19:31.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:19:31.027Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:20:21.463Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:20:21.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:20:21.467Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:20:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:20:21.473Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:20:21.473Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:20:31.043Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:20:31.050Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:21:21.467Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:21:21.469Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:21:21.469Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:21:21.470Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:21:21.469Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:21:21.473Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:21:31.036Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:21:31.058Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:22:21.463Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:22:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:22:21.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:22:21.465Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:22:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:22:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:22:31.021Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:22:31.343Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:22:31.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T06:22:31.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7481f7dd-e9d3-451d-82bd-668efc653852","serviceDescription":"service","serviceInvariantUUID":"b8c6e592-7668-46c7-bf87-3d37c6fa256f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dd08280e-6596-44dd-863b-eac0b696403f","resourceInvariantUUID":"5f56f4a5-1e94-465c-ab99-c7a5028a7b04","resourceCustomizationUUID":"8ea7781a-14de-41b9-9579-54bd74e83768","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ZDUzN2JkMDMwOWZiN2UxYmMwOGE1M2YwNjhjODY0MWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"841c4d23-3e62-41b2-87ce-c875063f81ff","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmVlNTNkYjNkNzlkMjI1ZGRjOGQ1YjQyNmVhMDc3NTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"03e1a4ea-49d0-4b7f-9522-6a0ca160f991","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-24T06:22:31.351Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:22:31.352Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:22:31.356Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:22:31.356Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635056541463,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:22:31.456Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:22:31.457Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:22:31.458Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:22:31.478Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:22:31.478Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:22:32.359Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:22:32.359Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:22:32.361Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:22:32.362Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635056541463,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:22:32.462Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:22:32.463Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:22:32.463Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:22:32.493Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:22:32.494Z||pool-36-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:22:33.365Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "7481f7dd-e9d3-451d-82bd-668efc653852",
"serviceDescription": "service",
"serviceInvariantUUID": "b8c6e592-7668-46c7-bf87-3d37c6fa256f",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "8ea7781a-14de-41b9-9579-54bd74e83768",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "dd08280e-6596-44dd-863b-eac0b696403f",
"resourceInvariantUUID": "5f56f4a5-1e94-465c-ab99-c7a5028a7b04",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "ZmVlNTNkYjNkNzlkMjI1ZGRjOGQ1YjQyNmVhMDc3NTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "03e1a4ea-49d0-4b7f-9522-6a0ca160f991"
}
],
"workloadContext": "Production"
}
2021-10-24T06:22:33.366Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-24T06:22:33.366Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7481f7dd-e9d3-451d-82bd-668efc653852 ASDC
2021-10-24T06:22:33.367Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7481f7dd-e9d3-451d-82bd-668efc653852
ServiceInvariantUUID:b8c6e592-7668-46c7-bf87-3d37c6fa256f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:03e1a4ea-49d0-4b7f-9522-6a0ca160f991
ArtifactChecksum:ZmVlNTNkYjNkNzlkMjI1ZGRjOGQ1YjQyNmVhMDc3NTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8ea7781a-14de-41b9-9579-54bd74e83768
ResourceInvariantUUID:5f56f4a5-1e94-465c-ab99-c7a5028a7b04
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dd08280e-6596-44dd-863b-eac0b696403f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-10-24T06:22:33.367Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7481f7dd-e9d3-451d-82bd-668efc653852 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:22:33.396Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:22:33.397Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-24T06:22:33.398Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-24T06:22:33.398Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 03e1a4ea-49d0-4b7f-9522-6a0ca160f991 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-24T06:22:33.398Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-24T06:22:33.398Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-24T06:22:34.451Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-24T06:22:34.453Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 03e1a4ea-49d0-4b7f-9522-6a0ca160f991 52178
2021-10-24T06:22:34.454Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-24T06:22:34.454Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-24T06:22:34.454Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:22:34.454Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:22:34.456Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:22:34.457Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635056554454,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:22:34.557Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:22:34.558Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:22:34.558Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:22:34.568Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:22:34.568Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:22:35.457Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:22:35.459Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-24T06:22:35.459Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 03e1a4ea-49d0-4b7f-9522-6a0ca160f991, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:35.460Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-24T06:22:35.460Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:35.460Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:35.655Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3630187295717209995/Definitions/service-BasicNetwork-template.yml
2021-10-24T06:22:36.117Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-24T06:22:36.117Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-24T06:22:36.118Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:36.118Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-24T06:22:36.118Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:36.118Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:36.119Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:36.119Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:36.119Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|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-BasicNetwork-csar.csar
2021-10-24T06:22:36.119Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:36.120Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:36.120Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:36.120Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-24T06:22:36.120Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:22:36.121Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.121Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-24T06:22:36.121Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-24T06:22:36.122Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:22:36.122Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:22:36.122Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.122Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-24T06:22:36.123Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-24T06:22:36.123Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:22:36.123Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:22:36.123Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.124Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:22:36.124Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.125Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:22:36.125Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.125Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:22:36.125Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.126Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:22:36.126Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.126Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:7481f7dd-e9d3-451d-82bd-668efc653852
Model Version:NULL
Model InvariantUuid:b8c6e592-7668-46c7-bf87-3d37c6fa256f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:5f56f4a5-1e94-465c-ab99-c7a5028a7b04
Model UUID:97d45951-2023-4d58-acb3-0fc280fe369f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:8ea7781a-14de-41b9-9579-54bd74e83768
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-24T06:22:36.133Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: dd08280e-6596-44dd-863b-eac0b696403f
2021-10-24T06:22:36.133Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||No resources found for Service: 7481f7dd-e9d3-451d-82bd-668efc653852
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-24T06:22:36.141Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||
2021-10-24T06:22:36.141Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-10-24T06:22:36.142Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 7481f7dd-e9d3-451d-82bd-668efc653852
2021-10-24T06:22:36.142Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7481f7dd-e9d3-451d-82bd-668efc653852
2021-10-24T06:22:36.142Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-10-24T06:22:36.143Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-24T06:22:36.147Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71544ab1, org.onap.sdc.toscaparser.api.parameters.Input@c8db77d, org.onap.sdc.toscaparser.api.parameters.Input@3b641cf6, org.onap.sdc.toscaparser.api.parameters.Input@5c00594c, org.onap.sdc.toscaparser.api.parameters.Input@f5291bf]
2021-10-24T06:22:36.149Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:22:36.149Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.150Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:22:36.150Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.150Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7481f7dd-e9d3-451d-82bd-668efc653852: Generic NeutronNet
2021-10-24T06:22:36.151Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:22:36.151Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.151Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:22:36.151Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-10-24T06:22:36.188Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:22:36.188Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.189Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:22:36.189Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.189Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:22:36.190Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.190Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-24T06:22:36.245Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-10-24T06:22:36.245Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-24T06:22:36.245Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-24T06:22:36.245Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:22:36.246Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:22:36.248Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:22:36.248Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635056556245,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T06:22:36.348Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:22:36.349Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:22:36.349Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:22:36.358Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:22:36.358Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:22:37.248Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:22:37.258Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:22:37.260Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:22:37.260Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:22:37.261Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:23:07.261Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:23:07.279Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:23:07.282Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:23:07.282Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:23:07.282Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:23:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:23:21.467Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:23:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:23:22.097Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:23:22.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "ves-openapi-manager",
"timestamp": 1635056550188,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:23:22.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:23:22.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635056541617,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:23:22.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:23:22.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "cds",
"timestamp": 1635056547945,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:23:22.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:23:22.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635056541688,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:23:22.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:23:22.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635056541463,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:23:22.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:23:22.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "policy-id",
"timestamp": 1635056542678,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:23:22.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:23:22.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "ves-openapi-manager",
"timestamp": 1635056550188,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:23:22.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:23:22.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "cds",
"timestamp": 1635056547945,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635056541617,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635056541688,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "policy-id",
"timestamp": 1635056542678,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635056541463,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635056554262,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "cds",
"timestamp": 1635056554266,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "policy-id",
"timestamp": 1635056554361,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635056554454,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:23:22.105Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:23:22.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "cds",
"timestamp": 1635056555276,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:23:22.112Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
2021-10-24T06:23:22.112Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:23:22.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "policy-id",
"timestamp": 1635056555369,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T06:23:22.127Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:23:22.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "aai-ml",
"timestamp": 1635056555091,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:23:22.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:23:22.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635056555919,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T06:23:22.128Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:23:22.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635056556245,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T06:23:22.128Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:23:22.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "policy-id",
"timestamp": 1635056556374,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:23:22.133Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
2021-10-24T06:23:22.133Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:23:22.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "aai-ml",
"timestamp": 1635056555091,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:23:22.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:23:22.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635056556923,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:23:22.145Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
2021-10-24T06:23:22.146Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:23:22.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "dcae-sch",
"timestamp": 1635056556559,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:23:22.154Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:23:22.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "dcae-sch",
"timestamp": 1635056556559,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:23:22.154Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:23:22.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "aai-ml",
"timestamp": 1635056558365,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "clamp",
"timestamp": 1635056558468,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "clamp",
"timestamp": 1635056558468,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "aai-ml",
"timestamp": 1635056562962,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "aai-ml",
"timestamp": 1635056563966,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:23:22.160Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
2021-10-24T06:23:22.160Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:23:22.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "clamp",
"timestamp": 1635056567282,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:23:22.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:23:22.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "clamp",
"timestamp": 1635056568300,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T06:23:22.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:23:22.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "clamp",
"timestamp": 1635056569303,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:23:22.173Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
2021-10-24T06:23:22.173Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:23:37.282Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:23:37.300Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:23:37.302Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:23:37.303Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-24T06:23:37.303Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-24T06:23:37.303Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-24T06:23:37.303Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T06:23:37.304Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T06:23:37.304Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T06:23:37.305Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T06:23:37.305Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T06:23:37.306Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T06:23:37.306Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|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-10-24T06:23:37.313Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-24T06:24:07.314Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-24T06:24:07.322Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1 and serviceModelVersionId: 7481f7dd-e9d3-451d-82bd-668efc653852
2021-10-24T06:24:07.322Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b8c6e592-7668-46c7-bf87-3d37c6fa256f
2021-10-24T06:24:07.323Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b8c6e592-7668-46c7-bf87-3d37c6fa256f/model-vers/model-ver/7481f7dd-e9d3-451d-82bd-668efc653852?depth=0
2021-10-24T06:24:07.328Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-10-24T06:24:07.415Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8c6e592-7668-46c7-bf87-3d37c6fa256f/model-vers/model-ver/7481f7dd-e9d3-451d-82bd-668efc653852?depth=0|INFO|500||Invoke
2021-10-24T06:24:07.416Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8c6e592-7668-46c7-bf87-3d37c6fa256f/model-vers/model-ver/7481f7dd-e9d3-451d-82bd-668efc653852?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8c6e592-7668-46c7-bf87-3d37c6fa256f/model-vers/model-ver/7481f7dd-e9d3-451d-82bd-668efc653852?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c5b9344b-401c-4f80-91ee-6224c8a8af99], X-ECOMP-RequestID=[ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1], X-TransactionId=[], X-ONAP-RequestID=[ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1], Content-Type=[application/merge-patch+json]}
2021-10-24T06:24:07.438Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8c6e592-7668-46c7-bf87-3d37c6fa256f/model-vers/model-ver/7481f7dd-e9d3-451d-82bd-668efc653852?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-24T06:24:07.705Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8c6e592-7668-46c7-bf87-3d37c6fa256f/model-vers/model-ver/7481f7dd-e9d3-451d-82bd-668efc653852?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8c6e592-7668-46c7-bf87-3d37c6fa256f/model-vers/model-ver/7481f7dd-e9d3-451d-82bd-668efc653852?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211024-06:24:07:451-21977], vertex-id=[221304], Content-Length=[0], Date=[Sun, 24 Oct 2021 06:24:07 GMT], Content-Type=[application/json]}
2021-10-24T06:24:07.706Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8c6e592-7668-46c7-bf87-3d37c6fa256f/model-vers/model-ver/7481f7dd-e9d3-451d-82bd-668efc653852?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-24T06:24:07.706Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8c6e592-7668-46c7-bf87-3d37c6fa256f/model-vers/model-ver/7481f7dd-e9d3-451d-82bd-668efc653852?depth=0|INFO|500||InvokeReturn
2021-10-24T06:24:07.707Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-24T06:24:07.707Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-24T06:24:07.714Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|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-10-24T06:24:07.714Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-24T06:24:07.714Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-24T06:24:07.715Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:07.718Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:07.718Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635056647714,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:24:07.818Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:24:07.821Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:07.821Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:07.834Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:24:07.835Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-24T06:24:08.741Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:24:08.743Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:24:08.743Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:09.392Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:24:09.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-24T06:24:09.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1356bde-5072-4a97-ab7f-6579cedf6cd7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"5c0f1c66-5d69-41ae-a807-cafa4f5e825a","serviceDescription":"service","serviceInvariantUUID":"4758a319-9fce-4c46-9d4f-0f966a5daee9","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1c9a1dcc-c184-46f9-befc-21af582aa901","resourceInvariantUUID":"8a839af8-9486-4a74-ad32-406c27298973","resourceCustomizationUUID":"ba83e7cc-0faf-456a-ab67-d3f9b0b8aed4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YjQ3NjAyMzdkODhlOWY2NzVmYWQ3ZGFkZDgxNzhjMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aa504eca-6630-42c4-95c1-ff8bc867834e","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NWNkM2Q1NDNiOGQxMTQ5NmZjNzcyNGVkNDhlZDZiNjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c83f8f96-02de-4a25-8c45-e75e1712bea8","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"00116e05-1046-4001-b754-87990267dad1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8ccb827f-11c5-4e27-b063-a3e88012bd6e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c06a05a5-9676-4eee-9195-f355d30f892b","artifactVersion":"2","generatedFromUUID":"00116e05-1046-4001-b754-87990267dad1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzUzZmQ2NDQ4MmRlYjMzNjJhZjY1OTM0ZTQ4Njg1YjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"11e184d1-8844-4895-b933-158fa26e17bf","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTMxZTEyYjU2ZWNiYmUzMTAzMTFhY2ZjM2ZmNzMxN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6afb56b-10cc-4d2e-b098-d37b4ee2a8b8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-24T06:24:09.397Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:24:09.397Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:09.399Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:09.399Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635056648741,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:24:09.501Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-24T06:24:09.503Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:09.503Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:09.548Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:24:09.548Z||pool-40-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:24:10.400Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:24:10.402Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:10.406Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:10.406Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635056648741,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-10-24T06:24:10.506Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:24:10.507Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:10.507Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:10.517Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:24:10.518Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:24:11.408Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:24:11.409Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:11.412Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:11.412Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635056648741,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-10-24T06:24:11.513Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-24T06:24:11.514Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:11.515Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:11.527Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:24:11.528Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:24:12.414Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:24:12.416Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:12.419Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:12.419Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635056648741,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:24:12.519Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:24:12.520Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:12.520Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:12.528Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:24:12.529Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:24:13.419Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:24:13.421Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:13.423Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:13.424Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635056648741,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-10-24T06:24:13.524Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:24:13.525Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:13.526Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:13.533Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:24:13.533Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:24:14.424Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:24:14.424Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:14.427Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:14.427Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635056648741,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T06:24:14.527Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:24:14.528Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:14.529Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:14.536Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:24:14.536Z||pool-45-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:24:15.427Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:24:15.429Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:15.444Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:15.444Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635056648741,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T06:24:15.531Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2021-10-24T06:24:15.532Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:15.532Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:15.543Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:24:15.543Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:24:16.445Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "5c0f1c66-5d69-41ae-a807-cafa4f5e825a",
"serviceDescription": "service",
"serviceInvariantUUID": "4758a319-9fce-4c46-9d4f-0f966a5daee9",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "ba83e7cc-0faf-456a-ab67-d3f9b0b8aed4",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1c9a1dcc-c184-46f9-befc-21af582aa901",
"resourceInvariantUUID": "8a839af8-9486-4a74-ad32-406c27298973",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "NWNkM2Q1NDNiOGQxMTQ5NmZjNzcyNGVkNDhlZDZiNjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c83f8f96-02de-4a25-8c45-e75e1712bea8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "00116e05-1046-4001-b754-87990267dad1",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c06a05a5-9676-4eee-9195-f355d30f892b",
"generatedFromUUID": "00116e05-1046-4001-b754-87990267dad1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c06a05a5-9676-4eee-9195-f355d30f892b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NTMxZTEyYjU2ZWNiYmUzMTAzMTFhY2ZjM2ZmNzMxN2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a6afb56b-10cc-4d2e-b098-d37b4ee2a8b8"
}
],
"workloadContext": "Production"
}
2021-10-24T06:24:16.446Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-24T06:24:16.446Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5c0f1c66-5d69-41ae-a807-cafa4f5e825a ASDC
2021-10-24T06:24:16.447Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e1356bde-5072-4a97-ab7f-6579cedf6cd7
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:5c0f1c66-5d69-41ae-a807-cafa4f5e825a
ServiceInvariantUUID:4758a319-9fce-4c46-9d4f-0f966a5daee9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:a6afb56b-10cc-4d2e-b098-d37b4ee2a8b8
ArtifactChecksum:NTMxZTEyYjU2ZWNiYmUzMTAzMTFhY2ZjM2ZmNzMxN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ba83e7cc-0faf-456a-ab67-d3f9b0b8aed4
ResourceInvariantUUID:8a839af8-9486-4a74-ad32-406c27298973
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1c9a1dcc-c184-46f9-befc-21af582aa901
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:c83f8f96-02de-4a25-8c45-e75e1712bea8
ArtifactChecksum:NWNkM2Q1NDNiOGQxMTQ5NmZjNzcyNGVkNDhlZDZiNjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:00116e05-1046-4001-b754-87990267dad1
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:c06a05a5-9676-4eee-9195-f355d30f892b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:c06a05a5-9676-4eee-9195-f355d30f892b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-24T06:24:16.448Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5c0f1c66-5d69-41ae-a807-cafa4f5e825a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:24:16.484Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:24:16.485Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-24T06:24:16.485Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-24T06:24:16.485Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a6afb56b-10cc-4d2e-b098-d37b4ee2a8b8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-24T06:24:16.485Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-24T06:24:16.485Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-24T06:24:17.150Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-24T06:24:17.154Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a6afb56b-10cc-4d2e-b098-d37b4ee2a8b8 70853
2021-10-24T06:24:17.154Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-24T06:24:17.154Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-24T06:24:17.154Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:24:17.154Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:17.156Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:17.156Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635056657154,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T06:24:17.256Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:24:17.257Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:17.257Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:17.291Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T06:24:17.292Z||pool-47-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:24:18.157Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:24:18.158Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-24T06:24:18.158Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a6afb56b-10cc-4d2e-b098-d37b4ee2a8b8, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:18.159Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-24T06:24:18.162Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:18.162Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:18.333Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP93790354265907926/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-24T06:24:19.551Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-24T06:24:19.551Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-24T06:24:19.551Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:19.551Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-24T06:24:19.552Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:19.552Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:19.552Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:19.552Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:19.552Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:19.552Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:19.552Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:19.552Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:19.552Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:19.552Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-24T06:24:19.553Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:24:19.553Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:24:19.553Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-24T06:24:19.553Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-24T06:24:19.553Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:24:19.554Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:24:19.554Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:24:19.554Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-24T06:24:19.554Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-24T06:24:19.554Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:24:19.554Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:24:19.554Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:24:19.555Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:24:19.555Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-24T06:24:19.555Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-24T06:24:19.555Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-24T06:24:19.555Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-24T06:24:19.555Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-24T06:24:19.555Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-24T06:24:19.556Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:24:19.556Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-24T06:24:19.556Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:24:19.556Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-24T06:24:19.556Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:24:19.556Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:24:19.557Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-24T06:24:19.557Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:24:19.557Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T06:24:19.557Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-24T06:24:19.557Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:24:19.557Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery