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-04-19T17:46:25.025Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-kn6sb with PID 15 (/app/app.jar started by so in /app)
2021-04-19T17:46:25.030Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-19T17:46:25.030Z||main|||||INFO|500||The following profiles are active: basic
2021-04-19T17:46:31.375Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-19T17:46:31.375Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-19T17:46:31.453Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-19T17:46:32.794Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-19T17:46:32.927Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-19T17:46:33.296Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-19T17:46:33.306Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-19T17:46:33.375Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-19T17:46:33.489Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-19T17:46:33.870Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-19T17:46:34.487Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-19T17:46:36.554Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-19T17:46:36.599Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-19T17:46:36.894Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-19T17:46:37.122Z||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-04-19T17:46:38.156Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-19T17:46:38.986Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-19T17:46:39.016Z||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$$83973e3c.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-04-19T17:46:39.017Z||main|||||WARN|500||The sdc end point is not alive
2021-04-19T17:46:41.143Z||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-04-19T17:46:43.293Z||main|||||WARN|500||---
2021-04-19T17:46:43.294Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-19T17:46:43.294Z||main|||||WARN|500||---
2021-04-19T17:46:43.678Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-19T17:46:46.278Z||main|||||INFO|500||Started Application in 23.172 seconds (JVM running for 24.234)
2021-04-19T17:46:46.281Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-19T17:46:46.302Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-19T17:46:46.315Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-19T17:46:46.337Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-19T17:46:46.424Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c5a8ec2-4b08-4b54-9009-840441ccf2c6 url= /sdc/v1/artifactTypes
2021-04-19T17:46:46.425Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-19T17:46:46.685Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-19T17:46:46.721Z||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-04-19T17:46:46.742Z||scheduling-1|||||DEBUG|500||create keys
2021-04-19T17:46:46.748Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-19T17:46:46.767Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:46:46.784Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ada70c25-dc6a-4048-98d0-48f23fb3ab3e url= /sdc/v1/registerForDistribution
2021-04-19T17:46:47.043Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ada70c25-dc6a-4048-98d0-48f23fb3ab3e url= /sdc/v1/registerForDistribution
2021-04-19T17:46:47.044Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-19T17:46:47.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:46:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:46:47.064Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-19T17:46:47.065Z||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-04-19T17:46:47.066Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:46:47.066Z||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-04-19T17:46:47.066Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:46:57.283Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:46:57.288Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:47:47.057Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:47:47.058Z||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-04-19T17:47:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:47:47.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:47:47.060Z||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-04-19T17:47:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:47:56.606Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:47:56.606Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:48:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:48:47.058Z||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-04-19T17:48:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:48:47.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:48:47.060Z||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-04-19T17:48:47.061Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:48:56.607Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:48:56.608Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:49:47.057Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:49:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:49:47.059Z||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-04-19T17:49:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:49:47.059Z||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-04-19T17:49:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:49:56.602Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:49:56.602Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:50:47.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:50:47.058Z||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-04-19T17:50:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:50:47.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:50:47.059Z||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-04-19T17:50:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:50:56.605Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:50:56.607Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:51:47.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:51:47.058Z||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-04-19T17:51:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:51:47.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:51:47.059Z||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-04-19T17:51:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:51:56.610Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:51:56.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:52:47.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:52:47.058Z||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-04-19T17:52:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:52:47.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:52:47.059Z||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-04-19T17:52:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:52:56.606Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:52:56.606Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:53:47.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:53:47.057Z||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-04-19T17:53:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:53:47.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:53:47.059Z||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-04-19T17:53:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:53:56.600Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:53:56.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:54:47.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:54:47.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:54:47.059Z||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-04-19T17:54:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:54:47.059Z||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-04-19T17:54:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:54:56.605Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:54:56.606Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:55:47.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:55:47.058Z||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-04-19T17:55:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:55:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:55:47.067Z||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-04-19T17:55:47.067Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:55:56.603Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:55:56.604Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:56:22.577Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-19T17:56:47.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:56:47.058Z||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-04-19T17:56:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:56:47.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:56:47.059Z||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-04-19T17:56:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:56:56.600Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:56:56.600Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:57:47.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:57:47.058Z||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-04-19T17:57:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:57:47.059Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:57:47.060Z||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-04-19T17:57:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:57:56.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:57:56.602Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:58:47.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:58:47.058Z||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-04-19T17:58:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:58:47.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:58:47.060Z||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-04-19T17:58:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:58:56.598Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:58:56.599Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:59:47.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:59:47.057Z||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-04-19T17:59:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:59:47.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T17:59:47.059Z||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-04-19T17:59:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T17:59:56.600Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T17:59:56.601Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:00:47.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:00:47.058Z||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-04-19T18:00:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:00:47.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:00:47.059Z||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-04-19T18:00:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:00:56.606Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:00:56.606Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:01:47.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:01:47.058Z||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-04-19T18:01:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:01:47.059Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:01:47.059Z||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-04-19T18:01:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:01:56.607Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:01:56.607Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:02:47.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:02:47.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:02:47.062Z||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-04-19T18:02:47.062Z||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-04-19T18:02:47.062Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:02:47.062Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:02:56.611Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:02:56.618Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:03:47.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:03:47.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:03:47.059Z||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-04-19T18:03:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:03:47.059Z||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-04-19T18:03:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:03:56.604Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:03:56.604Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:04:47.057Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:04:47.058Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-19T18:04:47.058Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LjeJyZo92afNBi4r) ...
2021-04-19T18:04:47.060Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:04:47.061Z||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-04-19T18:04:47.062Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:04:56.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:04:56.618Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:05:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:05:47.058Z||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-04-19T18:05:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:05:47.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:05:47.059Z||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-04-19T18:05:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:05:56.601Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:05:56.601Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:06:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:06:47.058Z||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-04-19T18:06:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:06:47.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:06:47.060Z||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-04-19T18:06:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:06:56.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:06:56.603Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:07:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:07:47.058Z||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-04-19T18:07:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:07:47.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:07:47.060Z||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-04-19T18:07:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:07:56.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:07:56.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:08:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:08:47.058Z||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-04-19T18:08:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:08:47.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:08:47.059Z||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-04-19T18:08:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:08:56.599Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:08:56.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:09:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:09:47.058Z||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-04-19T18:09:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:09:47.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:09:47.059Z||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-04-19T18:09:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:09:56.603Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:09:56.604Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:10:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:10:47.058Z||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-04-19T18:10:47.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:10:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:10:47.059Z||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-04-19T18:10:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:10:56.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:10:56.600Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:11:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:11:47.058Z||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-04-19T18:11:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:11:47.059Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:11:47.059Z||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-04-19T18:11:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:11:56.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:11:56.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:12:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:12:47.058Z||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-04-19T18:12:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:12:47.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:12:47.059Z||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-04-19T18:12:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:12:56.601Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:12:56.601Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:13:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:13:47.058Z||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-04-19T18:13:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:13:47.059Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:13:47.059Z||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-04-19T18:13:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:13:56.594Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:13:56.597Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:14:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:14:47.058Z||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-04-19T18:14:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:14:47.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:14:47.059Z||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-04-19T18:14:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:14:56.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:14:56.600Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:15:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:15:47.058Z||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-04-19T18:15:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:15:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:15:47.059Z||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-04-19T18:15:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:15:56.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:15:56.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:16:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:16:47.058Z||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-04-19T18:16:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:16:47.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:16:47.059Z||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-04-19T18:16:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:16:56.594Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:16:56.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:17:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:17:47.058Z||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-04-19T18:17:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:17:47.059Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:17:47.060Z||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-04-19T18:17:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:17:56.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:17:56.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:18:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:18:47.058Z||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-04-19T18:18:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:18:47.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:18:47.059Z||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-04-19T18:18:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:18:56.601Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:18:56.602Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:19:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:19:47.058Z||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-04-19T18:19:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:19:47.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:19:47.059Z||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-04-19T18:19:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:19:56.600Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:19:56.602Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:20:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:20:47.058Z||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-04-19T18:20:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:20:47.059Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:20:47.059Z||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-04-19T18:20:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:20:56.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:20:56.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:21:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:21:47.058Z||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-04-19T18:21:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:21:47.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:21:47.059Z||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-04-19T18:21:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:21:56.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:21:56.599Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:22:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:22:47.058Z||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-04-19T18:22:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:22:47.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:22:47.059Z||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-04-19T18:22:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:22:56.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:22:56.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:23:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:23:47.058Z||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-04-19T18:23:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:23:47.059Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:23:47.059Z||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-04-19T18:23:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:23:56.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:23:56.597Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:24:47.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:24:47.058Z||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-04-19T18:24:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:24:47.059Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:24:47.059Z||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-04-19T18:24:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:24:56.596Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:24:56.599Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:25:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:25:47.058Z||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-04-19T18:25:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:25:47.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:25:47.059Z||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-04-19T18:25:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:25:56.596Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:25:56.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:26:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:26:47.058Z||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-04-19T18:26:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:26:47.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:26:47.059Z||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-04-19T18:26:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:26:56.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:26:56.599Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:27:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:27:47.058Z||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-04-19T18:27:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:27:47.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:27:47.059Z||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-04-19T18:27:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:27:56.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:27:56.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:28:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:28:47.058Z||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-04-19T18:28:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:28:47.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:28:47.059Z||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-04-19T18:28:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:28:56.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:28:56.602Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:29:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:29:47.058Z||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-04-19T18:29:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:29:47.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:29:47.059Z||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-04-19T18:29:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:29:56.597Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:29:56.597Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:30:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:30:47.058Z||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-04-19T18:30:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:30:47.059Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:30:47.059Z||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-04-19T18:30:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:30:56.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:30:56.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:31:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:31:47.057Z||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-04-19T18:31:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:31:47.059Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:31:47.059Z||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-04-19T18:31:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:31:56.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:31:56.600Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:32:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:32:47.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:32:47.060Z||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-04-19T18:32:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:32:47.063Z||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-04-19T18:32:47.063Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:32:56.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:32:56.604Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:33:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:33:47.057Z||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-04-19T18:33:47.057Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:33:47.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:33:47.059Z||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-04-19T18:33:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:33:56.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:33:56.599Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:34:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:34:47.057Z||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-04-19T18:34:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:34:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:34:47.059Z||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-04-19T18:34:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:34:56.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:34:56.600Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:35:47.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:35:47.057Z||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-04-19T18:35:47.057Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:35:47.059Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:35:47.059Z||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-04-19T18:35:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:35:56.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:35:56.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:36:47.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:36:47.057Z||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-04-19T18:36:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:36:47.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:36:47.060Z||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-04-19T18:36:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:36:56.598Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:36:56.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:37:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:37:47.057Z||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-04-19T18:37:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:37:47.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:37:47.060Z||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-04-19T18:37:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:37:56.600Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:37:56.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:38:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:38:47.058Z||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-04-19T18:38:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:38:47.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:38:47.059Z||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-04-19T18:38:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:38:56.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:38:56.600Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:39:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:39:47.057Z||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-04-19T18:39:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:39:47.059Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:39:47.059Z||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-04-19T18:39:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:39:56.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:39:56.600Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:40:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:40:47.058Z||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-04-19T18:40:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:40:47.059Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:40:47.059Z||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-04-19T18:40:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:40:56.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:40:56.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:41:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:41:47.057Z||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-04-19T18:41:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:41:47.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:41:47.060Z||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-04-19T18:41:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:41:56.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:41:56.600Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:42:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:42:47.058Z||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-04-19T18:42:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:42:47.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:42:47.059Z||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-04-19T18:42:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:42:56.598Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:42:56.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:43:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:43:47.058Z||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-04-19T18:43:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:43:47.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:43:47.060Z||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-04-19T18:43:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:43:56.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:43:56.599Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:44:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:44:47.057Z||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-04-19T18:44:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:44:47.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:44:47.059Z||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-04-19T18:44:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:44:56.598Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:44:56.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:45:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:45:47.057Z||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-04-19T18:45:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:45:47.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:45:47.059Z||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-04-19T18:45:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:45:56.599Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:45:56.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:46:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:46:47.058Z||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-04-19T18:46:47.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:46:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:46:47.059Z||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-04-19T18:46:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:46:56.603Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:46:56.603Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:47:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:47:47.058Z||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-04-19T18:47:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:47:47.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:47:47.059Z||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-04-19T18:47:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:47:56.597Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:47:56.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:48:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:48:47.058Z||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-04-19T18:48:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:48:47.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:48:47.059Z||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-04-19T18:48:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:48:56.599Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:48:56.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:49:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:49:47.058Z||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-04-19T18:49:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:49:47.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:49:47.060Z||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-04-19T18:49:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:49:56.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:49:56.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:50:47.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:50:47.057Z||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-04-19T18:50:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:50:47.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:50:47.059Z||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-04-19T18:50:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:50:47.203Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:50:47.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "ves-openapi-manager",
"timestamp": 1618858221411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858218045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "cds",
"timestamp": 1618858222115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858218276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "policy-id",
"timestamp": 1618858216908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858216461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "cds",
"timestamp": 1618858222115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858218045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"status": "NOTIFIED"
}
2021-04-19T18:50:47.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "ves-openapi-manager",
"timestamp": 1618858221411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "policy-id",
"timestamp": 1618858216908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858218276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"status": "NOTIFIED"
}
2021-04-19T18:50:47.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858216461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"status": "NOTIFIED"
}
2021-04-19T18:50:47.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "ves-openapi-manager",
"timestamp": 1618858221411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858218045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-19T18:50:47.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "cds",
"timestamp": 1618858222115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "policy-id",
"timestamp": 1618858216908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-19T18:50:47.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858218276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-19T18:50:47.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858216461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-19T18:50:47.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "cds",
"timestamp": 1618858222115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "ves-openapi-manager",
"timestamp": 1618858221411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858218045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858218276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "policy-id",
"timestamp": 1618858216908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858216461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858218045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-19T18:50:47.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "cds",
"timestamp": 1618858222115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "ves-openapi-manager",
"timestamp": 1618858221411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858218276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-19T18:50:47.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "policy-id",
"timestamp": 1618858216908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858216461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-19T18:50:47.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "dcae-sch",
"timestamp": 1618858227382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "clamp",
"timestamp": 1618858227804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "ves-openapi-manager",
"timestamp": 1618858221411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858218045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "cds",
"timestamp": 1618858222115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858218276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "policy-id",
"timestamp": 1618858216908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858216461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "dcae-sch",
"timestamp": 1618858227382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618858228434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "clamp",
"timestamp": 1618858227804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"status": "NOTIFIED"
}
2021-04-19T18:50:47.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "ves-openapi-manager",
"timestamp": 1618858221411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "cds",
"timestamp": 1618858222115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T18:50:47.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858218045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T18:50:47.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "policy-id",
"timestamp": 1618858216908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T18:50:47.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858218276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T18:50:47.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858216461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T18:50:47.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "dcae-sch",
"timestamp": 1618858227382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618858228434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "clamp",
"timestamp": 1618858227804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "dcae-sch",
"timestamp": 1618858227382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618858228434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "clamp",
"timestamp": 1618858227804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858231724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:50:47.246Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:50:47.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "cds",
"timestamp": 1618858231731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:50:47.246Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:50:47.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "policy-id",
"timestamp": 1618858231709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:50:47.246Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:50:47.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858231779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:50:47.247Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:50:47.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858231779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:50:47.247Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:50:47.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "dcae-sch",
"timestamp": 1618858227382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618858228434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "clamp",
"timestamp": 1618858227804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "cds",
"timestamp": 1618858232745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-19T18:50:47.383Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
2021-04-19T18:50:47.411Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c8a69e-6681-4c1a-ad55-49e05ba7eccc 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-04-19T18:50:47.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "policy-id",
"timestamp": 1618858232715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-19T18:50:47.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:50:47.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "dcae-sch",
"timestamp": 1618858227382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618858228434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858233258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:50:47.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:50:47.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858233260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:50:47.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:50:47.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858233338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:50:47.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:50:47.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "clamp",
"timestamp": 1618858227804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "policy-id",
"timestamp": 1618858233718,
"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-04-19T18:50:47.445Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
2021-04-19T18:50:47.445Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c8a69e-6681-4c1a-ad55-49e05ba7eccc 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-04-19T18:50:47.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "dcae-sch",
"timestamp": 1618858227382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618858228434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "clamp",
"timestamp": 1618858227804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T18:50:47.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858234862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:50:47.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:50:47.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858234862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:50:47.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:50:47.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858234863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:50:47.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:50:47.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618858228434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T18:50:47.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858235867,
"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-04-19T18:50:47.456Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
2021-04-19T18:50:47.456Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c8a69e-6681-4c1a-ad55-49e05ba7eccc 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-04-19T18:50:47.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858235870,
"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-04-19T18:50:47.467Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
2021-04-19T18:50:47.467Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c8a69e-6681-4c1a-ad55-49e05ba7eccc 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-04-19T18:50:47.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858236288,
"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-04-19T18:50:47.476Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
2021-04-19T18:50:47.476Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c8a69e-6681-4c1a-ad55-49e05ba7eccc 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-04-19T18:50:47.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858236872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-19T18:50:47.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:50:47.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858236873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-19T18:50:47.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:50:47.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618858236960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:50:47.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:50:47.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858237292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-19T18:50:47.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:50:47.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618858240578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-19T18:50:47.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:50:47.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618858241583,
"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-04-19T18:50:47.487Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
2021-04-19T18:50:47.487Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c8a69e-6681-4c1a-ad55-49e05ba7eccc 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-04-19T18:50:47.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "aai-ml",
"timestamp": 1618858242343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "aai-ml",
"timestamp": 1618858242343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "aai-ml",
"timestamp": 1618858242343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "clamp",
"timestamp": 1618858246024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:50:47.502Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:50:47.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "aai-ml",
"timestamp": 1618858242343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-19T18:50:47.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:50:47.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-19T18:50:47.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f1c8a69e-6681-4c1a-ad55-49e05ba7eccc","serviceName":"basic_onboard_DMwibX","serviceVersion":"1.0","serviceUUID":"47f5a3cf-8660-42f8-b837-7b99ee6a076a","serviceDescription":"service","serviceInvariantUUID":"41a79087-01b1-429d-b165-505dbf982194","resources":[{"resourceInstanceName":"basic_onboard_DMwibX 0","resourceName":"basic_onboard_DMwibX","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f4384fa1-131a-44a6-998e-4ff5bb4532ee","resourceInvariantUUID":"7672e3d7-0903-48c7-915d-d9c670383a6e","resourceCustomizationUUID":"b2be0431-5179-43e1-aa51-b9f80fb21007","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml","artifactChecksum":"NDA0ZjM2ZTZmNjIyOTc4NDdlMzE2YjRjZTU1MTU4MjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f48a6ee5-b49c-4ce3-9d3a-77e8d177f2c9","artifactVersion":"1"},{"artifactName":"basic_onboard_dmwibx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json","artifactChecksum":"MjBlYmY3ZjE3MzlhYjM4ODNmYTU2MjYxMWJlYWI3NzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1dfb13ae-3352-4576-86cd-29559c6dd12a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"47f18aef-e898-4775-b4a6-c32f6c9d17b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4421bdb6-1263-4498-8f12-1b6b98940c0b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c7304758-bdcf-4642-992a-c62118d8264b","artifactVersion":"2","generatedFromUUID":"47f18aef-e898-4775-b4a6-c32f6c9d17b1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDmwibx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml","artifactChecksum":"MmYxNGJhZjhmODhjODA5YWQ3NjY1NzkwNDJlMWQxZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4cfa269c-cf15-4840-8db8-0cf2a07622b3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDmwibx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar","artifactChecksum":"ODFjZDIzNDE3YjMyZmU1ZmIwOWQ2NGVmNDIyZGI5YTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cb523abb-4879-48a4-b377-54992e92f4b9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-19T18:50:47.694Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T18:50:47.700Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:50:47.709Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:50:47.709Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858247057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:47.809Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-04-19T18:50:47.812Z||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-04-19T18:50:47.812Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:50:47.823Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:50:47.824Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:50:48.715Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T18:50:48.716Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:50:48.718Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:50:48.718Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858247057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"status": "NOTIFIED"
}
2021-04-19T18:50:48.818Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:50:48.819Z||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-04-19T18:50:48.819Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:50:48.828Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:50:48.828Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:50:49.718Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T18:50:49.719Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:50:49.721Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:50:49.721Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858247057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-19T18:50:49.821Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:50:49.822Z||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-04-19T18:50:49.823Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:50:49.832Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:50:49.833Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:50:50.722Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T18:50:50.723Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:50:50.725Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:50:50.725Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858247057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:50.825Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:50:50.826Z||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-04-19T18:50:50.827Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:50:50.836Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:50:50.836Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:50:51.726Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T18:50:51.727Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:50:51.728Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:50:51.728Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858247057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-19T18:50:51.829Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:50:51.830Z||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-04-19T18:50:51.830Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:50:51.839Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:50:51.840Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:50:52.729Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T18:50:52.730Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:50:52.732Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:50:52.732Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858247057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:50:52.832Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:50:52.833Z||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-04-19T18:50:52.833Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:50:52.843Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:50:52.844Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:50:53.732Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T18:50:53.733Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:50:53.735Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:50:53.736Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858247057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T18:50:53.836Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:50:53.837Z||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-04-19T18:50:53.837Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:50:53.846Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:50:53.847Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:50:54.739Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"serviceName": "basic_onboard_DMwibX",
"serviceVersion": "1.0",
"serviceUUID": "47f5a3cf-8660-42f8-b837-7b99ee6a076a",
"serviceDescription": "service",
"serviceInvariantUUID": "41a79087-01b1-429d-b165-505dbf982194",
"resources": [
{
"resourceInstanceName": "basic_onboard_DMwibX 0",
"resourceCustomizationUUID": "b2be0431-5179-43e1-aa51-b9f80fb21007",
"resourceName": "basic_onboard_DMwibX",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f4384fa1-131a-44a6-998e-4ff5bb4532ee",
"resourceInvariantUUID": "7672e3d7-0903-48c7-915d-d9c670383a6e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_dmwibx0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"artifactChecksum": "MjBlYmY3ZjE3MzlhYjM4ODNmYTU2MjYxMWJlYWI3NzQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1dfb13ae-3352-4576-86cd-29559c6dd12a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "47f18aef-e898-4775-b4a6-c32f6c9d17b1",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c7304758-bdcf-4642-992a-c62118d8264b",
"generatedFromUUID": "47f18aef-e898-4775-b4a6-c32f6c9d17b1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c7304758-bdcf-4642-992a-c62118d8264b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDmwibx-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"artifactChecksum": "ODFjZDIzNDE3YjMyZmU1ZmIwOWQ2NGVmNDIyZGI5YTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cb523abb-4879-48a4-b377-54992e92f4b9"
}
],
"workloadContext": "Production"
}
2021-04-19T18:50:54.740Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-19T18:50:54.740Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 47f5a3cf-8660-42f8-b837-7b99ee6a076a ASDC
2021-04-19T18:50:54.817Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
ServiceName:basic_onboard_DMwibX
ServiceVersion:1.0
ServiceUUID:47f5a3cf-8660-42f8-b837-7b99ee6a076a
ServiceInvariantUUID:41a79087-01b1-429d-b165-505dbf982194
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDmwibx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar
ArtifactUUID:cb523abb-4879-48a4-b377-54992e92f4b9
ArtifactChecksum:ODFjZDIzNDE3YjMyZmU1ZmIwOWQ2NGVmNDIyZGI5YTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_DMwibX 0
ResourceCustomizationUUID:b2be0431-5179-43e1-aa51-b9f80fb21007
ResourceInvariantUUID:7672e3d7-0903-48c7-915d-d9c670383a6e
ResourceName:basic_onboard_DMwibX
ResourceType:VF
ResourceUUID:f4384fa1-131a-44a6-998e-4ff5bb4532ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dmwibx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json
ArtifactUUID:1dfb13ae-3352-4576-86cd-29559c6dd12a
ArtifactChecksum:MjBlYmY3ZjE3MzlhYjM4ODNmYTU2MjYxMWJlYWI3NzQ=
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/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:47f18aef-e898-4775-b4a6-c32f6c9d17b1
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/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env
ArtifactUUID:c7304758-bdcf-4642-992a-c62118d8264b
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/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env
ArtifactUUID:c7304758-bdcf-4642-992a-c62118d8264b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-19T18:50:54.818Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 47f5a3cf-8660-42f8-b837-7b99ee6a076a 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-04-19T18:50:54.857Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-19T18:50:54.857Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-19T18:50:54.858Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-19T18:50:54.858Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cb523abb-4879-48a4-b377-54992e92f4b9 from URL: /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar
2021-04-19T18:50:54.858Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-19T18:50:54.859Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar
2021-04-19T18:50:55.874Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-19T18:50:55.887Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar cb523abb-4879-48a4-b377-54992e92f4b9 74836
2021-04-19T18:50:55.888Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar ASDC sendASDCNotification
2021-04-19T18:50:55.888Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar
2021-04-19T18:50:55.889Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-19T18:50:55.890Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:50:55.891Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:50:55.891Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858255887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:50:55.992Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:50:55.992Z||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-04-19T18:50:55.992Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:50:56.001Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:50:56.001Z||pool-10-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:50:56.892Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-19T18:50:56.893Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-19T18:50:56.893Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: cb523abb-4879-48a4-b377-54992e92f4b9, URL: /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar to file: /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar
2021-04-19T18:50:56.894Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDmwibx-csar.csar
2021-04-19T18:50:57.014Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar
2021-04-19T18:50:57.014Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar
2021-04-19T18:50:57.544Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12079353332630431204/Definitions/service-BasicOnboardDmwibx-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-04-19T18:50:59.244Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-19T18:50:59.247Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-19T18:50:59.247Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar
2021-04-19T18:50:59.247Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-19T18:50:59.248Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar
2021-04-19T18:50:59.248Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar
2021-04-19T18:50:59.248Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar
2021-04-19T18:50:59.248Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|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-BasicOnboardDmwibx-csar.csar
2021-04-19T18:50:59.248Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar
2021-04-19T18:50:59.248Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar
2021-04-19T18:50:59.248Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DMwibX 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar
2021-04-19T18:50:59.248Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar
2021-04-19T18:50:59.248Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DMwibX 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-BasicOnboardDmwibx-csar.csar
2021-04-19T18:50:59.248Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardDmwibx-csar.csar
2021-04-19T18:50:59.248Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-19T18:50:59.253Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:50:59.254Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:50:59.256Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is matching search criteria
2021-04-19T18:50:59.256Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-19T18:50:59.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DMwibX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-19T18:50:59.258Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:50:59.258Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:50:59.259Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is matching search criteria
2021-04-19T18:50:59.259Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-19T18:50:59.259Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DMwibX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-19T18:50:59.259Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:50:59.259Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:50:59.261Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:50:59.261Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is not matching search criteria
2021-04-19T18:50:59.261Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-19T18:50:59.262Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-19T18:50:59.262Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-19T18:50:59.262Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-19T18:50:59.262Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-19T18:50:59.262Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:50:59.262Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-19T18:50:59.263Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:50:59.263Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is matching search criteria
2021-04-19T18:50:59.263Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DMwibX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-19T18:50:59.263Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:50:59.263Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is matching search criteria
2021-04-19T18:50:59.263Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DMwibX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-19T18:50:59.263Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:50:59.263Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is matching search criteria
2021-04-19T18:50:59.264Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DMwibX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-19T18:50:59.264Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:50:59.264Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is not matching search criteria
2021-04-19T18:50:59.264Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-19T18:50:59.264Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-19T18:50:59.264Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f1761e83-9e43-4191-8f3c-f1ba3905a3f4
2021-04-19T18:50:59.264Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:50:59.264Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:50:59.264Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:50:59.264Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:50:59.264Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:50:59.265Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:50:59.265Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:50:59.265Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:50:59.265Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_DMwibX
Description:service
Model UUID:47f5a3cf-8660-42f8-b837-7b99ee6a076a
Model Version:NULL
Model InvariantUuid:41a79087-01b1-429d-b165-505dbf982194
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_DMwibX
Model UUID:0c5a7b48-89f4-4da8-a766-fc296c14653c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7672e3d7-0903-48c7-915d-d9c670383a6e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b2be0431-5179-43e1-aa51-b9f80fb21007
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ae7c43cd-65f7-4504-9225-e2c09db7099a
ModelName:BasicOnboardDmwibx..base_ubuntu18..module-0
ModelUuid:03813bb1-ddce-407c-81c4-922eb901f75b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f1761e83-9e43-4191-8f3c-f1ba3905a3f4
ModelInvariantUuid:a7a49528-7bbe-42fa-8716-87b43cf6da95
ModelName:basic_onboard_DMwibX-nodes.ubuntu18Cvfc
ModelUuid:ae0f245b-b528-452a-9f60-08bf8a2ae81e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:5a3baf25-7b8b-4bfc-9882-afd623e5e873
ModelInvariantUuid:829315c1-4633-4fe2-b689-a17d7d988216
ModelName:BasicOnboardDmwibx.compute.nodes.heat.ubuntu18
ModelUuid:1ce3a121-148e-4efa-8b26-66ea4e909740
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-19T18:50:59.315Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f4384fa1-131a-44a6-998e-4ff5bb4532ee
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-19T18:50:59.389Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||basic_onboard_DMwibX 0
2021-04-19T18:50:59.396Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f4384fa1-131a-44a6-998e-4ff5bb4532ee
2021-04-19T18:50:59.396Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1dfb13ae-3352-4576-86cd-29559c6dd12a from URL: /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json
2021-04-19T18:50:59.396Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-19T18:50:59.396Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json
2021-04-19T18:50:59.941Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-19T18:50:59.942Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json 1dfb13ae-3352-4576-86cd-29559c6dd12a 798
2021-04-19T18:50:59.942Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json ASDC sendASDCNotification
2021-04-19T18:50:59.943Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json
2021-04-19T18:50:59.943Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-19T18:50:59.943Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:50:59.946Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:50:59.946Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858259942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:51:00.046Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:51:00.048Z||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-04-19T18:51:00.048Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:51:00.061Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:51:00.061Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:51:00.948Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDmwibx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ae7c43cd-65f7-4504-9225-e2c09db7099a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "03813bb1-ddce-407c-81c4-922eb901f75b",
"vfModuleModelCustomizationUUID": "0f5da2c8-fdcd-4e4e-9414-e2225fb57d35",
"isBase": true,
"artifacts": [
"47f18aef-e898-4775-b4a6-c32f6c9d17b1",
"c7304758-bdcf-4642-992a-c62118d8264b"
],
"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-04-19T18:51:00.966Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDmwibx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:03813bb1-ddce-407c-81c4-922eb901f75b
VfModuleModelInvariantUUID:ae7c43cd-65f7-4504-9225-e2c09db7099a
VfModuleModelDescription:NULL
Artifacts UUID List:{
47f18aef-e898-4775-b4a6-c32f6c9d17b1
,
c7304758-bdcf-4642-992a-c62118d8264b
}
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-04-19T18:51:00.968Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDmwibx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ae7c43cd-65f7-4504-9225-e2c09db7099a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "03813bb1-ddce-407c-81c4-922eb901f75b",
"vfModuleModelCustomizationUUID": "0f5da2c8-fdcd-4e4e-9414-e2225fb57d35",
"isBase": true,
"artifacts": [
"47f18aef-e898-4775-b4a6-c32f6c9d17b1",
"c7304758-bdcf-4642-992a-c62118d8264b"
],
"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-04-19T18:51:00.969Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDmwibx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:03813bb1-ddce-407c-81c4-922eb901f75b
VfModuleModelInvariantUUID:ae7c43cd-65f7-4504-9225-e2c09db7099a
VfModuleModelDescription:NULL
Artifacts UUID List:{
47f18aef-e898-4775-b4a6-c32f6c9d17b1
,
c7304758-bdcf-4642-992a-c62118d8264b
}
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-04-19T18:51:00.969Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 47f18aef-e898-4775-b4a6-c32f6c9d17b1 from URL: /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml
2021-04-19T18:51:00.969Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-19T18:51:00.969Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml
2021-04-19T18:51:02.437Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-19T18:51:02.438Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml 47f18aef-e898-4775-b4a6-c32f6c9d17b1 5033
2021-04-19T18:51:02.438Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-19T18:51:02.438Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml
2021-04-19T18:51:02.438Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-19T18:51:02.438Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:51:02.440Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:51:02.440Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858262438,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:51:02.540Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:51:02.541Z||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-04-19T18:51:02.541Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:51:02.558Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:51:02.559Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":7,"count":1}
2021-04-19T18:51:03.441Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c7304758-bdcf-4642-992a-c62118d8264b from URL: /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env
2021-04-19T18:51:03.441Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-19T18:51:03.442Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env
2021-04-19T18:51:05.745Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-19T18:51:05.745Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env c7304758-bdcf-4642-992a-c62118d8264b 909
2021-04-19T18:51:05.746Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-19T18:51:05.746Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env
2021-04-19T18:51:05.746Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-19T18:51:05.747Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:51:05.750Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:51:05.750Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858265746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:51:05.850Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:51:05.851Z||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-04-19T18:51:05.851Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:51:05.860Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:51:05.860Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:51:06.751Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 47f5a3cf-8660-42f8-b837-7b99ee6a076a
2021-04-19T18:51:06.755Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DMwibX 0 f4384fa1-131a-44a6-998e-4ff5bb4532ee ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-19T18:51:06.833Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:51:06.833Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:51:06.834Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-04-19T18:51:06.834Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= b2be0431-5179-43e1-aa51-b9f80fb21007
2021-04-19T18:51:06.834Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b2be0431-5179-43e1-aa51-b9f80fb21007 matches Tosca VF Customization UUID: b2be0431-5179-43e1-aa51-b9f80fb21007
2021-04-19T18:51:06.834Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: b2be0431-5179-43e1-aa51-b9f80fb21007 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-19T18:51:06.846Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:51:06.847Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:51:06.848Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id b2be0431-5179-43e1-aa51-b9f80fb21007: {\"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-04-19T18:51:06.848Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@796e105b
2021-04-19T18:51:06.848Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:51:06.848Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-19T18:51:06.849Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0f5da2c8-fdcd-4e4e-9414-e2225fb57d35
2021-04-19T18:51:06.850Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0f5da2c8-fdcd-4e4e-9414-e2225fb57d35
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-19T18:51:06.859Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:51:06.859Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is matching search criteria
2021-04-19T18:51:06.859Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DMwibX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-19T18:51:06.860Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:51:06.861Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is matching search criteria
2021-04-19T18:51:06.861Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DMwibX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-19T18:51:06.861Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:51:06.862Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is not matching search criteria
2021-04-19T18:51:06.862Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-19T18:51:06.862Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-19T18:51:06.862Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f1761e83-9e43-4191-8f3c-f1ba3905a3f4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-19T18:51:06.874Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:51:06.874Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is matching search criteria
2021-04-19T18:51:06.875Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DMwibX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-19T18:51:06.875Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:51:06.875Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DMwibX 0 is matching search criteria
2021-04-19T18:51:06.875Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DMwibX 0] matching following query criteria: sdcType=VF, customizationUUID=b2be0431-5179-43e1-aa51-b9f80fb21007
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-19T18:51:06.878Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:51:06.878Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:51:06.879Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 47f5a3cf-8660-42f8-b837-7b99ee6a076a: basic_onboard_DMwibX
2021-04-19T18:51:06.879Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:51:06.879Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:51:06.880Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:51:06.880Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:51:06.880Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:51:06.881Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:51:06.881Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:51:06.881Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:51:06.882Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:51:06.882Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DMwibX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:51:06.882Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_DMwibX
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-19T18:51:07.130Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DMwibX f4384fa1-131a-44a6-998e-4ff5bb4532ee 1 ASDC deployResourceStructure
2021-04-19T18:51:07.131Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json ASDC sendASDCNotification
2021-04-19T18:51:07.131Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json
2021-04-19T18:51:07.131Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-19T18:51:07.131Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:51:07.133Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:51:07.133Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858267131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-19T18:51:07.233Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:51:07.234Z||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-04-19T18:51:07.234Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:51:07.244Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:51:07.245Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:51:08.134Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-19T18:51:08.135Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml
2021-04-19T18:51:08.135Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-19T18:51:08.136Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:51:08.138Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:51:08.139Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858268134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-19T18:51:08.239Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:51:08.239Z||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-04-19T18:51:08.240Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:51:08.250Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:51:08.250Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:51:09.139Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-19T18:51:09.140Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env
2021-04-19T18:51:09.140Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-19T18:51:09.140Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:51:09.141Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:51:09.141Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858269139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-19T18:51:09.242Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-19T18:51:09.243Z||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-04-19T18:51:09.243Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:51:09.252Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:51:09.253Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-19T18:51:10.142Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar ASDC sendASDCNotification
2021-04-19T18:51:10.143Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar
2021-04-19T18:51:10.143Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-19T18:51:10.143Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:51:10.145Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:51:10.145Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858270142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-19T18:51:10.245Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:51:10.246Z||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-04-19T18:51:10.246Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:51:10.255Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:51:10.255Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:51:11.146Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
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-04-19T18:51:11.162Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
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-04-19T18:51:11.165Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-19T18:51:11.165Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-19T18:51:11.165Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-19T18:51:41.166Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
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-04-19T18:51:41.177Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
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-04-19T18:51:41.180Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-19T18:51:41.180Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-19T18:51:41.180Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-19T18:51:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:51:47.059Z||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-04-19T18:51:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:51:47.080Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:51:47.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:51:47.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "clamp",
"timestamp": 1618858247069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-19T18:51:47.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:52:11.180Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
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-04-19T18:52:11.192Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
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-04-19T18:52:11.195Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-19T18:52:11.195Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-19T18:52:11.195Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-19T18:52:41.196Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
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-04-19T18:52:41.209Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
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-04-19T18:52:41.215Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-19T18:52:41.215Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-19T18:52:41.215Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-19T18:52:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:52:47.060Z||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-04-19T18:52:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:52:47.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:52:47.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:52:47.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "aai-ml",
"timestamp": 1618858242343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:52:47.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:53:11.216Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
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-04-19T18:53:11.227Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
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-04-19T18:53:11.229Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-19T18:53:11.229Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-19T18:53:11.229Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-19T18:53:41.229Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
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-04-19T18:53:41.240Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
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-04-19T18:53:41.242Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-19T18:53:41.242Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-19T18:53:41.242Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-19T18:53:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:53:47.059Z||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-04-19T18:53:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:53:47.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:53:47.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:53:47.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858247057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:53:47.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:53:47.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:53:47.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "clamp",
"timestamp": 1618858248072,
"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-04-19T18:53:47.590Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
2021-04-19T18:53:47.590Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c8a69e-6681-4c1a-ad55-49e05ba7eccc 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-04-19T18:53:47.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:53:47.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "aai-ml",
"timestamp": 1618858242343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:53:47.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:53:47.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:53:47.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858247057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"status": "NOTIFIED"
}
2021-04-19T18:53:47.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:53:47.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:53:47.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "aai-ml",
"timestamp": 1618858242343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T18:53:47.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:53:47.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:53:47.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858247057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-19T18:53:47.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:53:47.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:53:47.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858247057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:53:47.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:53:47.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:53:47.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "aai-ml",
"timestamp": 1618858250790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:53:47.602Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:53:47.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:53:47.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858247057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-19T18:53:47.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:53:47.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:53:47.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858247057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:53:47.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:53:47.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:53:47.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858247057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T18:53:47.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:53:47.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:53:47.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858255887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:53:47.604Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:53:47.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:53:47.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858259942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:53:47.604Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:53:47.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:53:47.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858262438,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:53:47.606Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:53:47.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:53:47.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "aai-ml",
"timestamp": 1618858265211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-19T18:53:47.606Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:53:47.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:53:47.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858265746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:53:47.606Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:53:47.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:53:47.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "aai-ml",
"timestamp": 1618858266216,
"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-04-19T18:53:47.612Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
2021-04-19T18:53:47.612Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c8a69e-6681-4c1a-ad55-49e05ba7eccc 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-04-19T18:53:47.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:53:47.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858267131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/basic_onboard_dmwibx0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-19T18:53:47.619Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:53:47.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:53:47.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858268134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-19T18:53:47.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:53:47.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:53:47.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858269139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/resourceInstances/basic_onboard_dmwibx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-19T18:53:47.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:53:47.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:53:47.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858270142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDmwibx/1.0/artifacts/service-BasicOnboardDmwibx-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-19T18:53:47.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:54:11.243Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
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-04-19T18:54:11.254Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc
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-04-19T18:54:11.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-19T18:54:11.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-19T18:54:11.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-19T18:54:11.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-19T18:54:11.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-19T18:54:11.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-19T18:54:11.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-19T18:54:11.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-19T18:54:11.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-19T18:54:11.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-19T18:54:11.257Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|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-04-19T18:54:11.261Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-19T18:54:41.262Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc 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-04-19T18:54:41.270Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1c8a69e-6681-4c1a-ad55-49e05ba7eccc and serviceModelVersionId: 47f5a3cf-8660-42f8-b837-7b99ee6a076a
2021-04-19T18:54:41.270Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 41a79087-01b1-429d-b165-505dbf982194
2021-04-19T18:54:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:54:47.059Z||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-04-19T18:54:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:54:47.685Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:54:47.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "dcae-sch",
"timestamp": 1618858447382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "cds",
"timestamp": 1618858447115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "aai-ml",
"timestamp": 1618858452343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "dcae-sch",
"timestamp": 1618858447382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "cds",
"timestamp": 1618858447115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "aai-ml",
"timestamp": 1618858452343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "cds",
"timestamp": 1618858447115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "dcae-sch",
"timestamp": 1618858447382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "aai-ml",
"timestamp": 1618858452343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "cds",
"timestamp": 1618858447115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "dcae-sch",
"timestamp": 1618858447382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "aai-ml",
"timestamp": 1618858452343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "cds",
"timestamp": 1618858447115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "dcae-sch",
"timestamp": 1618858447382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "aai-ml",
"timestamp": 1618858452343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858456463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "policy-id",
"timestamp": 1618858456908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "cds",
"timestamp": 1618858447115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "dcae-sch",
"timestamp": 1618858447382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "aai-ml",
"timestamp": 1618858452343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858456463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"status": "NOTIFIED"
}
2021-04-19T18:54:47.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "policy-id",
"timestamp": 1618858456908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858458045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858458276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "cds",
"timestamp": 1618858447115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T18:54:47.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "dcae-sch",
"timestamp": 1618858447382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "aai-ml",
"timestamp": 1618858452343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T18:54:47.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858456463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-19T18:54:47.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "policy-id",
"timestamp": 1618858456908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-19T18:54:47.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858458045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"status": "NOTIFIED"
}
2021-04-19T18:54:47.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858458276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"status": "NOTIFIED"
}
2021-04-19T18:54:47.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858456463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.699Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "aai-ml",
"timestamp": 1618858460495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:54:47.699Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:54:47.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "cds",
"timestamp": 1618858460543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:54:47.699Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:54:47.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "policy-id",
"timestamp": 1618858456908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.699Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858458045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-19T18:54:47.699Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858458276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-19T18:54:47.700Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858456463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-19T18:54:47.700Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "cds",
"timestamp": 1618858461547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-19T18:54:47.715Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1630be15-4f53-432d-bc54-8dd02ef13cf5
2021-04-19T18:54:47.716Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1630be15-4f53-432d-bc54-8dd02ef13cf5 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-04-19T18:54:47.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "policy-id",
"timestamp": 1618858456908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858458045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858458276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "ves-openapi-manager",
"timestamp": 1618858461411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858456463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "policy-id",
"timestamp": 1618858456908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858458045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-19T18:54:47.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858458276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-19T18:54:47.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "ves-openapi-manager",
"timestamp": 1618858461411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858456463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T18:54:47.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "policy-id",
"timestamp": 1618858456908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T18:54:47.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858458045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858458276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "ves-openapi-manager",
"timestamp": 1618858461411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858458045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T18:54:47.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858458276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T18:54:47.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "ves-openapi-manager",
"timestamp": 1618858461411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "policy-id",
"timestamp": 1618858465746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:54:47.729Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:54:47.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858466044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:54:47.729Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:54:47.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "ves-openapi-manager",
"timestamp": 1618858461411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "policy-id",
"timestamp": 1618858466749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-19T18:54:47.729Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:54:47.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "ves-openapi-manager",
"timestamp": 1618858461411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858467438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:54:47.730Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:54:47.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858467600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:54:47.730Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:54:47.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "policy-id",
"timestamp": 1618858467751,
"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-04-19T18:54:47.734Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1630be15-4f53-432d-bc54-8dd02ef13cf5
2021-04-19T18:54:47.735Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1630be15-4f53-432d-bc54-8dd02ef13cf5 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-04-19T18:54:47.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "ves-openapi-manager",
"timestamp": 1618858461411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858468214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:54:47.744Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:54:47.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "clamp",
"timestamp": 1618858467804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618858468434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "clamp",
"timestamp": 1618858467804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"status": "NOTIFIED"
}
2021-04-19T18:54:47.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858469509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:54:47.745Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:54:47.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858469803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:54:47.746Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:54:47.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618858468434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858470111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:54:47.747Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:54:47.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "aai-ml",
"timestamp": 1618858470105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-19T18:54:47.747Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:54:47.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "clamp",
"timestamp": 1618858467804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618858468434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "aai-ml",
"timestamp": 1618858471108,
"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-04-19T18:54:47.754Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1630be15-4f53-432d-bc54-8dd02ef13cf5
2021-04-19T18:54:47.754Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1630be15-4f53-432d-bc54-8dd02ef13cf5 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-04-19T18:54:47.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858471116,
"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-04-19T18:54:47.768Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1630be15-4f53-432d-bc54-8dd02ef13cf5
2021-04-19T18:54:47.768Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1630be15-4f53-432d-bc54-8dd02ef13cf5 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-04-19T18:54:47.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858471352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:54:47.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:54:47.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "clamp",
"timestamp": 1618858467804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858471745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:54:47.803Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:54:47.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618858468434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618858472121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"status": "DEPLOY_OK"
}
2021-04-19T18:54:47.804Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:54:47.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858472357,
"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-04-19T18:54:47.810Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1630be15-4f53-432d-bc54-8dd02ef13cf5
2021-04-19T18:54:47.810Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1630be15-4f53-432d-bc54-8dd02ef13cf5 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-04-19T18:54:47.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "clamp",
"timestamp": 1618858467804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.817Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858472766,
"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-04-19T18:54:47.821Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1630be15-4f53-432d-bc54-8dd02ef13cf5
2021-04-19T18:54:47.821Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1630be15-4f53-432d-bc54-8dd02ef13cf5 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-04-19T18:54:47.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618858468434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618858473360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"status": "DEPLOY_OK"
}
2021-04-19T18:54:47.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:54:47.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "clamp",
"timestamp": 1618858467804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618858473769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"status": "DEPLOY_OK"
}
2021-04-19T18:54:47.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:54:47.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618858468434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:47.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "clamp",
"timestamp": 1618858467804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T18:54:47.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618858468434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T18:54:47.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:54:47.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618858476825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:54:47.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:54:47.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618858479716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-19T18:54:47.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:54:47.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618858480720,
"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-04-19T18:54:47.836Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1630be15-4f53-432d-bc54-8dd02ef13cf5
2021-04-19T18:54:47.836Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1630be15-4f53-432d-bc54-8dd02ef13cf5 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-04-19T18:54:47.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "clamp",
"timestamp": 1618858482009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:54:47.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:54:47.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "clamp",
"timestamp": 1618858483021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-19T18:54:47.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:54:47.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:54:47.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "clamp",
"timestamp": 1618858484024,
"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-04-19T18:54:47.853Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1630be15-4f53-432d-bc54-8dd02ef13cf5
2021-04-19T18:54:47.853Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1630be15-4f53-432d-bc54-8dd02ef13cf5 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-04-19T18:54:48.570Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/41a79087-01b1-429d-b165-505dbf982194/model-vers/model-ver/47f5a3cf-8660-42f8-b837-7b99ee6a076a?depth=0
2021-04-19T18:54:48.665Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-19T18:54:49.081Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41a79087-01b1-429d-b165-505dbf982194/model-vers/model-ver/47f5a3cf-8660-42f8-b837-7b99ee6a076a?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-04-19T18:54:49.084Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41a79087-01b1-429d-b165-505dbf982194/model-vers/model-ver/47f5a3cf-8660-42f8-b837-7b99ee6a076a?depth=0|INFO|500||Invoke
2021-04-19T18:54:49.232Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41a79087-01b1-429d-b165-505dbf982194/model-vers/model-ver/47f5a3cf-8660-42f8-b837-7b99ee6a076a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-19T18:54:49.438Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41a79087-01b1-429d-b165-505dbf982194/model-vers/model-ver/47f5a3cf-8660-42f8-b837-7b99ee6a076a?depth=0|INFO|500||InvokeReturn
2021-04-19T18:54:49.439Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41a79087-01b1-429d-b165-505dbf982194/model-vers/model-ver/47f5a3cf-8660-42f8-b837-7b99ee6a076a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210419-18:54:49:227-89229], vertex-id=[127136], Content-Length=[0], Date=[Mon, 19 Apr 2021 18:54:49 GMT], Content-Type=[application/json]}
2021-04-19T18:54:49.439Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-04-19T18:54:49.443Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-19T18:54:49.443Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-19T18:54:49.448Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|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-04-19T18:54:49.454Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1c8a69e-6681-4c1a-ad55-49e05ba7eccc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-19T18:54:49.455Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-19T18:54:49.455Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:54:49.456Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:54:49.457Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858489454,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-19T18:54:49.557Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:54:49.558Z||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-04-19T18:54:49.558Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:54:49.567Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:54:49.567Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 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-04-19T18:54:50.468Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:54:50.469Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|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-04-19T18:54:50.469Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|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 LjeJyZo92afNBi4r) ...
2021-04-19T18:54:54.766Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:54:54.767Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-19T18:54:54.767Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1630be15-4f53-432d-bc54-8dd02ef13cf5","serviceName":"vFW 2021-04-19 18-51-48","serviceVersion":"1.0","serviceUUID":"15f1e4a1-441c-489c-bb6a-adf10e2fa365","serviceDescription":"catalog service description","serviceInvariantUUID":"e0370651-80a0-47bb-83b5-63f688ebd5ba","resources":[{"resourceInstanceName":"vFW 63a899d0-9a41 0","resourceName":"vFW 63a899d0-9a41","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"784bb44e-59e5-4b3f-8468-b70fff1ab3db","resourceInvariantUUID":"3a1b7922-3258-4137-b0bf-e777bc2e7608","resourceCustomizationUUID":"2f6645f1-2b01-415b-a2c4-223a615863a9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml","artifactChecksum":"OTExNWMxMThjZWQ0NDU5Mzk4ZjBiMTM5ZDgzYTc3Mjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2f1c3d42-eb9a-4c35-959e-11a2d29634e1","artifactVersion":"1"},{"artifactName":"vfw63a899d09a410_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json","artifactChecksum":"ZGI2MGYyYWIwOWYzYTc0MTBmN2ZiNmNlYjJhNzEzYzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f3c4ade8-09de-4a17-a0d7-e8bc7c9a16d9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c302dde2-af58-4d3b-92e7-3bf4c1c65c8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml","artifactChecksum":"ZGM1NDY3ZTg5YTMxN2Q0NmFkOTk4MWY1NTlhN2JkNjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ea0a858-8e8a-4c2c-a181-6c1a7ee353cb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"832f50be-6c93-4057-85b7-0016febf8b30","artifactVersion":"2","generatedFromUUID":"c302dde2-af58-4d3b-92e7-3bf4c1c65c8f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210419185148-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml","artifactChecksum":"MDgzMGRhNzQwMjA2NjMxYTQyYTliNzA3NDRmMGFjNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8538052-a3d7-449e-8d2f-a8ad3b38df3c","artifactVersion":"1"},{"artifactName":"service-Vfw20210419185148-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar","artifactChecksum":"NWFlMWY5MjExZWJmNmVhMmVlY2VjYjkxMmI0M2EzZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8589953f-7bd0-4f47-87aa-300394b28ddd","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-19T18:54:54.771Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T18:54:54.771Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:54:54.773Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:54:54.773Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858490468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:54.873Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:54:54.874Z||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-04-19T18:54:54.874Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:54:54.883Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:54:54.884Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-19T18:54:55.773Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T18:54:55.774Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:54:55.776Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:54:55.776Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858490468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"status": "NOTIFIED"
}
2021-04-19T18:54:55.877Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:54:55.878Z||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-04-19T18:54:55.878Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:54:55.887Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:54:55.888Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-19T18:54:56.777Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T18:54:56.778Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:54:56.780Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:54:56.780Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858490468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-19T18:54:56.880Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-19T18:54:56.882Z||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-04-19T18:54:56.882Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:54:56.891Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:54:56.892Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:54:57.781Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T18:54:57.782Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:54:57.784Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:54:57.785Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858490468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:57.885Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:54:57.886Z||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-04-19T18:54:57.886Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:54:57.895Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:54:57.896Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:54:58.786Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T18:54:58.786Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:54:58.788Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:54:58.788Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858490468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-19T18:54:58.889Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:54:58.890Z||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-04-19T18:54:58.890Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:54:58.900Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:54:58.900Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:54:59.789Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T18:54:59.790Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:54:59.792Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:54:59.792Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858490468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:54:59.892Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:54:59.894Z||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-04-19T18:54:59.894Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:54:59.904Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:54:59.904Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:55:00.793Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T18:55:00.794Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:55:00.796Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:55:00.796Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858490468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T18:55:00.897Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-19T18:55:00.898Z||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-04-19T18:55:00.898Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:55:00.908Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:55:00.908Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:55:01.798Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"serviceName": "vFW 2021-04-19 18-51-48",
"serviceVersion": "1.0",
"serviceUUID": "15f1e4a1-441c-489c-bb6a-adf10e2fa365",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e0370651-80a0-47bb-83b5-63f688ebd5ba",
"resources": [
{
"resourceInstanceName": "vFW 63a899d0-9a41 0",
"resourceCustomizationUUID": "2f6645f1-2b01-415b-a2c4-223a615863a9",
"resourceName": "vFW 63a899d0-9a41",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "784bb44e-59e5-4b3f-8468-b70fff1ab3db",
"resourceInvariantUUID": "3a1b7922-3258-4137-b0bf-e777bc2e7608",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw63a899d09a410_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"artifactChecksum": "ZGI2MGYyYWIwOWYzYTc0MTBmN2ZiNmNlYjJhNzEzYzY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f3c4ade8-09de-4a17-a0d7-e8bc7c9a16d9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c302dde2-af58-4d3b-92e7-3bf4c1c65c8f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "832f50be-6c93-4057-85b7-0016febf8b30",
"generatedFromUUID": "c302dde2-af58-4d3b-92e7-3bf4c1c65c8f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "832f50be-6c93-4057-85b7-0016febf8b30",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210419185148-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"artifactChecksum": "NWFlMWY5MjExZWJmNmVhMmVlY2VjYjkxMmI0M2EzZDQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8589953f-7bd0-4f47-87aa-300394b28ddd"
}
],
"workloadContext": "Production"
}
2021-04-19T18:55:01.798Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-19T18:55:01.798Z|f1c8a69e-6681-4c1a-ad55-49e05ba7eccc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15f1e4a1-441c-489c-bb6a-adf10e2fa365 ASDC
2021-04-19T18:55:01.798Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:1630be15-4f53-432d-bc54-8dd02ef13cf5
ServiceName:vFW 2021-04-19 18-51-48
ServiceVersion:1.0
ServiceUUID:15f1e4a1-441c-489c-bb6a-adf10e2fa365
ServiceInvariantUUID:e0370651-80a0-47bb-83b5-63f688ebd5ba
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210419185148-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar
ArtifactUUID:8589953f-7bd0-4f47-87aa-300394b28ddd
ArtifactChecksum:NWFlMWY5MjExZWJmNmVhMmVlY2VjYjkxMmI0M2EzZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 63a899d0-9a41 0
ResourceCustomizationUUID:2f6645f1-2b01-415b-a2c4-223a615863a9
ResourceInvariantUUID:3a1b7922-3258-4137-b0bf-e777bc2e7608
ResourceName:vFW 63a899d0-9a41
ResourceType:VF
ResourceUUID:784bb44e-59e5-4b3f-8468-b70fff1ab3db
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw63a899d09a410_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json
ArtifactUUID:f3c4ade8-09de-4a17-a0d7-e8bc7c9a16d9
ArtifactChecksum:ZGI2MGYyYWIwOWYzYTc0MTBmN2ZiNmNlYjJhNzEzYzY=
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/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml
ArtifactUUID:c302dde2-af58-4d3b-92e7-3bf4c1c65c8f
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/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env
ArtifactUUID:832f50be-6c93-4057-85b7-0016febf8b30
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/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env
ArtifactUUID:832f50be-6c93-4057-85b7-0016febf8b30
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-19T18:55:01.798Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15f1e4a1-441c-489c-bb6a-adf10e2fa365 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-04-19T18:55:01.830Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-19T18:55:01.830Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-19T18:55:01.830Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-19T18:55:01.830Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8589953f-7bd0-4f47-87aa-300394b28ddd from URL: /sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar
2021-04-19T18:55:01.830Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-19T18:55:01.830Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar
2021-04-19T18:55:03.506Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-19T18:55:03.513Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar 8589953f-7bd0-4f47-87aa-300394b28ddd 110143
2021-04-19T18:55:03.514Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar ASDC sendASDCNotification
2021-04-19T18:55:03.514Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar
2021-04-19T18:55:03.514Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-19T18:55:03.514Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:55:03.516Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:55:03.516Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858503514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:55:03.616Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:55:03.617Z||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-04-19T18:55:03.617Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:55:03.627Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:55:03.627Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:55:04.517Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-19T18:55:04.518Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-19T18:55:04.518Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8589953f-7bd0-4f47-87aa-300394b28ddd, URL: /sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar to file: /app/ASDC/1/service-Vfw20210419185148-csar.csar
2021-04-19T18:55:04.518Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210419185148-csar.csar
2021-04-19T18:55:04.518Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210419185148-csar.csar
2021-04-19T18:55:04.518Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210419185148-csar.csar
2021-04-19T18:55:04.842Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10321006709390450740/Definitions/service-Vfw20210419185148-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-04-19T18:55:06.922Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar
2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar
2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar
2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 63a899d0-9a41 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-Vfw20210419185148-csar.csar
2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar
2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar
2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 63a899d0-9a41 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar
2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar
2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar
2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar
2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar
2021-04-19T18:55:06.923Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar
2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar
2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210419185148-csar.csar
2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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-Vfw20210419185148-csar.csar
2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is matching search criteria
2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 63a899d0-9a41 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is matching search criteria
2021-04-19T18:55:06.924Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 63a899d0-9a41 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is not matching search criteria
2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-19T18:55:06.925Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:06.926Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is matching search criteria
2021-04-19T18:55:06.927Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 63a899d0-9a41 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-19T18:55:06.927Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:06.927Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is matching search criteria
2021-04-19T18:55:06.927Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 63a899d0-9a41 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-19T18:55:06.927Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:06.927Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is matching search criteria
2021-04-19T18:55:06.927Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 63a899d0-9a41 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-19T18:55:06.927Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:06.927Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is not matching search criteria
2021-04-19T18:55:06.927Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-19T18:55:06.927Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=90d7c92e-05f2-4bb5-8b6e-47ce00684e30
2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is not matching search criteria
2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-19T18:55:06.928Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-19T18:55:06.929Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-19T18:55:06.929Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-19T18:55:06.929Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-19T18:55:06.929Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-19T18:55:06.929Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-19T18:55:06.929Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-19T18:55:06.929Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-19T18:55:06.929Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-19T18:55:06.929Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-19T18:55:06.929Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6eb95b16-6786-4bc3-8b79-cb8aa3bc75a8
2021-04-19T18:55:06.929Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is not matching search criteria
2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0ef46ef3-1850-4aa8-8365-e89bb90edb1b
2021-04-19T18:55:06.930Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:06.931Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:55:06.931Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:06.931Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:55:06.931Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:06.931Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:55:06.931Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:06.931Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:55:06.931Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-19 18-51-48
Description:catalog service description
Model UUID:15f1e4a1-441c-489c-bb6a-adf10e2fa365
Model Version:NULL
Model InvariantUuid:e0370651-80a0-47bb-83b5-63f688ebd5ba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 63a899d0-9a41
Model UUID:006e9fc1-e36b-42e7-9d5e-822ec247e2e6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3a1b7922-3258-4137-b0bf-e777bc2e7608
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2f6645f1-2b01-415b-a2c4-223a615863a9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:649c69ed-16a8-4b49-a7e4-864004246a2f
ModelName:Vfw63a899d09a41..base_vfw..module-0
ModelUuid:76ace95d-74ad-42e9-bb54-ab1e2590ddbf
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:90d7c92e-05f2-4bb5-8b6e-47ce00684e30
ModelInvariantUuid:083a91a5-40b6-45df-b52c-97d8ffaeff91
ModelName:vFW 63a899d0-9a41-nodes.vfwCvfc
ModelUuid:e1f51ef6-3a51-4076-a854-93fec0f4295b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8a01619b-7c7b-424f-9b03-051eff3ea122
ModelInvariantUuid:ca613a84-e660-41c0-813e-c560dcf2f275
ModelName:Vfw63a899d09a41.compute.nodes.heat.vfw
ModelUuid:89cfd062-8beb-4568-853e-40fc082eca92
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6eb95b16-6786-4bc3-8b79-cb8aa3bc75a8
ModelInvariantUuid:3eac71f3-ddf1-4e7a-ae05-08e83a923238
ModelName:vFW 63a899d0-9a41-nodes.vsnCvfc
ModelUuid:ea949785-0bef-4ac5-8428-d131a096c4ba
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d1c9d083-b504-4dc2-bde8-ff2e4776cc79
ModelInvariantUuid:1151d207-3303-47eb-8045-52c658768433
ModelName:Vfw63a899d09a41.compute.nodes.heat.vsn
ModelUuid:3a2a7a01-d6c3-4a2e-a2c6-44a2a679c8a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0ef46ef3-1850-4aa8-8365-e89bb90edb1b
ModelInvariantUuid:22353030-4473-4833-ac02-5ef1e13a1f4a
ModelName:vFW 63a899d0-9a41-nodes.vpgCvfc
ModelUuid:699c5370-7997-4d00-9d86-1972fddf56d9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:1dfb6abb-c65d-42ed-aa8a-c5c442a66ee8
ModelInvariantUuid:832db37a-47e2-4f25-ad07-a369cd000703
ModelName:Vfw63a899d09a41.compute.nodes.heat.vpg
ModelUuid:37236998-e6fc-4980-bcdc-99b88a4e76cb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-19T18:55:06.938Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 784bb44e-59e5-4b3f-8468-b70fff1ab3db
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-19T18:55:06.941Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||vFW 63a899d0-9a41 0
2021-04-19T18:55:06.941Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 784bb44e-59e5-4b3f-8468-b70fff1ab3db
2021-04-19T18:55:06.941Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f3c4ade8-09de-4a17-a0d7-e8bc7c9a16d9 from URL: /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json
2021-04-19T18:55:06.941Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-19T18:55:06.941Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json
2021-04-19T18:55:08.364Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-19T18:55:08.365Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json f3c4ade8-09de-4a17-a0d7-e8bc7c9a16d9 785
2021-04-19T18:55:08.365Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json ASDC sendASDCNotification
2021-04-19T18:55:08.365Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json
2021-04-19T18:55:08.365Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-19T18:55:08.366Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:55:08.368Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:55:08.368Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858508365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:55:08.468Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:55:08.469Z||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-04-19T18:55:08.469Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:55:08.478Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:55:08.479Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:55:09.369Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw63a899d09a41..base_vfw..module-0",
"vfModuleModelInvariantUUID": "649c69ed-16a8-4b49-a7e4-864004246a2f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "76ace95d-74ad-42e9-bb54-ab1e2590ddbf",
"vfModuleModelCustomizationUUID": "cb4b9a7e-50c6-4e2e-b5da-df9c1e504794",
"isBase": true,
"artifacts": [
"c302dde2-af58-4d3b-92e7-3bf4c1c65c8f",
"832f50be-6c93-4057-85b7-0016febf8b30"
],
"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-04-19T18:55:09.374Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw63a899d09a41..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:76ace95d-74ad-42e9-bb54-ab1e2590ddbf
VfModuleModelInvariantUUID:649c69ed-16a8-4b49-a7e4-864004246a2f
VfModuleModelDescription:NULL
Artifacts UUID List:{
c302dde2-af58-4d3b-92e7-3bf4c1c65c8f
,
832f50be-6c93-4057-85b7-0016febf8b30
}
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-04-19T18:55:09.377Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw63a899d09a41..base_vfw..module-0",
"vfModuleModelInvariantUUID": "649c69ed-16a8-4b49-a7e4-864004246a2f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "76ace95d-74ad-42e9-bb54-ab1e2590ddbf",
"vfModuleModelCustomizationUUID": "cb4b9a7e-50c6-4e2e-b5da-df9c1e504794",
"isBase": true,
"artifacts": [
"c302dde2-af58-4d3b-92e7-3bf4c1c65c8f",
"832f50be-6c93-4057-85b7-0016febf8b30"
],
"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-04-19T18:55:09.377Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw63a899d09a41..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:76ace95d-74ad-42e9-bb54-ab1e2590ddbf
VfModuleModelInvariantUUID:649c69ed-16a8-4b49-a7e4-864004246a2f
VfModuleModelDescription:NULL
Artifacts UUID List:{
c302dde2-af58-4d3b-92e7-3bf4c1c65c8f
,
832f50be-6c93-4057-85b7-0016febf8b30
}
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-04-19T18:55:09.378Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c302dde2-af58-4d3b-92e7-3bf4c1c65c8f from URL: /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml
2021-04-19T18:55:09.378Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-19T18:55:09.378Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml
2021-04-19T18:55:10.008Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-19T18:55:10.010Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml c302dde2-af58-4d3b-92e7-3bf4c1c65c8f 20368
2021-04-19T18:55:10.010Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-19T18:55:10.010Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml
2021-04-19T18:55:10.010Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-19T18:55:10.010Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:55:10.012Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:55:10.012Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858510010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:55:10.112Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:55:10.113Z||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-04-19T18:55:10.113Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:55:10.122Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:55:10.123Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:55:11.012Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 832f50be-6c93-4057-85b7-0016febf8b30 from URL: /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env
2021-04-19T18:55:11.013Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-19T18:55:11.013Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env
2021-04-19T18:55:11.187Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-19T18:55:11.187Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env 832f50be-6c93-4057-85b7-0016febf8b30 2098
2021-04-19T18:55:11.187Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-19T18:55:11.188Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env
2021-04-19T18:55:11.188Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-19T18:55:11.188Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:55:11.190Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:55:11.190Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858511187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:55:11.291Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:55:11.292Z||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-04-19T18:55:11.292Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:55:11.301Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:55:11.302Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:55:12.191Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 15f1e4a1-441c-489c-bb6a-adf10e2fa365
2021-04-19T18:55:12.196Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 63a899d0-9a41 0 784bb44e-59e5-4b3f-8468-b70fff1ab3db ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-19T18:55:12.216Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:12.216Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:55:12.216Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-04-19T18:55:12.216Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 2f6645f1-2b01-415b-a2c4-223a615863a9
2021-04-19T18:55:12.217Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2f6645f1-2b01-415b-a2c4-223a615863a9 matches Tosca VF Customization UUID: 2f6645f1-2b01-415b-a2c4-223a615863a9
2021-04-19T18:55:12.217Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 2f6645f1-2b01-415b-a2c4-223a615863a9 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-19T18:55:12.220Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:12.221Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:55:12.222Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 2f6645f1-2b01-415b-a2c4-223a615863a9: {\"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-04-19T18:55:12.222Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5697b330
2021-04-19T18:55:12.222Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:12.222Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-19T18:55:12.222Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cb4b9a7e-50c6-4e2e-b5da-df9c1e504794
2021-04-19T18:55:12.222Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cb4b9a7e-50c6-4e2e-b5da-df9c1e504794
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-19T18:55:12.225Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:12.225Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is matching search criteria
2021-04-19T18:55:12.225Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 63a899d0-9a41 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-19T18:55:12.225Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:12.225Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is matching search criteria
2021-04-19T18:55:12.226Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 63a899d0-9a41 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-19T18:55:12.226Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:12.226Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is not matching search criteria
2021-04-19T18:55:12.226Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-19T18:55:12.226Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-19T18:55:12.226Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-19T18:55:12.226Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-19T18:55:12.226Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-19T18:55:12.227Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-19T18:55:12.227Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-19T18:55:12.227Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-19T18:55:12.227Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-19T18:55:12.227Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-19T18:55:12.227Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-19T18:55:12.227Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=90d7c92e-05f2-4bb5-8b6e-47ce00684e30
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-19T18:55:12.229Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:12.230Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is matching search criteria
2021-04-19T18:55:12.230Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 63a899d0-9a41 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-19T18:55:12.230Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:12.230Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is not matching search criteria
2021-04-19T18:55:12.230Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-19T18:55:12.230Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-19T18:55:12.230Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-19T18:55:12.231Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-19T18:55:12.231Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-19T18:55:12.231Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-19T18:55:12.231Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-19T18:55:12.231Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-19T18:55:12.231Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-19T18:55:12.231Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-19T18:55:12.231Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-19T18:55:12.231Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-19T18:55:12.232Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6eb95b16-6786-4bc3-8b79-cb8aa3bc75a8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-19T18:55:12.234Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:12.234Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is matching search criteria
2021-04-19T18:55:12.235Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 63a899d0-9a41 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-19T18:55:12.238Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:12.238Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is not matching search criteria
2021-04-19T18:55:12.238Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-19T18:55:12.238Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-19T18:55:12.238Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-19T18:55:12.239Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-19T18:55:12.239Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-19T18:55:12.239Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-19T18:55:12.239Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-19T18:55:12.239Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-19T18:55:12.239Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-19T18:55:12.239Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-19T18:55:12.240Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-19T18:55:12.240Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-19T18:55:12.240Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0ef46ef3-1850-4aa8-8365-e89bb90edb1b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-19T18:55:12.242Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:12.243Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is matching search criteria
2021-04-19T18:55:12.243Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 63a899d0-9a41 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-19T18:55:12.243Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:12.243Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Node template vFW 63a899d0-9a41 0 is matching search criteria
2021-04-19T18:55:12.243Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 63a899d0-9a41 0] matching following query criteria: sdcType=VF, customizationUUID=2f6645f1-2b01-415b-a2c4-223a615863a9
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-19T18:55:12.245Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:12.245Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:55:12.245Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 15f1e4a1-441c-489c-bb6a-adf10e2fa365: vFW 63a899d0-9a41
2021-04-19T18:55:12.245Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:12.246Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:55:12.246Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:12.246Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:55:12.246Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:12.246Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:55:12.246Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:12.246Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:55:12.247Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T18:55:12.247Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-19 18-51-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T18:55:12.247Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-04-19 18-51-48
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-19T18:55:12.421Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 63a899d0-9a41 784bb44e-59e5-4b3f-8468-b70fff1ab3db 1 ASDC deployResourceStructure
2021-04-19T18:55:12.421Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json ASDC sendASDCNotification
2021-04-19T18:55:12.421Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json
2021-04-19T18:55:12.422Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-19T18:55:12.422Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:55:12.423Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:55:12.423Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858512421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"status": "DEPLOY_OK"
}
2021-04-19T18:55:12.524Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-19T18:55:12.525Z||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-04-19T18:55:12.525Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:55:12.534Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:55:12.534Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:55:13.426Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-19T18:55:13.427Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml
2021-04-19T18:55:13.427Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-19T18:55:13.427Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:55:13.429Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:55:13.429Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858513424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-19T18:55:13.529Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:55:13.530Z||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-04-19T18:55:13.530Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:55:13.539Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:55:13.540Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:55:14.430Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-19T18:55:14.430Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env
2021-04-19T18:55:14.430Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-19T18:55:14.431Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:55:14.434Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:55:14.434Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858514429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-19T18:55:14.535Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:55:14.536Z||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-04-19T18:55:14.536Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:55:14.548Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:55:14.548Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:55:15.436Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar ASDC sendASDCNotification
2021-04-19T18:55:15.436Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar
2021-04-19T18:55:15.436Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-19T18:55:15.437Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:55:15.439Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:55:15.439Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858515435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-19T18:55:15.539Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:55:15.540Z||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-04-19T18:55:15.541Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:55:15.551Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:55:15.552Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:55:16.440Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1630be15-4f53-432d-bc54-8dd02ef13cf5
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-04-19T18:55:16.451Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1630be15-4f53-432d-bc54-8dd02ef13cf5
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-04-19T18:55:16.454Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-19T18:55:16.454Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-19T18:55:16.454Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-19T18:55:16.454Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-19T18:55:16.455Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-19T18:55:16.455Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-19T18:55:16.455Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-19T18:55:16.455Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-19T18:55:16.455Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-19T18:55:16.455Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-19T18:55:16.455Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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-04-19T18:55:16.459Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-19T18:55:46.460Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1630be15-4f53-432d-bc54-8dd02ef13cf5 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-04-19T18:55:46.464Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1630be15-4f53-432d-bc54-8dd02ef13cf5 and serviceModelVersionId: 15f1e4a1-441c-489c-bb6a-adf10e2fa365
2021-04-19T18:55:46.464Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e0370651-80a0-47bb-83b5-63f688ebd5ba
2021-04-19T18:55:46.465Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e0370651-80a0-47bb-83b5-63f688ebd5ba/model-vers/model-ver/15f1e4a1-441c-489c-bb6a-adf10e2fa365?depth=0
2021-04-19T18:55:46.470Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-19T18:55:46.504Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e0370651-80a0-47bb-83b5-63f688ebd5ba/model-vers/model-ver/15f1e4a1-441c-489c-bb6a-adf10e2fa365?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-04-19T18:55:46.504Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e0370651-80a0-47bb-83b5-63f688ebd5ba/model-vers/model-ver/15f1e4a1-441c-489c-bb6a-adf10e2fa365?depth=0|INFO|500||Invoke
2021-04-19T18:55:46.533Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e0370651-80a0-47bb-83b5-63f688ebd5ba/model-vers/model-ver/15f1e4a1-441c-489c-bb6a-adf10e2fa365?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-19T18:55:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:55:47.059Z||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-04-19T18:55:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:55:47.208Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e0370651-80a0-47bb-83b5-63f688ebd5ba/model-vers/model-ver/15f1e4a1-441c-489c-bb6a-adf10e2fa365?depth=0|INFO|500||InvokeReturn
2021-04-19T18:55:47.208Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e0370651-80a0-47bb-83b5-63f688ebd5ba/model-vers/model-ver/15f1e4a1-441c-489c-bb6a-adf10e2fa365?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210419-18:55:46:528-92986], vertex-id=[184448], Content-Length=[0], Date=[Mon, 19 Apr 2021 18:55:46 GMT], Content-Type=[application/json]}
2021-04-19T18:55:47.208Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-04-19T18:55:47.208Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-19T18:55:47.208Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-19T18:55:47.213Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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-04-19T18:55:47.213Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1630be15-4f53-432d-bc54-8dd02ef13cf5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-19T18:55:47.213Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-19T18:55:47.213Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-19T18:55:47.216Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T18:55:47.216Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858547213,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-19T18:55:47.316Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T18:55:47.317Z||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-04-19T18:55:47.317Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T18:55:47.326Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:55:47.326Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-19T18:55:47.335Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:55:47.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:55:47.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c8a69e-6681-4c1a-ad55-49e05ba7eccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858489454,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-19T18:55:47.338Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:55:47.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:55:47.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858490468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:55:47.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:55:47.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:55:47.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858490468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"status": "NOTIFIED"
}
2021-04-19T18:55:47.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:55:47.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:55:47.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858490468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-19T18:55:47.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:55:47.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:55:47.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858490468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:55:47.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:55:47.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:55:47.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858490468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-19T18:55:47.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:55:47.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:55:47.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858490468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T18:55:47.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:55:47.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:55:47.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858490468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T18:55:47.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T18:55:47.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:55:47.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858503514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:55:47.342Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:55:47.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:55:47.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858508365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:55:47.342Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:55:47.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:55:47.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858510010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:55:47.343Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:55:47.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:55:47.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858511187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-19T18:55:47.343Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:55:47.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:55:47.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858512421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/vfw63a899d09a410_modules.json",
"status": "DEPLOY_OK"
}
2021-04-19T18:55:47.343Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:55:47.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:55:47.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858513424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-19T18:55:47.343Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:55:47.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:55:47.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858514429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/resourceInstances/vfw63a899d09a410/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-19T18:55:47.344Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:55:47.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T18:55:47.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858515435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210419185148/1.0/artifacts/service-Vfw20210419185148-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-19T18:55:47.344Z||pool-2-thread-2|||||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-04-19T18:55:48.227Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:55:48.228Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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-04-19T18:55:48.228Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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 LjeJyZo92afNBi4r) ...
2021-04-19T18:55:57.764Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:55:57.765Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:55:57.765Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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-04-19T18:55:57.765Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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 LjeJyZo92afNBi4r) ...
2021-04-19T18:56:07.297Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:56:07.298Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:56:07.298Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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-04-19T18:56:07.298Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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 LjeJyZo92afNBi4r) ...
2021-04-19T18:56:16.833Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:56:16.833Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:56:16.834Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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-04-19T18:56:16.834Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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 LjeJyZo92afNBi4r) ...
2021-04-19T18:56:26.370Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:56:47.056Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:56:47.057Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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-04-19T18:56:47.057Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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 LjeJyZo92afNBi4r) ...
2021-04-19T18:56:47.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:56:47.059Z||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-04-19T18:56:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:56:47.604Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:56:47.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-19T18:56:47.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1630be15-4f53-432d-bc54-8dd02ef13cf5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618858547213,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-19T18:56:47.605Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T18:56:56.595Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:57:47.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:57:47.057Z||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-04-19T18:57:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:57:47.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:57:47.060Z||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-04-19T18:57:47.060Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:57:56.597Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:57:56.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:58:47.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:58:47.057Z||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-04-19T18:58:47.057Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:58:47.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:58:47.059Z||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-04-19T18:58:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:58:56.596Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:58:56.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:59:47.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:59:47.057Z||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-04-19T18:59:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:59:47.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T18:59:47.059Z||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-04-19T18:59:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T18:59:56.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T18:59:56.599Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:00:47.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T19:00:47.057Z||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-04-19T19:00:47.057Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T19:00:47.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T19:00:47.059Z||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-04-19T19:00:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T19:00:56.596Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:00:56.597Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:01:47.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T19:01:47.057Z||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-04-19T19:01:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T19:01:47.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T19:01:47.059Z||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-04-19T19:01:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T19:01:56.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:01:56.600Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:02:47.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T19:02:47.058Z||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-04-19T19:02:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T19:02:47.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T19:02:47.059Z||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-04-19T19:02:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T19:02:56.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:02:56.604Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:03:47.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T19:03:47.057Z||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-04-19T19:03:47.057Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T19:03:47.059Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T19:03:47.060Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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-04-19T19:03:47.060Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|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 LjeJyZo92afNBi4r) ...
2021-04-19T19:03:56.601Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:03:56.606Z|1630be15-4f53-432d-bc54-8dd02ef13cf5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:04:47.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T19:04:47.058Z||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-04-19T19:04:47.058Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T19:04:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T19:04:47.059Z||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-04-19T19:04:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T19:04:47.682Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:04:47.683Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:04:47.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618859056460,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T19:04:47.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4380217a-b6ec-4aba-9efa-d0a23e9b87a0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3a7c7693-7fea-499e-9b2b-a28aba13ecf5","serviceDescription":"service","serviceInvariantUUID":"bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"991df823-b294-4345-ba60-ac8cb047d78f","resourceInvariantUUID":"3e951a9f-15a9-447a-95c9-e23e911ea582","resourceCustomizationUUID":"1f1d61f9-898c-4925-a169-60e1a6e20fe7","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":"ODg3N2NkYTcwMjZiNzMyYzdkN2Y2MmJmN2U1NDdlOTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a219ea67-2a23-4e86-bec9-aa25d1ca539f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWJmYTgwNDU2MTdmZjEwM2M2MTdkNWE5OGJmZmYyOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04e805a2-3500-4321-85a7-b61859b33a34","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-19T19:04:47.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T19:04:47.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618859058276,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T19:04:47.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T19:04:47.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618859058045,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T19:04:47.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T19:04:47.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "aai-ml",
"timestamp": 1618859052343,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T19:04:47.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T19:04:47.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "policy-id",
"timestamp": 1618859056908,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T19:04:47.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T19:04:47.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1618859061411,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T19:04:47.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T19:04:47.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "aai-ml",
"timestamp": 1618859052343,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T19:04:47.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T19:04:47.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618859058045,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T19:04:47.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T19:04:47.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618859058276,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T19:04:47.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T19:04:47.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618859056460,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T19:04:47.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T19:04:47.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "policy-id",
"timestamp": 1618859056908,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T19:04:47.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T19:04:47.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "cds",
"timestamp": 1618859062115,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T19:04:47.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T19:04:47.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1618859061411,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-19T19:04:47.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T19:04:47.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "cds",
"timestamp": 1618859062115,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T19:04:47.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T19:04:47.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "policy-id",
"timestamp": 1618859065744,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-19T19:04:47.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T19:04:47.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "aai-ml",
"timestamp": 1618859065906,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-19T19:04:47.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T19:04:47.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "cds",
"timestamp": 1618859066751,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-19T19:04:47.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T19:04:47.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "policy-id",
"timestamp": 1618859066749,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-19T19:04:47.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T19:04:47.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "cds",
"timestamp": 1618859067755,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-04-19T19:04:47.688Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T19:04:47.688Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
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-04-19T19:04:47.690Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T19:04:47.690Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618859087057,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-19T19:04:47.700Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4380217a-b6ec-4aba-9efa-d0a23e9b87a0
2021-04-19T19:04:47.700Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 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-04-19T19:04:47.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "policy-id",
"timestamp": 1618859067751,
"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-04-19T19:04:47.712Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4380217a-b6ec-4aba-9efa-d0a23e9b87a0
2021-04-19T19:04:47.712Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 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-04-19T19:04:47.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "dcae-sch",
"timestamp": 1618859067382,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T19:04:47.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T19:04:47.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "clamp",
"timestamp": 1618859067804,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T19:04:47.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T19:04:47.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "dcae-sch",
"timestamp": 1618859067382,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-19T19:04:47.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T19:04:47.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618859068434,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T19:04:47.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T19:04:47.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "clamp",
"timestamp": 1618859067804,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T19:04:47.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T19:04:47.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "aai-ml",
"timestamp": 1618859070009,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-19T19:04:47.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T19:04:47.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618859068434,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T19:04:47.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T19:04:47.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "aai-ml",
"timestamp": 1618859071012,
"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-04-19T19:04:47.724Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4380217a-b6ec-4aba-9efa-d0a23e9b87a0
2021-04-19T19:04:47.724Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 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-04-19T19:04:47.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618859072207,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-19T19:04:47.732Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T19:04:47.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618859073614,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-19T19:04:47.732Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T19:04:47.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618859074618,
"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-04-19T19:04:47.737Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4380217a-b6ec-4aba-9efa-d0a23e9b87a0
2021-04-19T19:04:47.737Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 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-04-19T19:04:47.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "clamp",
"timestamp": 1618859079658,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-19T19:04:47.744Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T19:04:47.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "clamp",
"timestamp": 1618859080680,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-19T19:04:47.744Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-19T19:04:47.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:04:47.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "clamp",
"timestamp": 1618859081682,
"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-04-19T19:04:47.748Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4380217a-b6ec-4aba-9efa-d0a23e9b87a0
2021-04-19T19:04:47.748Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 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-04-19T19:04:47.790Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T19:04:47.791Z||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-04-19T19:04:47.791Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T19:04:47.799Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:04:47.800Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-19T19:04:48.691Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T19:04:48.692Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-19T19:04:48.693Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T19:04:48.694Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618859087057,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T19:04:48.794Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T19:04:48.795Z||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-04-19T19:04:48.795Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T19:04:48.802Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:04:48.803Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-19T19:04:49.695Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "3a7c7693-7fea-499e-9b2b-a28aba13ecf5",
"serviceDescription": "service",
"serviceInvariantUUID": "bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "1f1d61f9-898c-4925-a169-60e1a6e20fe7",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "991df823-b294-4345-ba60-ac8cb047d78f",
"resourceInvariantUUID": "3e951a9f-15a9-447a-95c9-e23e911ea582",
"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": "ZWJmYTgwNDU2MTdmZjEwM2M2MTdkNWE5OGJmZmYyOGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "04e805a2-3500-4321-85a7-b61859b33a34"
}
],
"workloadContext": "Production"
}
2021-04-19T19:04:49.695Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-19T19:04:49.695Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3a7c7693-7fea-499e-9b2b-a28aba13ecf5 ASDC
2021-04-19T19:04:49.695Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4380217a-b6ec-4aba-9efa-d0a23e9b87a0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3a7c7693-7fea-499e-9b2b-a28aba13ecf5
ServiceInvariantUUID:bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec
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:04e805a2-3500-4321-85a7-b61859b33a34
ArtifactChecksum:ZWJmYTgwNDU2MTdmZjEwM2M2MTdkNWE5OGJmZmYyOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1f1d61f9-898c-4925-a169-60e1a6e20fe7
ResourceInvariantUUID:3e951a9f-15a9-447a-95c9-e23e911ea582
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:991df823-b294-4345-ba60-ac8cb047d78f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-04-19T19:04:49.695Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a7c7693-7fea-499e-9b2b-a28aba13ecf5 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-04-19T19:04:49.715Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-19T19:04:49.716Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-19T19:04:49.716Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-19T19:04:49.716Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 04e805a2-3500-4321-85a7-b61859b33a34 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-19T19:04:49.716Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-19T19:04:49.716Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-19T19:04:50.811Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-19T19:04:50.814Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 04e805a2-3500-4321-85a7-b61859b33a34 52217
2021-04-19T19:04:50.814Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-19T19:04:50.814Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-19T19:04:50.814Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-19T19:04:50.815Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-19T19:04:50.816Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T19:04:50.816Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618859090814,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-19T19:04:50.916Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T19:04:50.917Z||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-04-19T19:04:50.918Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T19:04:50.926Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:04:50.926Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-19T19:04:51.817Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-19T19:04:51.818Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-19T19:04:51.818Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 04e805a2-3500-4321-85a7-b61859b33a34, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-19T19:04:51.818Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-19T19:04:51.819Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-19T19:04:51.819Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-19T19:04:51.899Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1298646551496751633/Definitions/service-BasicNetwork-template.yml
2021-04-19T19:04:52.244Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-19T19:04:52.244Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-19T19:04:52.244Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-19T19:04:52.244Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-19T19:04:52.244Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||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-04-19T19:04:52.245Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||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-04-19T19:04:52.245Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||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-04-19T19:04:52.245Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||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-04-19T19:04:52.245Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-19T19:04:52.245Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||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-04-19T19:04:52.245Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||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-04-19T19:04:52.245Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||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-04-19T19:04:52.245Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-19T19:04:52.246Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T19:04:52.246Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T19:04:52.246Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-19T19:04:52.246Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-19T19:04:52.246Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-19T19:04:52.246Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T19:04:52.247Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T19:04:52.247Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-19T19:04:52.247Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-19T19:04:52.247Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-19T19:04:52.247Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T19:04:52.247Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T19:04:52.247Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T19:04:52.248Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T19:04:52.248Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T19:04:52.248Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T19:04:52.248Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T19:04:52.248Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T19:04:52.248Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T19:04:52.248Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T19:04:52.249Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:3a7c7693-7fea-499e-9b2b-a28aba13ecf5
Model Version:NULL
Model InvariantUuid:bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:3e951a9f-15a9-447a-95c9-e23e911ea582
Model UUID:d9681707-e3ba-4dcd-9f91-71d4cb78aa02
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:1f1d61f9-898c-4925-a169-60e1a6e20fe7
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-19T19:04:52.255Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 991df823-b294-4345-ba60-ac8cb047d78f
2021-04-19T19:04:52.255Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||No resources found for Service: 3a7c7693-7fea-499e-9b2b-a28aba13ecf5
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-19T19:04:52.258Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||
2021-04-19T19:04:52.259Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-04-19T19:04:52.259Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 3a7c7693-7fea-499e-9b2b-a28aba13ecf5
2021-04-19T19:04:52.259Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3a7c7693-7fea-499e-9b2b-a28aba13ecf5
2021-04-19T19:04:52.259Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-04-19T19:04:52.259Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-19T19:04:52.264Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T19:04:52.265Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T19:04:52.265Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T19:04:52.265Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T19:04:52.265Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3a7c7693-7fea-499e-9b2b-a28aba13ecf5: Generic NeutronNet
2021-04-19T19:04:52.265Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T19:04:52.266Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T19:04:52.266Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T19:04:52.266Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-04-19T19:04:52.317Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T19:04:52.318Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T19:04:52.318Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T19:04:52.318Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T19:04:52.318Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T19:04:52.318Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T19:04:52.318Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-04-19T19:04:52.380Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-04-19T19:04:52.380Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-19T19:04:52.380Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-19T19:04:52.380Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-19T19:04:52.381Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-19T19:04:52.382Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T19:04:52.382Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618859092380,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-19T19:04:52.482Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T19:04:52.483Z||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-04-19T19:04:52.483Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T19:04:52.492Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:04:52.492Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-19T19:04:53.383Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4380217a-b6ec-4aba-9efa-d0a23e9b87a0
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-04-19T19:04:53.394Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4380217a-b6ec-4aba-9efa-d0a23e9b87a0
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-04-19T19:04:53.396Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-19T19:04:53.396Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-19T19:04:53.396Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-19T19:04:53.396Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-19T19:04:53.397Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-19T19:04:53.397Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-19T19:04:53.397Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-19T19:04:53.397Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-19T19:04:53.397Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-19T19:04:53.397Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-19T19:04:53.397Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||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-04-19T19:04:53.403Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-19T19:05:23.403Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 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-04-19T19:05:23.408Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 and serviceModelVersionId: 3a7c7693-7fea-499e-9b2b-a28aba13ecf5
2021-04-19T19:05:23.408Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec
2021-04-19T19:05:23.408Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec/model-vers/model-ver/3a7c7693-7fea-499e-9b2b-a28aba13ecf5?depth=0
2021-04-19T19:05:23.413Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-04-19T19:05:23.447Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec/model-vers/model-ver/3a7c7693-7fea-499e-9b2b-a28aba13ecf5?depth=0|INFO|500||Invoke
2021-04-19T19:05:23.448Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec/model-vers/model-ver/3a7c7693-7fea-499e-9b2b-a28aba13ecf5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec/model-vers/model-ver/3a7c7693-7fea-499e-9b2b-a28aba13ecf5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4380217a-b6ec-4aba-9efa-d0a23e9b87a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[46a3a900-03a4-4676-a47d-b5ad1c29b78f], X-ECOMP-RequestID=[4380217a-b6ec-4aba-9efa-d0a23e9b87a0], X-TransactionId=[], X-ONAP-RequestID=[4380217a-b6ec-4aba-9efa-d0a23e9b87a0], Content-Type=[application/merge-patch+json]}
2021-04-19T19:05:23.467Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec/model-vers/model-ver/3a7c7693-7fea-499e-9b2b-a28aba13ecf5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-19T19:05:24.510Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec/model-vers/model-ver/3a7c7693-7fea-499e-9b2b-a28aba13ecf5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec/model-vers/model-ver/3a7c7693-7fea-499e-9b2b-a28aba13ecf5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210419-19:05:23:464-59442], vertex-id=[438512], Content-Length=[0], Date=[Mon, 19 Apr 2021 19:05:23 GMT], Content-Type=[application/json]}
2021-04-19T19:05:24.510Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec/model-vers/model-ver/3a7c7693-7fea-499e-9b2b-a28aba13ecf5?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-19T19:05:24.511Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bf3c6a50-24ac-4d8e-808a-9b8449ffe4ec/model-vers/model-ver/3a7c7693-7fea-499e-9b2b-a28aba13ecf5?depth=0|INFO|500||InvokeReturn
2021-04-19T19:05:24.512Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-19T19:05:24.512Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-19T19:05:24.517Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||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-04-19T19:05:24.517Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4380217a-b6ec-4aba-9efa-d0a23e9b87a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-19T19:05:24.517Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-19T19:05:24.518Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-19T19:05:24.520Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T19:05:24.520Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618859124517,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-19T19:05:24.620Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T19:05:24.621Z||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-04-19T19:05:24.621Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T19:05:24.636Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:05:24.637Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-19T19:05:47.058Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T19:05:47.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-19T19:05:47.059Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|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-04-19T19:05:47.059Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|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 LjeJyZo92afNBi4r) ...
2021-04-19T19:05:47.059Z||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-04-19T19:05:47.059Z||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 LjeJyZo92afNBi4r) ...
2021-04-19T19:05:47.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:05:47.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-19T19:05:47.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4380217a-b6ec-4aba-9efa-d0a23e9b87a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618859087057,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T19:05:47.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-19T19:05:49.841Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:05:49.841Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-19T19:05:49.841Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1e200783-3276-468a-8679-0c84e4f845ff","serviceName":"Demo_pNF_wZPueZfIWfVuz6RfSR6a","serviceVersion":"1.0","serviceUUID":"b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a","serviceDescription":"catalog service description","serviceInvariantUUID":"9e388eba-84a3-4f32-8a3d-8514d0b47861","resources":[{"resourceInstanceName":"pNF 0fdd3d88-de8e 0","resourceName":"pNF 0fdd3d88-de8e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"947f08a9-5dd7-478b-a0a1-c2becbdc1419","resourceInvariantUUID":"827992a1-a4db-47b0-b0fd-092cc3f59d0f","resourceCustomizationUUID":"a2753a68-2189-4566-8d50-488bf53fc277","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vf-license-model.xml","artifactChecksum":"MjBlNDI0MDU5YWQ4ZWRhY2MzMGNjYTI5ZTkxMmM5YzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"370391b0-c75f-4655-82ab-82c8443f98ec","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/pNF.csar","artifactChecksum":"NTkwYWFmODYxNWRkMTEyNWVlMWNmZTNlZGUwZDc3NWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e52845af-7753-45cf-bd90-7850de1eb2f8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51b34528-55a4-445c-8a1d-e4f766b19b92","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjlkMzdkZjBkZmM5MWY5NzM3MGJmN2RmZDA0NDY3OTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9050512b-7b1c-4f2e-9588-0960e02e8972","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1199b6be-abda-4b8c-8a14-0e5ca5bd7307","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"928161be-ca2c-415b-b46b-62ef55180baf","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWzpuezfiwfvuz6rfsr6a-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-template.yml","artifactChecksum":"NzEzMDk3ZDljZjk1NzAwMmM5YzdhMzYyY2ZlN2Q3ZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7bfb2759-7a1e-4d85-af2f-fbc13f76af5b","artifactVersion":"1"},{"artifactName":"service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar","artifactChecksum":"MmUyZTM0MmY2YjEwZGU2YTA1MmVhMWY0ZDM3MjM3M2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1665d751-6d1d-4c86-9353-98ef9694cebb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-19T19:05:49.844Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T19:05:49.844Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-19T19:05:49.846Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T19:05:49.846Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e200783-3276-468a-8679-0c84e4f845ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618859147058,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T19:05:49.946Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T19:05:49.947Z||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-04-19T19:05:49.947Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T19:05:49.956Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:05:49.957Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-19T19:05:50.847Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T19:05:50.848Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-19T19:05:50.850Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T19:05:50.850Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e200783-3276-468a-8679-0c84e4f845ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618859147058,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-19T19:05:50.950Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T19:05:50.951Z||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-04-19T19:05:50.951Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T19:05:50.960Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:05:50.960Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-19T19:05:51.851Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T19:05:51.852Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-19T19:05:51.854Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T19:05:51.854Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e200783-3276-468a-8679-0c84e4f845ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618859147058,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-19T19:05:51.954Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T19:05:51.955Z||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-04-19T19:05:51.955Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T19:05:51.964Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:05:51.964Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-19T19:05:52.855Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T19:05:52.856Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-19T19:05:52.857Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T19:05:52.857Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e200783-3276-468a-8679-0c84e4f845ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618859147058,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-19T19:05:52.958Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T19:05:52.959Z||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-04-19T19:05:52.959Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T19:05:52.966Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:05:52.966Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-19T19:05:53.858Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T19:05:53.859Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-19T19:05:53.861Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T19:05:53.861Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e200783-3276-468a-8679-0c84e4f845ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618859147058,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-19T19:05:53.961Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T19:05:53.962Z||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-04-19T19:05:53.962Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T19:05:53.969Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:05:53.970Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-19T19:05:54.861Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T19:05:54.861Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-19T19:05:54.863Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T19:05:54.863Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e200783-3276-468a-8679-0c84e4f845ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618859147058,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/resourceInstances/pnf0fdd3d88de8e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-19T19:05:54.963Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T19:05:54.964Z||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-04-19T19:05:54.964Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T19:05:54.974Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:05:54.975Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-19T19:05:55.864Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T19:05:55.864Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-19T19:05:55.867Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T19:05:55.867Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e200783-3276-468a-8679-0c84e4f845ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618859147058,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-19T19:05:55.967Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T19:05:55.968Z||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-04-19T19:05:55.968Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T19:05:55.976Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:05:55.977Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-19T19:05:56.867Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-19T19:05:56.868Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-19T19:05:56.870Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T19:05:56.870Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e200783-3276-468a-8679-0c84e4f845ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618859147058,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar",
"status": "NOTIFIED"
}
2021-04-19T19:05:56.970Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T19:05:56.971Z||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-04-19T19:05:56.971Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T19:05:56.977Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:05:56.978Z||pool-47-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-19T19:05:57.871Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "1e200783-3276-468a-8679-0c84e4f845ff",
"serviceName": "Demo_pNF_wZPueZfIWfVuz6RfSR6a",
"serviceVersion": "1.0",
"serviceUUID": "b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9e388eba-84a3-4f32-8a3d-8514d0b47861",
"resources": [
{
"resourceInstanceName": "pNF 0fdd3d88-de8e 0",
"resourceCustomizationUUID": "a2753a68-2189-4566-8d50-488bf53fc277",
"resourceName": "pNF 0fdd3d88-de8e",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "947f08a9-5dd7-478b-a0a1-c2becbdc1419",
"resourceInvariantUUID": "827992a1-a4db-47b0-b0fd-092cc3f59d0f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar",
"artifactChecksum": "MmUyZTM0MmY2YjEwZGU2YTA1MmVhMWY0ZDM3MjM3M2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1665d751-6d1d-4c86-9353-98ef9694cebb"
}
],
"workloadContext": "Production"
}
2021-04-19T19:05:57.871Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-19T19:05:57.871Z|4380217a-b6ec-4aba-9efa-d0a23e9b87a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a ASDC
2021-04-19T19:05:57.872Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:1e200783-3276-468a-8679-0c84e4f845ff
ServiceName:Demo_pNF_wZPueZfIWfVuz6RfSR6a
ServiceVersion:1.0
ServiceUUID:b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a
ServiceInvariantUUID:9e388eba-84a3-4f32-8a3d-8514d0b47861
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar
ArtifactUUID:1665d751-6d1d-4c86-9353-98ef9694cebb
ArtifactChecksum:MmUyZTM0MmY2YjEwZGU2YTA1MmVhMWY0ZDM3MjM3M2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0fdd3d88-de8e 0
ResourceCustomizationUUID:a2753a68-2189-4566-8d50-488bf53fc277
ResourceInvariantUUID:827992a1-a4db-47b0-b0fd-092cc3f59d0f
ResourceName:pNF 0fdd3d88-de8e
ResourceType:PNF
ResourceUUID:947f08a9-5dd7-478b-a0a1-c2becbdc1419
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-04-19T19:05:57.872Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a 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-04-19T19:05:57.894Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-19T19:05:57.895Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-19T19:05:57.895Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-19T19:05:57.895Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1665d751-6d1d-4c86-9353-98ef9694cebb from URL: /sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar
2021-04-19T19:05:57.895Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-19T19:05:57.896Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar
2021-04-19T19:05:58.750Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-19T19:05:58.756Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar 1665d751-6d1d-4c86-9353-98ef9694cebb 83317
2021-04-19T19:05:58.756Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar ASDC sendASDCNotification
2021-04-19T19:05:58.756Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar
2021-04-19T19:05:58.756Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-19T19:05:58.756Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-19T19:05:58.758Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-19T19:05:58.758Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e200783-3276-468a-8679-0c84e4f845ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618859158756,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-19T19:05:58.858Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-19T19:05:58.859Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-19T19:05:58.860Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LjeJyZo92afNBi4r) ...
2021-04-19T19:05:58.867Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-19T19:05:58.868Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-19T19:05:59.759Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-19T19:05:59.760Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-19T19:05:59.760Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1665d751-6d1d-4c86-9353-98ef9694cebb, URL: /sdc/v1/catalog/services/DemoPnfWzpuezfiwfvuz6rfsr6a/1.0/artifacts/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar to file: /app/ASDC/1/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar
2021-04-19T19:05:59.761Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar
2021-04-19T19:05:59.761Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar
2021-04-19T19:05:59.762Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar
2021-04-19T19:05:59.890Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2785300025423830868/Definitions/service-DemoPnfWzpuezfiwfvuz6rfsr6a-template.yml
2021-04-19T19:06:00.452Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-19T19:06:00.452Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-19T19:06:00.452Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar
2021-04-19T19:06:00.452Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-19T19:06:00.452Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar
2021-04-19T19:06:00.453Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar
2021-04-19T19:06:00.453Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar
2021-04-19T19:06:00.453Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar
2021-04-19T19:06:00.453Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar
2021-04-19T19:06:00.453Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0fdd3d88-de8e 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar
2021-04-19T19:06:00.453Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar
2021-04-19T19:06:00.453Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0fdd3d88-de8e 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWzpuezfiwfvuz6rfsr6a-csar.csar
2021-04-19T19:06:00.454Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-19T19:06:00.454Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T19:06:00.454Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZPueZfIWfVuz6RfSR6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T19:06:00.454Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Node template pNF 0fdd3d88-de8e 0 is matching search criteria
2021-04-19T19:06:00.454Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-19T19:06:00.455Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0fdd3d88-de8e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-19T19:06:00.455Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T19:06:00.455Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZPueZfIWfVuz6RfSR6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T19:06:00.455Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Node template pNF 0fdd3d88-de8e 0 is matching search criteria
2021-04-19T19:06:00.455Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-19T19:06:00.455Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0fdd3d88-de8e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-19T19:06:00.456Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T19:06:00.456Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZPueZfIWfVuz6RfSR6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T19:06:00.456Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T19:06:00.456Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZPueZfIWfVuz6RfSR6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T19:06:00.456Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T19:06:00.456Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZPueZfIWfVuz6RfSR6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T19:06:00.457Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T19:06:00.457Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZPueZfIWfVuz6RfSR6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T19:06:00.457Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T19:06:00.457Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZPueZfIWfVuz6RfSR6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T19:06:00.457Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_wZPueZfIWfVuz6RfSR6a
Description:catalog service description
Model UUID:b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a
Model Version:NULL
Model InvariantUuid:9e388eba-84a3-4f32-8a3d-8514d0b47861
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-19T19:06:00.463Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 947f08a9-5dd7-478b-a0a1-c2becbdc1419
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-19T19:06:00.465Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||pNF 0fdd3d88-de8e 0
2021-04-19T19:06:00.465Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 947f08a9-5dd7-478b-a0a1-c2becbdc1419
2021-04-19T19:06:00.466Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||No resources found for Service: b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a
2021-04-19T19:06:00.466Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a
2021-04-19T19:06:00.466Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0fdd3d88-de8e 0 947f08a9-5dd7-478b-a0a1-c2becbdc1419 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-19T19:06:00.470Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-19T19:06:00.470Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZPueZfIWfVuz6RfSR6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-19T19:06:00.470Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b54404cb-ec8c-4bfe-85b5-a1bc2d2ff94a: pNF 0fdd3d88-de8e
2021-04-19T19:06:00.471Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||INFO|500||Processing PNF resource: 947f08a9-5dd7-478b-a0a1-c2becbdc1419
2021-04-19T19:06:00.471Z|1e200783-3276-468a-8679-0c84e4f845ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery