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-04T04:12:48.288Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-8nd85 with PID 14 (/app/app.jar started by so in /app)
2021-04-04T04:12:48.293Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-04T04:12:48.294Z||main|||||INFO|500||The following profiles are active: basic
2021-04-04T04:12:55.331Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-04T04:12:55.332Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-04T04:12:55.419Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-04T04:12:57.042Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-04T04:12:57.201Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-04T04:12:57.563Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-04T04:12:57.571Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-04T04:12:57.682Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-04T04:12:57.826Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-04T04:12:58.199Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-04T04:12:58.950Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-04T04:13:01.225Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-04T04:13:01.262Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-04T04:13:01.565Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-04T04:13:01.724Z||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-04T04:13:02.962Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-04T04:13:03.889Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-04T04:13:03.906Z||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$$8c195b0b.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-04T04:13:03.907Z||main|||||WARN|500||The sdc end point is not alive
2021-04-04T04:13:06.298Z||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-04T04:13:08.522Z||main|||||WARN|500||---
2021-04-04T04:13:08.523Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-04T04:13:08.523Z||main|||||WARN|500||---
2021-04-04T04:13:08.947Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-04T04:13:11.920Z||main|||||INFO|500||Started Application in 25.77 seconds (JVM running for 26.929)
2021-04-04T04:13:11.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-04T04:13:11.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-04T04:13:11.933Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-04T04:13:11.982Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-04T04:13:12.027Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a1e7dc6d-5fcf-4217-8ade-0a0a9380e7c3 url= /sdc/v1/artifactTypes
2021-04-04T04:13:12.028Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-04T04:13:12.346Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-04T04:13:12.361Z||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-04T04:13:12.383Z||scheduling-1|||||DEBUG|500||create keys
2021-04-04T04:13:12.390Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-04T04:13:12.420Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:13:12.435Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= baa7de23-f378-4648-b04c-4b42d7af0ad4 url= /sdc/v1/registerForDistribution
2021-04-04T04:13:12.585Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= baa7de23-f378-4648-b04c-4b42d7af0ad4 url= /sdc/v1/registerForDistribution
2021-04-04T04:13:12.586Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-04T04:13:12.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:13:12.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:13:12.601Z||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-04T04:13:12.601Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:13:12.601Z||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-04T04:13:12.602Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:13:12.604Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-04T04:13:22.834Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:13:22.838Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:14:12.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:14:12.596Z||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-04T04:14:12.596Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:14:12.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:14:12.597Z||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-04T04:14:12.599Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:14:22.158Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:14:22.159Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:15:12.594Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:15:12.595Z||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-04T04:15:12.596Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:15:12.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:15:12.598Z||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-04T04:15:12.598Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:15:22.165Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:15:22.165Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:16:12.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:16:12.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:16:12.596Z||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-04T04:16:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:16:12.597Z||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-04T04:16:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:16:22.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:16:22.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:17:12.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:17:12.595Z||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-04T04:17:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:17:12.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:17:12.598Z||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-04T04:17:12.599Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:17:22.150Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:17:22.151Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:18:12.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:18:12.595Z||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-04T04:18:12.596Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:18:12.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:18:12.602Z||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-04T04:18:12.602Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:18:22.146Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:18:22.147Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:19:12.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:19:12.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:19:12.597Z||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-04T04:19:12.598Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:19:12.609Z||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-04T04:19:12.610Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:19:22.150Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:19:22.150Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:20:12.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:20:12.596Z||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-04T04:20:12.596Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:20:12.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:20:12.598Z||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-04T04:20:12.598Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:20:22.159Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:20:22.159Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:21:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:21:12.595Z||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-04T04:21:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:21:12.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:21:12.597Z||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-04T04:21:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:21:22.149Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:21:22.149Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:22:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:22:12.595Z||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-04T04:22:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:22:12.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:22:12.597Z||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-04T04:22:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:22:22.145Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:22:22.146Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:23:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:23:12.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:23:12.597Z||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-04T04:23:12.598Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:23:12.596Z||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-04T04:23:12.600Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:23:22.149Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:23:22.150Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:23:34.544Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-04T04:23:34.766Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@7b2a0f91 ((conn=700) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-04T04:23:34.784Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@205cd000 ((conn=721) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-04T04:23:34.786Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@28c147a6 ((conn=693) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-04T04:23:34.788Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@54869cbf ((conn=694) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-04T04:23:34.790Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@121c8aff ((conn=695) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-04T04:23:34.792Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@29fdaf20 ((conn=722) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-04T04:23:34.795Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@ba321ce ((conn=696) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-04T04:23:34.797Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@6b203761 ((conn=697) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-04T04:23:34.798Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@1d1d0388 ((conn=698) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-04T04:24:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:24:12.595Z||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-04T04:24:12.596Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:24:12.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:24:12.597Z||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-04T04:24:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:24:22.147Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:24:22.147Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:25:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:25:12.595Z||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-04T04:25:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:25:12.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:25:12.597Z||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-04T04:25:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:25:22.142Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:25:22.142Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:26:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:26:12.595Z||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-04T04:26:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:26:12.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:26:12.597Z||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-04T04:26:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:26:22.143Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:26:22.146Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:27:12.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:27:12.595Z||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-04T04:27:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:27:12.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:27:12.598Z||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-04T04:27:12.598Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:27:22.151Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:27:22.153Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:28:12.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:28:12.595Z||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-04T04:28:12.596Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:28:12.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:28:12.597Z||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-04T04:28:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:28:22.145Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:28:22.146Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:29:12.594Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:29:12.596Z||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-04T04:29:12.596Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:29:12.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:29:12.598Z||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-04T04:29:12.599Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:29:22.145Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:29:22.148Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:30:12.594Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:30:12.595Z||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-04T04:30:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:30:12.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:30:12.597Z||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-04T04:30:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:30:22.150Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:30:22.150Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:31:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:31:12.595Z||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-04T04:31:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:31:12.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:31:12.597Z||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-04T04:31:12.598Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:31:22.146Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:31:22.147Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:32:12.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:32:12.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:32:12.597Z||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-04T04:32:12.597Z||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-04T04:32:12.598Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:32:12.598Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:32:22.146Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:32:22.146Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:33:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:33:12.595Z||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-04T04:33:12.596Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:33:12.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:33:12.597Z||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-04T04:33:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:33:22.143Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:33:22.146Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:34:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:34:12.596Z||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-04T04:34:12.596Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:34:12.598Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:34:12.599Z||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-04T04:34:12.599Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:34:22.149Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:34:22.158Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:35:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:35:12.595Z||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-04T04:35:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:35:12.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:35:12.598Z||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-04T04:35:12.598Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:35:22.142Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:35:22.147Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:36:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:36:12.595Z||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-04T04:36:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:36:12.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:36:12.597Z||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-04T04:36:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:36:22.146Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:36:22.146Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:37:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:37:12.595Z||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-04T04:37:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:37:12.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:37:12.597Z||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-04T04:37:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:37:22.143Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:37:22.144Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:38:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:38:12.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:38:12.596Z||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-04T04:38:12.597Z||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-04T04:38:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:38:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:38:22.144Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:38:22.145Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:39:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:39:12.595Z||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-04T04:39:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:39:12.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:39:12.597Z||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-04T04:39:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:39:22.150Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:39:22.162Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:40:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:40:12.595Z||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-04T04:40:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:40:12.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:40:12.597Z||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-04T04:40:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:40:22.147Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:40:22.147Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:41:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:41:12.595Z||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-04T04:41:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:41:12.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:41:12.597Z||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-04T04:41:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:41:22.144Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:41:22.148Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:42:12.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:42:12.595Z||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-04T04:42:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:42:12.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:42:12.598Z||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-04T04:42:12.598Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:42:22.141Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:42:22.144Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:42:34.438Z||http-nio-8085-exec-10|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@2dafd21e ((conn=725) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-04T04:43:12.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:43:12.595Z||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-04T04:43:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:43:12.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:43:12.597Z||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-04T04:43:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:43:22.141Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:43:22.143Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:44:12.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:44:12.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:44:12.596Z||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-04T04:44:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:44:12.597Z||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-04T04:44:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:44:22.145Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:44:22.145Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:45:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:45:12.595Z||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-04T04:45:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:45:12.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:45:12.597Z||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-04T04:45:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:45:22.142Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:45:22.146Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:46:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:46:12.595Z||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-04T04:46:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:46:12.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:46:12.596Z||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-04T04:46:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:46:22.142Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:46:22.143Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:47:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:47:12.595Z||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-04T04:47:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:47:12.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:47:12.597Z||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-04T04:47:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:47:22.141Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:47:22.143Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:48:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:48:12.595Z||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-04T04:48:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:48:12.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:48:12.597Z||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-04T04:48:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:48:22.141Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:48:22.141Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:49:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:49:12.595Z||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-04T04:49:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:49:12.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:49:12.598Z||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-04T04:49:12.598Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:49:22.148Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:49:22.152Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:50:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:50:12.595Z||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-04T04:50:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:50:12.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:50:12.597Z||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-04T04:50:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:50:22.140Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:50:22.140Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:51:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:51:12.596Z||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-04T04:51:12.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:51:12.596Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:51:12.597Z||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-04T04:51:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:51:22.143Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:51:22.146Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:52:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:52:12.595Z||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-04T04:52:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:52:12.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:52:12.597Z||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-04T04:52:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:52:22.143Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:52:22.144Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:53:12.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:53:12.596Z||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-04T04:53:12.596Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:53:12.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:53:12.597Z||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-04T04:53:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:53:12.726Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:53:12.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617511979388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:53:12.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "cds",
"timestamp": 1617511977747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:53:12.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617511982407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:53:12.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617511979388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"status": "NOTIFIED"
}
2021-04-04T04:53:12.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "ves-openapi-manager",
"timestamp": 1617511985917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:53:12.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "cds",
"timestamp": 1617511977747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:53:12.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617511982407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"status": "NOTIFIED"
}
2021-04-04T04:53:12.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617511979388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-04T04:53:12.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "ves-openapi-manager",
"timestamp": 1617511985917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:53:12.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "cds",
"timestamp": 1617511977747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:53:12.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617511982407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-04T04:53:12.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617511979388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:53:12.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "ves-openapi-manager",
"timestamp": 1617511985917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:53:12.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "cds",
"timestamp": 1617511977747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:53:12.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617511982407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:53:12.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617511979388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-04T04:53:12.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "ves-openapi-manager",
"timestamp": 1617511985917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:53:12.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "cds",
"timestamp": 1617511977747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:53:12.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617511982407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-04T04:53:12.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617511989328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:53:12.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617511979388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:53:12.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "ves-openapi-manager",
"timestamp": 1617511985917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:53:12.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "cds",
"timestamp": 1617511977747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:53:12.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617511982407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:53:12.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617511989328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"status": "NOTIFIED"
}
2021-04-04T04:53:12.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617511979388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T04:53:12.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "ves-openapi-manager",
"timestamp": 1617511985917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:53:12.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "cds",
"timestamp": 1617511977747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T04:53:12.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617511982407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T04:53:12.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:12.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:53:12.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617511989328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-04T04:53:12.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:53:13.221Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:53:13.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-04T04:53:13.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"f977ef3b-62c2-48de-8b08-811881f1d630","serviceName":"vFW 2021-04-04 04-49-58","serviceVersion":"1.0","serviceUUID":"2511c76f-f917-408e-a8fe-f420d1fd82db","serviceDescription":"catalog service description","serviceInvariantUUID":"9179a879-be03-4316-aa28-4897e1900579","resources":[{"resourceInstanceName":"vFW 0ad13e0f-5147 0","resourceName":"vFW 0ad13e0f-5147","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"073441fc-91e3-4e3a-9715-d0ba3e392d8b","resourceInvariantUUID":"a2924b0e-44de-4cb5-aab3-74d2d4aa7a1f","resourceCustomizationUUID":"3cc25200-029f-42d1-87e3-ed4c7c19a809","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vf-license-model.xml","artifactChecksum":"ZGVjNmQ0Yjk2ZGRjODRlNjQxNmJkMTE0YWU2YzNkOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb67fccb-40a2-49ef-a239-d36dc36c5b3d","artifactVersion":"1"},{"artifactName":"vfw0ad13e0f51470_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json","artifactChecksum":"YTVhNmVjYzZhYjg0ZjVkMGM5Mzc4YzdiNWM5NGQwZTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a4426ce0-0b1f-430e-a03d-8da049ff263e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"830c4555-2863-443d-994f-4f0e6c640480","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vendor-license-model.xml","artifactChecksum":"YWI0ZTIzMThmMGYxMGFlYTg4NWRhMjMxMGU1MGUzZTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c5fc3b46-0323-46ba-9638-141c29085c9c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8d68bdeb-686a-4251-b352-f6d1874b41a6","artifactVersion":"2","generatedFromUUID":"830c4555-2863-443d-994f-4f0e6c640480"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210404044958-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-template.yml","artifactChecksum":"YWMzZjNjNTZmZDMyOTY0MTAxY2Q5OTEzZmQ1MmNmZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7a39352b-f53b-4020-bffe-74210bb29d0d","artifactVersion":"1"},{"artifactName":"service-Vfw20210404044958-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar","artifactChecksum":"Mzg5YTdjZGU1NmQ3MjU0YWFhOTg4OGI0ZTY2M2MyYjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9b41f1c1-f015-4f3f-870b-1f05ffa80006","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-04T04:53:13.232Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T04:53:13.250Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-04T04:53:13.262Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T04:53:13.262Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617511992594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:53:13.362Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-04-04T04:53:13.367Z||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-04T04:53:13.367Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T04:53:13.379Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:53:13.380Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-04T04:53:14.269Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T04:53:14.269Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-04T04:53:14.271Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T04:53:14.271Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617511992594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"status": "NOTIFIED"
}
2021-04-04T04:53:14.371Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T04:53:14.373Z||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-04T04:53:14.373Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T04:53:14.384Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:53:14.384Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-04T04:53:15.271Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T04:53:15.272Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-04T04:53:15.274Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T04:53:15.274Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617511992594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-04T04:53:15.375Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T04:53:15.376Z||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-04T04:53:15.376Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T04:53:15.387Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:53:15.388Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-04T04:53:16.275Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T04:53:16.276Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-04T04:53:16.278Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T04:53:16.279Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617511992594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:53:16.379Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T04:53:16.379Z||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-04T04:53:16.380Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T04:53:16.392Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:53:16.393Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-04T04:53:17.279Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T04:53:17.280Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-04T04:53:17.283Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T04:53:17.283Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617511992594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-04T04:53:17.383Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T04:53:17.384Z||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-04T04:53:17.384Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T04:53:17.402Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:53:17.403Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-04-04T04:53:18.284Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T04:53:18.285Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-04T04:53:18.288Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T04:53:18.288Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617511992594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:53:18.388Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T04:53:18.389Z||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-04T04:53:18.389Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T04:53:18.401Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:53:18.402Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-04T04:53:19.288Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T04:53:19.289Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-04T04:53:19.292Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T04:53:19.292Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617511992594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T04:53:19.392Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T04:53:19.393Z||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-04T04:53:19.393Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T04:53:19.406Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:53:19.406Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-04T04:53:20.296Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"serviceName": "vFW 2021-04-04 04-49-58",
"serviceVersion": "1.0",
"serviceUUID": "2511c76f-f917-408e-a8fe-f420d1fd82db",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9179a879-be03-4316-aa28-4897e1900579",
"resources": [
{
"resourceInstanceName": "vFW 0ad13e0f-5147 0",
"resourceCustomizationUUID": "3cc25200-029f-42d1-87e3-ed4c7c19a809",
"resourceName": "vFW 0ad13e0f-5147",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "073441fc-91e3-4e3a-9715-d0ba3e392d8b",
"resourceInvariantUUID": "a2924b0e-44de-4cb5-aab3-74d2d4aa7a1f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0ad13e0f51470_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"artifactChecksum": "YTVhNmVjYzZhYjg0ZjVkMGM5Mzc4YzdiNWM5NGQwZTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a4426ce0-0b1f-430e-a03d-8da049ff263e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "830c4555-2863-443d-994f-4f0e6c640480",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8d68bdeb-686a-4251-b352-f6d1874b41a6",
"generatedFromUUID": "830c4555-2863-443d-994f-4f0e6c640480"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8d68bdeb-686a-4251-b352-f6d1874b41a6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210404044958-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"artifactChecksum": "Mzg5YTdjZGU1NmQ3MjU0YWFhOTg4OGI0ZTY2M2MyYjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9b41f1c1-f015-4f3f-870b-1f05ffa80006"
}
],
"workloadContext": "Production"
}
2021-04-04T04:53:20.298Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-04T04:53:20.299Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2511c76f-f917-408e-a8fe-f420d1fd82db ASDC
2021-04-04T04:53:20.415Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f977ef3b-62c2-48de-8b08-811881f1d630
ServiceName:vFW 2021-04-04 04-49-58
ServiceVersion:1.0
ServiceUUID:2511c76f-f917-408e-a8fe-f420d1fd82db
ServiceInvariantUUID:9179a879-be03-4316-aa28-4897e1900579
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210404044958-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar
ArtifactUUID:9b41f1c1-f015-4f3f-870b-1f05ffa80006
ArtifactChecksum:Mzg5YTdjZGU1NmQ3MjU0YWFhOTg4OGI0ZTY2M2MyYjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0ad13e0f-5147 0
ResourceCustomizationUUID:3cc25200-029f-42d1-87e3-ed4c7c19a809
ResourceInvariantUUID:a2924b0e-44de-4cb5-aab3-74d2d4aa7a1f
ResourceName:vFW 0ad13e0f-5147
ResourceType:VF
ResourceUUID:073441fc-91e3-4e3a-9715-d0ba3e392d8b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0ad13e0f51470_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json
ArtifactUUID:a4426ce0-0b1f-430e-a03d-8da049ff263e
ArtifactChecksum:YTVhNmVjYzZhYjg0ZjVkMGM5Mzc4YzdiNWM5NGQwZTM=
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/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml
ArtifactUUID:830c4555-2863-443d-994f-4f0e6c640480
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/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env
ArtifactUUID:8d68bdeb-686a-4251-b352-f6d1874b41a6
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/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env
ArtifactUUID:8d68bdeb-686a-4251-b352-f6d1874b41a6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-04T04:53:20.416Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2511c76f-f917-408e-a8fe-f420d1fd82db 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-04T04:53:20.765Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-04T04:53:20.767Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-04T04:53:20.767Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-04T04:53:20.767Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9b41f1c1-f015-4f3f-870b-1f05ffa80006 from URL: /sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar
2021-04-04T04:53:20.767Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-04T04:53:20.769Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar
2021-04-04T04:53:21.245Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-04T04:53:21.264Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar 9b41f1c1-f015-4f3f-870b-1f05ffa80006 110077
2021-04-04T04:53:21.266Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar ASDC sendASDCNotification
2021-04-04T04:53:21.266Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar
2021-04-04T04:53:21.266Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T04:53:21.268Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-04T04:53:21.270Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T04:53:21.270Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512001264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T04:53:21.370Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T04:53:21.371Z||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-04T04:53:21.372Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T04:53:21.384Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:53:21.385Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-04T04:53:22.271Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-04T04:53:22.272Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-04T04:53:22.272Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9b41f1c1-f015-4f3f-870b-1f05ffa80006, URL: /sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar to file: /app/ASDC/1/service-Vfw20210404044958-csar.csar
2021-04-04T04:53:22.273Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210404044958-csar.csar
2021-04-04T04:53:22.456Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210404044958-csar.csar
2021-04-04T04:53:22.456Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210404044958-csar.csar
2021-04-04T04:53:23.137Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18355474236896397802/Definitions/service-Vfw20210404044958-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-04-04T04:53:26.280Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-04T04:53:26.284Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-04T04:53:26.285Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210404044958-csar.csar
2021-04-04T04:53:26.285Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-04T04:53:26.285Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||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-Vfw20210404044958-csar.csar
2021-04-04T04:53:26.285Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||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-Vfw20210404044958-csar.csar
2021-04-04T04:53:26.285Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||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-Vfw20210404044958-csar.csar
2021-04-04T04:53:26.285Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210404044958-csar.csar
2021-04-04T04:53:26.285Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210404044958-csar.csar
2021-04-04T04:53:26.285Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||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-Vfw20210404044958-csar.csar
2021-04-04T04:53:26.285Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0ad13e0f-5147 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210404044958-csar.csar
2021-04-04T04:53:26.286Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||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-Vfw20210404044958-csar.csar
2021-04-04T04:53:26.286Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||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-Vfw20210404044958-csar.csar
2021-04-04T04:53:26.286Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210404044958-csar.csar
2021-04-04T04:53:26.286Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||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-Vfw20210404044958-csar.csar
2021-04-04T04:53:26.286Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0ad13e0f-5147 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-Vfw20210404044958-csar.csar
2021-04-04T04:53:26.286Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210404044958-csar.csar
2021-04-04T04:53:26.286Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||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-Vfw20210404044958-csar.csar
2021-04-04T04:53:26.286Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-04T04:53:26.292Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:26.293Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-04 04-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T04:53:26.296Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vFW 0ad13e0f-5147 0 is matching search criteria
2021-04-04T04:53:26.296Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-04T04:53:26.298Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0ad13e0f-5147 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-04T04:53:26.325Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:26.325Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-04 04-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T04:53:26.326Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vFW 0ad13e0f-5147 0 is matching search criteria
2021-04-04T04:53:26.326Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-04T04:53:26.326Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0ad13e0f-5147 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-04T04:53:26.326Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:26.327Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-04 04-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T04:53:26.331Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:26.331Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vFW 0ad13e0f-5147 0 is not matching search criteria
2021-04-04T04:53:26.331Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-04T04:53:26.331Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-04T04:53:26.331Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-04T04:53:26.332Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-04T04:53:26.332Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-04T04:53:26.332Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-04T04:53:26.332Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-04T04:53:26.332Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-04T04:53:26.332Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-04T04:53:26.332Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-04T04:53:26.333Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-04T04:53:26.333Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-04T04:53:26.333Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-04T04:53:26.333Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-04T04:53:26.333Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-04T04:53:26.333Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-04T04:53:26.334Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:26.334Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-04 04-49-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-04T04:53:26.335Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:26.335Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vFW 0ad13e0f-5147 0 is matching search criteria
2021-04-04T04:53:26.335Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0ad13e0f-5147 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T04:53:26.336Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:26.336Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vFW 0ad13e0f-5147 0 is matching search criteria
2021-04-04T04:53:26.336Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0ad13e0f-5147 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T04:53:26.336Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:26.336Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vFW 0ad13e0f-5147 0 is matching search criteria
2021-04-04T04:53:26.336Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0ad13e0f-5147 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T04:53:26.337Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:26.337Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vFW 0ad13e0f-5147 0 is not matching search criteria
2021-04-04T04:53:26.337Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-04T04:53:26.337Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-04T04:53:26.337Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-04T04:53:26.337Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-04T04:53:26.337Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-04T04:53:26.338Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-04T04:53:26.338Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-04T04:53:26.338Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-04T04:53:26.338Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-04T04:53:26.338Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-04T04:53:26.338Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-04T04:53:26.338Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=55d3281e-f497-45f5-959c-7f343b76ccf3
2021-04-04T04:53:26.339Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:26.339Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vFW 0ad13e0f-5147 0 is not matching search criteria
2021-04-04T04:53:26.339Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-04T04:53:26.339Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-04T04:53:26.339Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-04T04:53:26.340Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-04T04:53:26.340Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-04T04:53:26.340Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-04T04:53:26.340Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-04T04:53:26.340Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-04T04:53:26.340Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-04T04:53:26.340Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-04T04:53:26.341Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-04T04:53:26.341Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-04T04:53:26.341Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=64e49843-c697-4a7c-bbc6-74bea45bbe5b
2021-04-04T04:53:26.341Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:26.341Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vFW 0ad13e0f-5147 0 is not matching search criteria
2021-04-04T04:53:26.341Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-04T04:53:26.342Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-04T04:53:26.342Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-04T04:53:26.342Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-04T04:53:26.342Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-04T04:53:26.342Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-04T04:53:26.342Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-04T04:53:26.342Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-04T04:53:26.342Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-04T04:53:26.343Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-04T04:53:26.343Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-04T04:53:26.343Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-04T04:53:26.343Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=33c26d91-1627-4faa-9e33-c86f3c5b2ba3
2021-04-04T04:53:26.343Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:26.343Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-04 04-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T04:53:26.344Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:26.344Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-04 04-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T04:53:26.344Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:26.344Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-04 04-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T04:53:26.344Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:26.344Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-04 04-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T04:53:26.345Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-04 04-49-58
Description:catalog service description
Model UUID:2511c76f-f917-408e-a8fe-f420d1fd82db
Model Version:NULL
Model InvariantUuid:9179a879-be03-4316-aa28-4897e1900579
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0ad13e0f-5147
Model UUID:31e7d61c-9044-492f-87af-1a8f3aa4a7a2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a2924b0e-44de-4cb5-aab3-74d2d4aa7a1f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3cc25200-029f-42d1-87e3-ed4c7c19a809
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cf81fdfb-ad60-4759-98c8-fb1b3ecd42e3
ModelName:Vfw0ad13e0f5147..base_vfw..module-0
ModelUuid:e9972493-5d75-4a54-84e4-b9245bcd0817
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:55d3281e-f497-45f5-959c-7f343b76ccf3
ModelInvariantUuid:ef6f98b4-3886-4f86-8eba-5f52c5b1f52b
ModelName:vFW 0ad13e0f-5147-nodes.vfwCvfc
ModelUuid:f450ca22-9f06-4f82-aea3-afa8df1834c8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6430902c-e620-4078-8da5-607b0cb6bcfc
ModelInvariantUuid:883d4253-eacf-43ee-81c5-15c0bff5ec6f
ModelName:Vfw0ad13e0f5147.compute.nodes.heat.vfw
ModelUuid:c0176f44-81f8-4d9e-951d-10543a26dc16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:64e49843-c697-4a7c-bbc6-74bea45bbe5b
ModelInvariantUuid:8d3ac9ac-25a9-43d5-b9f2-7e5a51d84882
ModelName:vFW 0ad13e0f-5147-nodes.vsnCvfc
ModelUuid:434e3a8f-a073-4c18-8a75-a059d8f68bfa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:bfbd7e53-f56b-472a-aa53-0e2411ef8f04
ModelInvariantUuid:95a9e9c9-a81d-414d-a52f-6055681643b6
ModelName:Vfw0ad13e0f5147.compute.nodes.heat.vsn
ModelUuid:d3cd579d-a19d-4986-9a1d-e0603609bd92
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:33c26d91-1627-4faa-9e33-c86f3c5b2ba3
ModelInvariantUuid:7c368521-4232-41b5-95c3-3b42917a7682
ModelName:vFW 0ad13e0f-5147-nodes.vpgCvfc
ModelUuid:2d0f5e75-6f83-46de-8ef3-22d9a0b5a229
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:4dac7753-af87-4ad0-872f-1d14918447c7
ModelInvariantUuid:c99d8a9e-4e07-46d0-9080-c98859ba01a1
ModelName:Vfw0ad13e0f5147.compute.nodes.heat.vpg
ModelUuid:a19f46da-bef4-4450-acd6-b0c8c164aef2
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-04T04:53:26.406Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 073441fc-91e3-4e3a-9715-d0ba3e392d8b
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-04T04:53:26.490Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||vFW 0ad13e0f-5147 0
2021-04-04T04:53:26.497Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 073441fc-91e3-4e3a-9715-d0ba3e392d8b
2021-04-04T04:53:26.497Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a4426ce0-0b1f-430e-a03d-8da049ff263e from URL: /sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json
2021-04-04T04:53:26.497Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-04T04:53:26.498Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json
2021-04-04T04:53:28.645Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-04T04:53:28.646Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json a4426ce0-0b1f-430e-a03d-8da049ff263e 785
2021-04-04T04:53:28.647Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json ASDC sendASDCNotification
2021-04-04T04:53:28.647Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json
2021-04-04T04:53:28.647Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T04:53:28.648Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-04T04:53:28.651Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T04:53:28.652Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512008647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-04T04:53:28.752Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T04:53:28.753Z||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-04T04:53:28.753Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T04:53:28.770Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:53:28.771Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-04-04T04:53:29.653Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0ad13e0f5147..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cf81fdfb-ad60-4759-98c8-fb1b3ecd42e3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e9972493-5d75-4a54-84e4-b9245bcd0817",
"vfModuleModelCustomizationUUID": "e4f9e9f2-0a28-4060-bf43-9d94b484d332",
"isBase": true,
"artifacts": [
"830c4555-2863-443d-994f-4f0e6c640480",
"8d68bdeb-686a-4251-b352-f6d1874b41a6"
],
"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-04T04:53:29.679Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0ad13e0f5147..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e9972493-5d75-4a54-84e4-b9245bcd0817
VfModuleModelInvariantUUID:cf81fdfb-ad60-4759-98c8-fb1b3ecd42e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
830c4555-2863-443d-994f-4f0e6c640480
,
8d68bdeb-686a-4251-b352-f6d1874b41a6
}
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-04T04:53:29.683Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0ad13e0f5147..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cf81fdfb-ad60-4759-98c8-fb1b3ecd42e3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e9972493-5d75-4a54-84e4-b9245bcd0817",
"vfModuleModelCustomizationUUID": "e4f9e9f2-0a28-4060-bf43-9d94b484d332",
"isBase": true,
"artifacts": [
"830c4555-2863-443d-994f-4f0e6c640480",
"8d68bdeb-686a-4251-b352-f6d1874b41a6"
],
"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-04T04:53:29.683Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0ad13e0f5147..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e9972493-5d75-4a54-84e4-b9245bcd0817
VfModuleModelInvariantUUID:cf81fdfb-ad60-4759-98c8-fb1b3ecd42e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
830c4555-2863-443d-994f-4f0e6c640480
,
8d68bdeb-686a-4251-b352-f6d1874b41a6
}
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-04T04:53:29.683Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 830c4555-2863-443d-994f-4f0e6c640480 from URL: /sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml
2021-04-04T04:53:29.683Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-04T04:53:29.684Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml
2021-04-04T04:53:34.520Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-04T04:53:34.522Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml 830c4555-2863-443d-994f-4f0e6c640480 20368
2021-04-04T04:53:34.523Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-04T04:53:34.523Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml
2021-04-04T04:53:34.523Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T04:53:34.524Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-04T04:53:34.527Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T04:53:34.528Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512014523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-04T04:53:34.627Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-04T04:53:34.629Z||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-04T04:53:34.629Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T04:53:34.640Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:53:34.641Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-04T04:53:35.528Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8d68bdeb-686a-4251-b352-f6d1874b41a6 from URL: /sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env
2021-04-04T04:53:35.529Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-04T04:53:35.529Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env
2021-04-04T04:53:37.086Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-04T04:53:37.086Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env 8d68bdeb-686a-4251-b352-f6d1874b41a6 2098
2021-04-04T04:53:37.087Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-04T04:53:37.087Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env
2021-04-04T04:53:37.087Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T04:53:37.087Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-04T04:53:37.091Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T04:53:37.091Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512017087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-04T04:53:37.192Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T04:53:37.193Z||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-04T04:53:37.193Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T04:53:37.206Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:53:37.206Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-04T04:53:38.092Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 2511c76f-f917-408e-a8fe-f420d1fd82db
2021-04-04T04:53:38.093Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0ad13e0f-5147 0 073441fc-91e3-4e3a-9715-d0ba3e392d8b 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-04T04:53:38.327Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:38.327Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-04 04-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T04:53:38.327Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-04-04T04:53:38.328Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 3cc25200-029f-42d1-87e3-ed4c7c19a809
2021-04-04T04:53:38.328Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3cc25200-029f-42d1-87e3-ed4c7c19a809 matches Tosca VF Customization UUID: 3cc25200-029f-42d1-87e3-ed4c7c19a809
2021-04-04T04:53:38.328Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 3cc25200-029f-42d1-87e3-ed4c7c19a809 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-04T04:53:38.341Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:38.342Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-04 04-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T04:53:38.343Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 3cc25200-029f-42d1-87e3-ed4c7c19a809: {\"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-04T04:53:38.343Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@434076ee
2021-04-04T04:53:38.344Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:38.344Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-04 04-49-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-04T04:53:38.344Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e4f9e9f2-0a28-4060-bf43-9d94b484d332
2021-04-04T04:53:38.345Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e4f9e9f2-0a28-4060-bf43-9d94b484d332
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-04T04:53:38.355Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:38.356Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vFW 0ad13e0f-5147 0 is matching search criteria
2021-04-04T04:53:38.356Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0ad13e0f-5147 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T04:53:38.357Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:38.357Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vFW 0ad13e0f-5147 0 is matching search criteria
2021-04-04T04:53:38.357Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0ad13e0f-5147 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T04:53:38.357Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:38.357Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vFW 0ad13e0f-5147 0 is not matching search criteria
2021-04-04T04:53:38.357Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-04T04:53:38.357Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-04T04:53:38.358Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-04T04:53:38.358Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-04T04:53:38.358Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-04T04:53:38.358Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-04T04:53:38.358Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-04T04:53:38.358Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-04T04:53:38.358Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-04T04:53:38.358Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-04T04:53:38.359Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-04T04:53:38.359Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=55d3281e-f497-45f5-959c-7f343b76ccf3
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-04T04:53:38.378Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:38.378Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vFW 0ad13e0f-5147 0 is matching search criteria
2021-04-04T04:53:38.379Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0ad13e0f-5147 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T04:53:38.379Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:38.379Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vFW 0ad13e0f-5147 0 is not matching search criteria
2021-04-04T04:53:38.380Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-04T04:53:38.380Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-04T04:53:38.380Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-04T04:53:38.381Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-04T04:53:38.381Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-04T04:53:38.381Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-04T04:53:38.381Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-04T04:53:38.382Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-04T04:53:38.382Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-04T04:53:38.382Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-04T04:53:38.382Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-04T04:53:38.382Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-04T04:53:38.383Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=64e49843-c697-4a7c-bbc6-74bea45bbe5b
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-04T04:53:38.386Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:38.386Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vFW 0ad13e0f-5147 0 is matching search criteria
2021-04-04T04:53:38.386Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0ad13e0f-5147 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T04:53:38.389Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:38.389Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vFW 0ad13e0f-5147 0 is not matching search criteria
2021-04-04T04:53:38.389Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-04T04:53:38.390Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-04T04:53:38.390Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-04T04:53:38.390Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-04T04:53:38.390Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-04T04:53:38.390Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-04T04:53:38.390Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-04T04:53:38.391Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-04T04:53:38.391Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-04T04:53:38.391Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-04T04:53:38.391Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-04T04:53:38.391Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-04T04:53:38.391Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=33c26d91-1627-4faa-9e33-c86f3c5b2ba3
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-04T04:53:38.394Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:38.394Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vFW 0ad13e0f-5147 0 is matching search criteria
2021-04-04T04:53:38.394Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0ad13e0f-5147 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T04:53:38.394Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:38.395Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Node template vFW 0ad13e0f-5147 0 is matching search criteria
2021-04-04T04:53:38.395Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0ad13e0f-5147 0] matching following query criteria: sdcType=VF, customizationUUID=3cc25200-029f-42d1-87e3-ed4c7c19a809
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-04T04:53:38.396Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:38.397Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-04 04-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T04:53:38.397Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 2511c76f-f917-408e-a8fe-f420d1fd82db: vFW 0ad13e0f-5147
2021-04-04T04:53:38.397Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:38.397Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-04 04-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T04:53:38.397Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:38.398Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-04 04-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T04:53:38.398Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:38.398Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-04 04-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T04:53:38.398Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:38.398Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-04 04-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T04:53:38.398Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T04:53:38.398Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-04 04-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T04:53:38.399Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-04-04 04-49-58
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-04T04:53:38.826Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0ad13e0f-5147 073441fc-91e3-4e3a-9715-d0ba3e392d8b 1 ASDC deployResourceStructure
2021-04-04T04:53:38.826Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json ASDC sendASDCNotification
2021-04-04T04:53:38.826Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json
2021-04-04T04:53:38.826Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T04:53:38.827Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-04T04:53:38.828Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T04:53:38.829Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512018826,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"status": "DEPLOY_OK"
}
2021-04-04T04:53:38.929Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T04:53:38.930Z||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-04T04:53:38.931Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T04:53:38.941Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:53:38.942Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-04T04:53:39.830Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-04T04:53:39.830Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml
2021-04-04T04:53:39.830Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T04:53:39.831Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-04T04:53:39.833Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T04:53:39.834Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512019830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-04T04:53:39.934Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T04:53:39.935Z||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-04T04:53:39.935Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T04:53:39.947Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:53:39.948Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-04T04:53:40.835Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-04T04:53:40.835Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env
2021-04-04T04:53:40.835Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T04:53:40.835Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-04T04:53:40.838Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T04:53:40.838Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512020834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-04T04:53:40.938Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T04:53:40.939Z||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-04T04:53:40.940Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T04:53:40.958Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:53:40.959Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-04-04T04:53:41.840Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar ASDC sendASDCNotification
2021-04-04T04:53:41.840Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar
2021-04-04T04:53:41.840Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T04:53:41.840Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-04T04:53:41.842Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T04:53:41.843Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512021840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-04T04:53:41.943Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T04:53:41.944Z||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-04T04:53:41.944Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T04:53:41.955Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:53:41.956Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-04T04:53:42.843Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f977ef3b-62c2-48de-8b08-811881f1d630
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-04T04:53:42.867Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f977ef3b-62c2-48de-8b08-811881f1d630
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-04T04:53:42.869Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T04:53:42.869Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-04T04:53:42.869Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-04T04:54:12.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:54:12.597Z||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-04T04:54:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:54:12.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:54:12.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:54:12.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "ves-openapi-manager",
"timestamp": 1617511985917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:54:12.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:54:12.869Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f977ef3b-62c2-48de-8b08-811881f1d630
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-04T04:54:12.881Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f977ef3b-62c2-48de-8b08-811881f1d630
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-04T04:54:12.883Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T04:54:12.884Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-04T04:54:12.884Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-04T04:54:42.884Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f977ef3b-62c2-48de-8b08-811881f1d630
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-04T04:54:42.896Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f977ef3b-62c2-48de-8b08-811881f1d630
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-04T04:54:42.898Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T04:54:42.899Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-04T04:54:42.899Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-04T04:55:12.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:55:12.597Z||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-04T04:55:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:55:12.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:55:12.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:55:12.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "clamp",
"timestamp": 1617511992301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:55:12.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:55:12.899Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f977ef3b-62c2-48de-8b08-811881f1d630
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-04T04:55:12.908Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f977ef3b-62c2-48de-8b08-811881f1d630
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-04T04:55:12.910Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T04:55:12.911Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-04T04:55:12.911Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-04T04:55:42.911Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f977ef3b-62c2-48de-8b08-811881f1d630
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-04T04:55:42.929Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f977ef3b-62c2-48de-8b08-811881f1d630
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-04T04:55:42.931Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T04:55:42.931Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-04T04:55:42.931Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-04T04:56:12.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:56:12.597Z||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-04T04:56:12.598Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:56:12.932Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f977ef3b-62c2-48de-8b08-811881f1d630
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-04T04:56:12.943Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f977ef3b-62c2-48de-8b08-811881f1d630
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-04T04:56:12.945Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T04:56:12.945Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-04T04:56:12.945Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-04T04:56:13.129Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:56:13.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617511989328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617511992594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "clamp",
"timestamp": 1617511992301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"status": "NOTIFIED"
}
2021-04-04T04:56:13.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617511989328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-04T04:56:13.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617511992594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"status": "NOTIFIED"
}
2021-04-04T04:56:13.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "clamp",
"timestamp": 1617511992301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617511989328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617511995212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-04T04:56:13.140Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617511992594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-04T04:56:13.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "policy-id",
"timestamp": 1617511994703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "cds",
"timestamp": 1617511995436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T04:56:13.141Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617511995527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-04T04:56:13.141Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "clamp",
"timestamp": 1617511992301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "aai-ml",
"timestamp": 1617511995335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617511989328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T04:56:13.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "dcae-sch",
"timestamp": 1617511995349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617511992594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "policy-id",
"timestamp": 1617511994703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "cds",
"timestamp": 1617511996453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-04T04:56:13.152Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f977ef3b-62c2-48de-8b08-811881f1d630
2021-04-04T04:56:13.153Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f977ef3b-62c2-48de-8b08-811881f1d630 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-04T04:56:13.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "clamp",
"timestamp": 1617511992301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "aai-ml",
"timestamp": 1617511995335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "dcae-sch",
"timestamp": 1617511995349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617511997268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-04T04:56:13.165Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617511992594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-04T04:56:13.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "policy-id",
"timestamp": 1617511994703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-04T04:56:13.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617511997467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-04T04:56:13.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617511997688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-04T04:56:13.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "clamp",
"timestamp": 1617511992301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "aai-ml",
"timestamp": 1617511995335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "dcae-sch",
"timestamp": 1617511995349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617511992594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "policy-id",
"timestamp": 1617511994703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "clamp",
"timestamp": 1617511992301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T04:56:13.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "aai-ml",
"timestamp": 1617511995335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "dcae-sch",
"timestamp": 1617511995349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617511999181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-04T04:56:13.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617511999183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-04T04:56:13.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617511992594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T04:56:13.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "policy-id",
"timestamp": 1617511994703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617511999392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-04T04:56:13.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "aai-ml",
"timestamp": 1617511995335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "dcae-sch",
"timestamp": 1617511995349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617512000188,
"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-04T04:56:13.177Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f977ef3b-62c2-48de-8b08-811881f1d630
2021-04-04T04:56:13.178Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f977ef3b-62c2-48de-8b08-811881f1d630 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-04T04:56:13.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617512000204,
"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-04T04:56:13.191Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f977ef3b-62c2-48de-8b08-811881f1d630
2021-04-04T04:56:13.192Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f977ef3b-62c2-48de-8b08-811881f1d630 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-04T04:56:13.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "policy-id",
"timestamp": 1617511994703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617512000830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-04T04:56:13.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "aai-ml",
"timestamp": 1617511995335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "dcae-sch",
"timestamp": 1617511995349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617512001193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"status": "DEPLOY_OK"
}
2021-04-04T04:56:13.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617512001209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"status": "DEPLOY_OK"
}
2021-04-04T04:56:13.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512001264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T04:56:13.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "policy-id",
"timestamp": 1617511994703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T04:56:13.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "aai-ml",
"timestamp": 1617511995335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T04:56:13.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "dcae-sch",
"timestamp": 1617511995349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "policy-id",
"timestamp": 1617512002789,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T04:56:13.206Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617512003090,
"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-04T04:56:13.213Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f977ef3b-62c2-48de-8b08-811881f1d630
2021-04-04T04:56:13.213Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f977ef3b-62c2-48de-8b08-811881f1d630 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-04T04:56:13.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512002526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "aai-ml",
"timestamp": 1617512003408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T04:56:13.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "policy-id",
"timestamp": 1617512003797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-04T04:56:13.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617512004094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"status": "DEPLOY_OK"
}
2021-04-04T04:56:13.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512002526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "policy-id",
"timestamp": 1617512004801,
"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-04T04:56:13.230Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f977ef3b-62c2-48de-8b08-811881f1d630
2021-04-04T04:56:13.230Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f977ef3b-62c2-48de-8b08-811881f1d630 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-04T04:56:13.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512002526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512002526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512002526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512002526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T04:56:13.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512008647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-04T04:56:13.239Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512002526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T04:56:13.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-04T04:56:13.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512014523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-04T04:56:13.240Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512014812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T04:56:13.240Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512017087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-04T04:56:13.241Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "clamp",
"timestamp": 1617512018484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T04:56:13.241Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512018826,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/vfw0ad13e0f51470_modules.json",
"status": "DEPLOY_OK"
}
2021-04-04T04:56:13.241Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "aai-ml",
"timestamp": 1617512018993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-04T04:56:13.242Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "clamp",
"timestamp": 1617512019544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-04T04:56:13.242Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512019830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-04T04:56:13.242Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "aai-ml",
"timestamp": 1617512019998,
"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-04T04:56:13.249Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f977ef3b-62c2-48de-8b08-811881f1d630
2021-04-04T04:56:13.249Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f977ef3b-62c2-48de-8b08-811881f1d630 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-04T04:56:13.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512020058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-04T04:56:13.256Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "clamp",
"timestamp": 1617512020548,
"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-04T04:56:13.260Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f977ef3b-62c2-48de-8b08-811881f1d630
2021-04-04T04:56:13.260Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f977ef3b-62c2-48de-8b08-811881f1d630 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-04T04:56:13.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512020834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/resourceInstances/vfw0ad13e0f51470/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-04T04:56:13.268Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:13.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512021062,
"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-04T04:56:13.276Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f977ef3b-62c2-48de-8b08-811881f1d630
2021-04-04T04:56:13.276Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f977ef3b-62c2-48de-8b08-811881f1d630 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-04T04:56:13.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T04:56:13.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512021840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210404044958/1.0/artifacts/service-Vfw20210404044958-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-04T04:56:13.286Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:56:42.945Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f977ef3b-62c2-48de-8b08-811881f1d630
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-04T04:56:42.958Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f977ef3b-62c2-48de-8b08-811881f1d630
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-04T04:56:42.961Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T04:56:42.961Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-04T04:56:42.961Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-04T04:56:42.961Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-04T04:56:42.961Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-04T04:56:42.961Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-04T04:56:42.961Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-04T04:56:42.961Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-04T04:56:42.961Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-04T04:56:42.961Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-04T04:56:42.961Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||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-04T04:56:42.966Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-04T04:57:12.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:57:12.598Z||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-04T04:57:12.598Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:57:12.967Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f977ef3b-62c2-48de-8b08-811881f1d630 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-04T04:57:12.976Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f977ef3b-62c2-48de-8b08-811881f1d630 and serviceModelVersionId: 2511c76f-f917-408e-a8fe-f420d1fd82db
2021-04-04T04:57:12.977Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9179a879-be03-4316-aa28-4897e1900579
2021-04-04T04:57:22.134Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9179a879-be03-4316-aa28-4897e1900579/model-vers/model-ver/2511c76f-f917-408e-a8fe-f420d1fd82db?depth=0
2021-04-04T04:57:22.152Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:57:22.244Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-04T04:57:22.826Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9179a879-be03-4316-aa28-4897e1900579/model-vers/model-ver/2511c76f-f917-408e-a8fe-f420d1fd82db?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-04T04:57:22.830Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9179a879-be03-4316-aa28-4897e1900579/model-vers/model-ver/2511c76f-f917-408e-a8fe-f420d1fd82db?depth=0|INFO|500||Invoke
2021-04-04T04:57:22.999Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9179a879-be03-4316-aa28-4897e1900579/model-vers/model-ver/2511c76f-f917-408e-a8fe-f420d1fd82db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-04T04:57:23.179Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9179a879-be03-4316-aa28-4897e1900579/model-vers/model-ver/2511c76f-f917-408e-a8fe-f420d1fd82db?depth=0|INFO|500||InvokeReturn
2021-04-04T04:57:23.179Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9179a879-be03-4316-aa28-4897e1900579/model-vers/model-ver/2511c76f-f917-408e-a8fe-f420d1fd82db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210404-04:57:23:004-10863], vertex-id=[205016], Content-Length=[0], Date=[Sun, 04 Apr 2021 04:57:23 GMT], Content-Type=[application/json]}
2021-04-04T04:57:23.180Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-04-04T04:57:23.183Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-04T04:57:23.183Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||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-04T04:57:23.188Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||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-04T04:57:23.195Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f977ef3b-62c2-48de-8b08-811881f1d630 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-04T04:57:23.196Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-04T04:57:23.196Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-04T04:57:23.198Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T04:57:23.198Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512243195,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-04T04:57:23.299Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T04:57:23.300Z||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-04T04:57:23.300Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T04:57:23.314Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:57:23.315Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-04T04:57:24.218Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:57:24.219Z|f977ef3b-62c2-48de-8b08-811881f1d630|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-04T04:57:24.219Z|f977ef3b-62c2-48de-8b08-811881f1d630|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 y0JvqVRLwneqT69f) ...
2021-04-04T04:57:34.403Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:57:34.404Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:57:34.405Z|f977ef3b-62c2-48de-8b08-811881f1d630|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-04T04:57:34.405Z|f977ef3b-62c2-48de-8b08-811881f1d630|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 y0JvqVRLwneqT69f) ...
2021-04-04T04:57:43.943Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:57:43.944Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:57:43.945Z|f977ef3b-62c2-48de-8b08-811881f1d630|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-04T04:57:43.945Z|f977ef3b-62c2-48de-8b08-811881f1d630|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 y0JvqVRLwneqT69f) ...
2021-04-04T04:57:53.486Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:57:53.487Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:57:53.489Z|f977ef3b-62c2-48de-8b08-811881f1d630|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-04T04:57:53.490Z|f977ef3b-62c2-48de-8b08-811881f1d630|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 y0JvqVRLwneqT69f) ...
2021-04-04T04:58:03.032Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:58:12.594Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:58:12.595Z|f977ef3b-62c2-48de-8b08-811881f1d630|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-04T04:58:12.595Z|f977ef3b-62c2-48de-8b08-811881f1d630|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 y0JvqVRLwneqT69f) ...
2021-04-04T04:58:12.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:58:12.597Z||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-04T04:58:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:58:13.220Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:58:13.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-04T04:58:13.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f977ef3b-62c2-48de-8b08-811881f1d630",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512243195,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-04T04:58:13.222Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T04:58:22.130Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:59:12.594Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:59:12.595Z|f977ef3b-62c2-48de-8b08-811881f1d630|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-04T04:59:12.595Z|f977ef3b-62c2-48de-8b08-811881f1d630|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 y0JvqVRLwneqT69f) ...
2021-04-04T04:59:12.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T04:59:12.597Z||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-04T04:59:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T04:59:22.142Z|f977ef3b-62c2-48de-8b08-811881f1d630|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T04:59:22.144Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:00:12.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T05:00:12.595Z||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-04T05:00:12.595Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T05:00:12.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T05:00:12.597Z||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-04T05:00:12.598Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T05:00:22.141Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:00:22.141Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:01:12.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T05:01:12.595Z||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-04T05:01:12.596Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T05:01:12.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T05:01:12.597Z||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-04T05:01:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T05:01:16.320Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:01:16.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T05:01:16.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b7ac481-e5d1-4d3b-93c1-a65162753907","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"fea85a70-0a54-4ca9-a4fd-668f84651df9","serviceDescription":"service","serviceInvariantUUID":"2f65e3a9-a537-49d6-a989-5c67511cd372","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4c4efa00-4185-4a45-b2f8-bf9ac6bcf127","resourceInvariantUUID":"639e1eb3-b674-4284-a0a3-7365c0142b5f","resourceCustomizationUUID":"f857680d-55d9-4af8-9dd5-f4a5d641e3ec","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":"MTMwYmUwODJiN2FiNmMyNjcyOWI4MGExNjQxMmE5MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f89cfec-f6d4-4328-9ade-fe839324f1a2","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjhmZmQyMGVhM2VhOTVlMzI5NTkxY2UzNTg5ZGE0Y2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7506a17a-65f7-40c3-a065-5fd27661c5fe","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-04T05:01:16.324Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T05:01:16.325Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:01:16.327Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:01:16.328Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512472594,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:01:16.428Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-04T05:01:16.429Z||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-04T05:01:16.429Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:01:16.442Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:01:16.442Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:01:16.550Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:01:16.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:01:16.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "clamp",
"timestamp": 1617512472301,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:01:16.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:01:17.328Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T05:01:17.329Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:01:17.332Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:01:17.332Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512472594,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T05:01:17.432Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T05:01:17.433Z||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-04T05:01:17.434Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:01:17.443Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:01:17.444Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:01:18.334Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "fea85a70-0a54-4ca9-a4fd-668f84651df9",
"serviceDescription": "service",
"serviceInvariantUUID": "2f65e3a9-a537-49d6-a989-5c67511cd372",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "f857680d-55d9-4af8-9dd5-f4a5d641e3ec",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "4c4efa00-4185-4a45-b2f8-bf9ac6bcf127",
"resourceInvariantUUID": "639e1eb3-b674-4284-a0a3-7365c0142b5f",
"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": "ZjhmZmQyMGVhM2VhOTVlMzI5NTkxY2UzNTg5ZGE0Y2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7506a17a-65f7-40c3-a065-5fd27661c5fe"
}
],
"workloadContext": "Production"
}
2021-04-04T05:01:18.334Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-04T05:01:18.334Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fea85a70-0a54-4ca9-a4fd-668f84651df9 ASDC
2021-04-04T05:01:18.335Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1b7ac481-e5d1-4d3b-93c1-a65162753907
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:fea85a70-0a54-4ca9-a4fd-668f84651df9
ServiceInvariantUUID:2f65e3a9-a537-49d6-a989-5c67511cd372
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:7506a17a-65f7-40c3-a065-5fd27661c5fe
ArtifactChecksum:ZjhmZmQyMGVhM2VhOTVlMzI5NTkxY2UzNTg5ZGE0Y2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f857680d-55d9-4af8-9dd5-f4a5d641e3ec
ResourceInvariantUUID:639e1eb3-b674-4284-a0a3-7365c0142b5f
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4c4efa00-4185-4a45-b2f8-bf9ac6bcf127
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-04-04T05:01:18.335Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fea85a70-0a54-4ca9-a4fd-668f84651df9 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-04T05:01:18.370Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-04T05:01:18.372Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-04T05:01:18.372Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-04T05:01:18.372Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7506a17a-65f7-40c3-a065-5fd27661c5fe from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-04T05:01:18.372Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-04T05:01:18.372Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-04T05:01:19.297Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-04T05:01:19.300Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7506a17a-65f7-40c3-a065-5fd27661c5fe 52219
2021-04-04T05:01:19.300Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||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-04T05:01:19.300Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||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-04T05:01:19.300Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T05:01:19.300Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:01:19.302Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:01:19.302Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512479300,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T05:01:19.403Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-04T05:01:19.404Z||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-04T05:01:19.404Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:01:19.414Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:01:19.415Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:01:20.302Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-04T05:01:20.303Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-04T05:01:20.304Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7506a17a-65f7-40c3-a065-5fd27661c5fe, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-04T05:01:20.304Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-04T05:01:20.305Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-04T05:01:20.305Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-04T05:01:20.447Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17599065541964507588/Definitions/service-BasicNetwork-template.yml
2021-04-04T05:01:21.181Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-04T05:01:21.181Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-04T05:01:21.181Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-04T05:01:21.182Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-04T05:01:21.182Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||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-04T05:01:21.182Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||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-04T05:01:21.182Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||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-04T05:01:21.182Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||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-04T05:01:21.182Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-04T05:01:21.182Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||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-04T05:01:21.182Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||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-04T05:01:21.183Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||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-04T05:01:21.183Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-04T05:01:21.183Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:01:21.184Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:01:21.184Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-04T05:01:21.185Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-04T05:01:21.185Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-04T05:01:21.185Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:01:21.185Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:01:21.185Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-04T05:01:21.186Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-04T05:01:21.186Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-04T05:01:21.186Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:01:21.186Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:01:21.186Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:01:21.187Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:01:21.187Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:01:21.187Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:01:21.187Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:01:21.187Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:01:21.188Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:01:21.188Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:01:21.188Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:fea85a70-0a54-4ca9-a4fd-668f84651df9
Model Version:NULL
Model InvariantUuid:2f65e3a9-a537-49d6-a989-5c67511cd372
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:639e1eb3-b674-4284-a0a3-7365c0142b5f
Model UUID:c1fb24e2-bffa-498e-bbee-791b9d253870
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:f857680d-55d9-4af8-9dd5-f4a5d641e3ec
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-04T05:01:21.194Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 4c4efa00-4185-4a45-b2f8-bf9ac6bcf127
2021-04-04T05:01:21.194Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||No resources found for Service: fea85a70-0a54-4ca9-a4fd-668f84651df9
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-04T05:01:21.198Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||
2021-04-04T05:01:21.198Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-04-04T05:01:21.199Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||No resources found for Service: fea85a70-0a54-4ca9-a4fd-668f84651df9
2021-04-04T05:01:21.199Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fea85a70-0a54-4ca9-a4fd-668f84651df9
2021-04-04T05:01:21.199Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-04-04T05:01:21.199Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||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-04T05:01:21.205Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:01:21.206Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:01:21.206Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:01:21.206Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:01:21.206Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fea85a70-0a54-4ca9-a4fd-668f84651df9: Generic NeutronNet
2021-04-04T05:01:21.206Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:01:21.206Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:01:21.206Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:01:21.206Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||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-04T05:01:21.250Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:01:21.251Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:01:21.251Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:01:21.251Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:01:21.251Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:01:21.251Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:01:21.251Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||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-04T05:01:21.333Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-04-04T05:01:21.334Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||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-04T05:01:21.334Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||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-04T05:01:21.334Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T05:01:21.334Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:01:21.336Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:01:21.336Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512481334,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-04T05:01:21.437Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-04T05:01:21.438Z||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-04T05:01:21.439Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:01:21.453Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:01:21.454Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:01:22.338Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b7ac481-e5d1-4d3b-93c1-a65162753907
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-04T05:01:22.348Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b7ac481-e5d1-4d3b-93c1-a65162753907
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-04T05:01:22.351Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T05:01:22.351Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-04T05:01:22.352Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-04T05:01:52.352Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b7ac481-e5d1-4d3b-93c1-a65162753907
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-04T05:01:52.366Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b7ac481-e5d1-4d3b-93c1-a65162753907
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-04T05:01:52.369Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T05:01:52.370Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-04T05:01:52.370Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-04T05:02:12.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T05:02:12.597Z||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-04T05:02:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T05:02:12.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:02:12.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:02:12.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "aai-ml",
"timestamp": 1617512475335,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:02:12.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:02:22.370Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b7ac481-e5d1-4d3b-93c1-a65162753907
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-04T05:02:22.382Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b7ac481-e5d1-4d3b-93c1-a65162753907
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-04T05:02:22.385Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T05:02:22.386Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-04T05:02:22.386Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-04T05:02:52.386Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b7ac481-e5d1-4d3b-93c1-a65162753907
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-04T05:02:52.397Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b7ac481-e5d1-4d3b-93c1-a65162753907
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-04T05:02:52.401Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T05:02:52.401Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-04T05:02:52.401Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-04T05:03:12.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T05:03:12.597Z||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-04T05:03:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T05:03:12.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:03:12.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:03:12.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512472594,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:03:12.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:03:12.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:03:12.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "dcae-sch",
"timestamp": 1617512475349,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:03:12.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:03:12.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:03:12.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617512469328,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:03:12.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:03:12.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:03:12.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "policy-id",
"timestamp": 1617512475401,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:03:12.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:03:12.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:03:12.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "cds",
"timestamp": 1617512472747,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:03:12.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:03:22.402Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b7ac481-e5d1-4d3b-93c1-a65162753907
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-04T05:03:22.412Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b7ac481-e5d1-4d3b-93c1-a65162753907
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-04T05:03:22.415Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T05:03:22.415Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-04T05:03:22.415Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-04T05:03:52.415Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b7ac481-e5d1-4d3b-93c1-a65162753907
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-04T05:03:52.425Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b7ac481-e5d1-4d3b-93c1-a65162753907
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-04T05:03:52.428Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T05:03:52.428Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-04T05:03:52.428Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-04T05:04:12.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T05:04:12.597Z||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-04T05:04:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T05:04:12.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:04:12.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "clamp",
"timestamp": 1617512472301,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T05:04:12.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:04:12.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617512469328,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T05:04:12.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:04:12.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "aai-ml",
"timestamp": 1617512475335,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T05:04:12.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:04:12.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512472594,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T05:04:12.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:04:12.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "dcae-sch",
"timestamp": 1617512475349,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:04:12.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:04:12.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "policy-id",
"timestamp": 1617512475401,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T05:04:12.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:04:12.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "cds",
"timestamp": 1617512472747,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T05:04:12.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:04:12.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "aai-ml",
"timestamp": 1617512479199,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T05:04:12.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:04:12.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "policy-id",
"timestamp": 1617512479219,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T05:04:12.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:04:12.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "cds",
"timestamp": 1617512479291,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T05:04:12.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:04:12.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512479300,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T05:04:12.630Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:04:12.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617512479388,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:04:12.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:04:12.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "policy-id",
"timestamp": 1617512480226,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-04T05:04:12.630Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:04:12.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "cds",
"timestamp": 1617512480296,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-04T05:04:12.636Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b7ac481-e5d1-4d3b-93c1-a65162753907
2021-04-04T05:04:12.636Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b7ac481-e5d1-4d3b-93c1-a65162753907 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-04T05:04:12.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617512479388,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T05:04:12.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:04:12.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "policy-id",
"timestamp": 1617512481230,
"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-04T05:04:12.650Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b7ac481-e5d1-4d3b-93c1-a65162753907
2021-04-04T05:04:12.650Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b7ac481-e5d1-4d3b-93c1-a65162753907 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-04T05:04:12.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512481334,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-04T05:04:12.658Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:04:12.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "aai-ml",
"timestamp": 1617512482050,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-04T05:04:12.659Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:04:12.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617512482407,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:04:12.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:04:12.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "aai-ml",
"timestamp": 1617512483054,
"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-04T05:04:12.663Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b7ac481-e5d1-4d3b-93c1-a65162753907
2021-04-04T05:04:12.663Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b7ac481-e5d1-4d3b-93c1-a65162753907 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-04T05:04:12.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512482526,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:04:12.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:04:12.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "clamp",
"timestamp": 1617512483188,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T05:04:12.673Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:04:12.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617512482407,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T05:04:12.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:04:12.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512482526,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T05:04:12.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:04:12.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "clamp",
"timestamp": 1617512484204,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-04T05:04:12.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:04:12.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "clamp",
"timestamp": 1617512485211,
"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-04T05:04:12.679Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b7ac481-e5d1-4d3b-93c1-a65162753907
2021-04-04T05:04:12.680Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b7ac481-e5d1-4d3b-93c1-a65162753907 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-04T05:04:12.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512486256,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T05:04:12.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:04:12.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "ves-openapi-manager",
"timestamp": 1617512485917,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:04:12.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:04:12.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "ves-openapi-manager",
"timestamp": 1617512485917,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:04:12.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:04:12.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512487794,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-04T05:04:12.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:04:12.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:04:12.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512488798,
"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-04T05:04:12.696Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b7ac481-e5d1-4d3b-93c1-a65162753907
2021-04-04T05:04:12.697Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b7ac481-e5d1-4d3b-93c1-a65162753907 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-04T05:04:22.428Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b7ac481-e5d1-4d3b-93c1-a65162753907
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-04T05:04:22.439Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b7ac481-e5d1-4d3b-93c1-a65162753907
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-04T05:04:22.442Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T05:04:22.442Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-04T05:04:22.442Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-04T05:04:22.442Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-04T05:04:22.442Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-04T05:04:22.442Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-04T05:04:22.442Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-04T05:04:22.442Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-04T05:04:22.442Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-04T05:04:22.442Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-04T05:04:22.443Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-04T05:04:22.447Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-04T05:04:52.448Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b7ac481-e5d1-4d3b-93c1-a65162753907 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-04T05:04:52.452Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b7ac481-e5d1-4d3b-93c1-a65162753907 and serviceModelVersionId: fea85a70-0a54-4ca9-a4fd-668f84651df9
2021-04-04T05:04:52.453Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2f65e3a9-a537-49d6-a989-5c67511cd372
2021-04-04T05:04:52.453Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2f65e3a9-a537-49d6-a989-5c67511cd372/model-vers/model-ver/fea85a70-0a54-4ca9-a4fd-668f84651df9?depth=0
2021-04-04T05:04:52.459Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-04-04T05:04:52.498Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2f65e3a9-a537-49d6-a989-5c67511cd372/model-vers/model-ver/fea85a70-0a54-4ca9-a4fd-668f84651df9?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-04T05:04:52.499Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2f65e3a9-a537-49d6-a989-5c67511cd372/model-vers/model-ver/fea85a70-0a54-4ca9-a4fd-668f84651df9?depth=0|INFO|500||Invoke
2021-04-04T05:04:52.525Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2f65e3a9-a537-49d6-a989-5c67511cd372/model-vers/model-ver/fea85a70-0a54-4ca9-a4fd-668f84651df9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-04T05:04:53.146Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2f65e3a9-a537-49d6-a989-5c67511cd372/model-vers/model-ver/fea85a70-0a54-4ca9-a4fd-668f84651df9?depth=0|INFO|500||InvokeReturn
2021-04-04T05:04:53.147Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2f65e3a9-a537-49d6-a989-5c67511cd372/model-vers/model-ver/fea85a70-0a54-4ca9-a4fd-668f84651df9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210404-05:04:52:529-46870], vertex-id=[213208], Content-Length=[0], Date=[Sun, 04 Apr 2021 05:04:52 GMT], Content-Type=[application/json]}
2021-04-04T05:04:53.147Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-04-04T05:04:53.147Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-04T05:04:53.147Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-04T05:04:53.152Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-04T05:04:53.152Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b7ac481-e5d1-4d3b-93c1-a65162753907 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-04T05:04:53.152Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-04T05:04:53.152Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:04:53.155Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:04:53.155Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512693152,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-04T05:04:53.255Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T05:04:53.256Z||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-04T05:04:53.256Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:04:53.273Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:04:53.273Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 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-04T05:04:54.164Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T05:04:54.165Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|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-04T05:04:54.165Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|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 y0JvqVRLwneqT69f) ...
2021-04-04T05:04:58.443Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:04:58.444Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T05:04:58.444Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"910dc677-6032-462a-a949-d1bd38e08c09","serviceName":"Demo_pNF_Hlfuxyff1AHwVDcV1pwl","serviceVersion":"1.0","serviceUUID":"4e221ad5-4431-498b-9a9e-c669bed2e4d3","serviceDescription":"catalog service description","serviceInvariantUUID":"b720bc76-f1ea-40c1-b4f5-5d595b162cc7","resources":[{"resourceInstanceName":"pNF 2ed9214e-37e0 0","resourceName":"pNF 2ed9214e-37e0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"47dc58a9-5e10-4f81-9963-3d98a2b6cb8b","resourceInvariantUUID":"52486423-e273-4aa7-94c8-7d1fc18a96b5","resourceCustomizationUUID":"7db0de3f-3240-4fd0-b3f8-cd4d828580e2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vf-license-model.xml","artifactChecksum":"MGE3YmM0NDVjNGM2ODY1YmJiOWJhYzYwOWE4Y2U0ZmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9602e352-31e9-46c7-85df-1ad366a55b03","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/pNF.csar","artifactChecksum":"NGY0NTgwYWUzN2I0MzA3YzRiMjkwYzEwMjNhNjdlZmQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0078889e-1e40-4500-91e3-2a6def7b4982","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1b5d5c8e-9b80-47c3-869e-8a8da59327a7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vendor-license-model.xml","artifactChecksum":"YzliMTc5ZTJmZDg4NWYxZjk4OWM2MTA4Zjc0M2QwNjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"af47a41d-c098-4992-a08a-e988285d8df4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2f4fbb26-fbe2-4f1d-81b4-77f81ec9f46a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2d4e5b4-5ff2-492a-9fa2-3bec0887db4b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHlfuxyff1ahwvdcv1pwl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-template.yml","artifactChecksum":"YjQwZjBmOWU4MjczNGEwNGUzOTVkMjUyMGNmMzFhOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"12100f66-da02-40ff-bc35-acefc08eff84","artifactVersion":"1"},{"artifactName":"service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar","artifactChecksum":"NTMwMDYzZGIyYmI5YWJkMGU2N2M2YWMyOWI4OTcwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"237967a7-c9ca-485b-b122-3d970b16ef5d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-04T05:04:58.446Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T05:04:58.446Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:04:58.448Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:04:58.448Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512694164,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:04:58.549Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T05:04:58.550Z||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-04T05:04:58.550Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:04:58.563Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:04:58.563Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-04T05:04:59.449Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T05:04:59.450Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:04:59.453Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:04:59.453Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512694164,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:04:59.553Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T05:04:59.554Z||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-04T05:04:59.554Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:04:59.565Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:04:59.566Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:05:00.453Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T05:05:00.456Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:05:00.458Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:05:00.458Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512694164,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:00.558Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-04T05:05:00.559Z||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-04T05:05:00.559Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:05:00.570Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:05:00.571Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:05:01.459Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T05:05:01.461Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:05:01.464Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:05:01.464Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512694164,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:01.564Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T05:05:01.565Z||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-04T05:05:01.565Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:05:01.577Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:05:01.578Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:05:02.465Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T05:05:02.466Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:05:02.469Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:05:02.470Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512694164,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:02.570Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T05:05:02.571Z||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-04T05:05:02.571Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:05:02.583Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:05:02.584Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:05:03.470Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T05:05:03.471Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:05:03.473Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:05:03.473Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512694164,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:03.573Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T05:05:03.575Z||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-04T05:05:03.575Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:05:03.588Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:05:03.588Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:05:04.473Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T05:05:04.474Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:05:04.476Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:05:04.476Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512694164,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:04.577Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-04T05:05:04.577Z||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-04T05:05:04.578Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:05:04.587Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:05:04.588Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:05:05.477Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T05:05:05.477Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:05:05.479Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:05:05.479Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512694164,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T05:05:05.580Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T05:05:05.581Z||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-04T05:05:05.581Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:05:05.592Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:05:05.592Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:05:06.480Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"serviceName": "Demo_pNF_Hlfuxyff1AHwVDcV1pwl",
"serviceVersion": "1.0",
"serviceUUID": "4e221ad5-4431-498b-9a9e-c669bed2e4d3",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b720bc76-f1ea-40c1-b4f5-5d595b162cc7",
"resources": [
{
"resourceInstanceName": "pNF 2ed9214e-37e0 0",
"resourceCustomizationUUID": "7db0de3f-3240-4fd0-b3f8-cd4d828580e2",
"resourceName": "pNF 2ed9214e-37e0",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "47dc58a9-5e10-4f81-9963-3d98a2b6cb8b",
"resourceInvariantUUID": "52486423-e273-4aa7-94c8-7d1fc18a96b5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"artifactChecksum": "NTMwMDYzZGIyYmI5YWJkMGU2N2M2YWMyOWI4OTcwMDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "237967a7-c9ca-485b-b122-3d970b16ef5d"
}
],
"workloadContext": "Production"
}
2021-04-04T05:05:06.481Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-04T05:05:06.481Z|1b7ac481-e5d1-4d3b-93c1-a65162753907|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4e221ad5-4431-498b-9a9e-c669bed2e4d3 ASDC
2021-04-04T05:05:06.481Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:910dc677-6032-462a-a949-d1bd38e08c09
ServiceName:Demo_pNF_Hlfuxyff1AHwVDcV1pwl
ServiceVersion:1.0
ServiceUUID:4e221ad5-4431-498b-9a9e-c669bed2e4d3
ServiceInvariantUUID:b720bc76-f1ea-40c1-b4f5-5d595b162cc7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar
ArtifactUUID:237967a7-c9ca-485b-b122-3d970b16ef5d
ArtifactChecksum:NTMwMDYzZGIyYmI5YWJkMGU2N2M2YWMyOWI4OTcwMDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2ed9214e-37e0 0
ResourceCustomizationUUID:7db0de3f-3240-4fd0-b3f8-cd4d828580e2
ResourceInvariantUUID:52486423-e273-4aa7-94c8-7d1fc18a96b5
ResourceName:pNF 2ed9214e-37e0
ResourceType:PNF
ResourceUUID:47dc58a9-5e10-4f81-9963-3d98a2b6cb8b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-04-04T05:05:06.482Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e221ad5-4431-498b-9a9e-c669bed2e4d3 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-04T05:05:06.509Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-04T05:05:06.509Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-04T05:05:06.509Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-04T05:05:06.509Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 237967a7-c9ca-485b-b122-3d970b16ef5d from URL: /sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar
2021-04-04T05:05:06.510Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-04T05:05:06.510Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar
2021-04-04T05:05:08.106Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-04T05:05:08.110Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar 237967a7-c9ca-485b-b122-3d970b16ef5d 83310
2021-04-04T05:05:08.110Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar ASDC sendASDCNotification
2021-04-04T05:05:08.110Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar
2021-04-04T05:05:08.111Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T05:05:08.111Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:05:08.112Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:05:08.112Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512708110,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T05:05:08.213Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T05:05:08.214Z||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-04T05:05:08.214Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:05:08.225Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:05:08.226Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:05:09.113Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-04T05:05:09.114Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-04T05:05:09.115Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 237967a7-c9ca-485b-b122-3d970b16ef5d, URL: /sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar to file: /app/ASDC/1/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar
2021-04-04T05:05:09.115Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar
2021-04-04T05:05:09.115Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar
2021-04-04T05:05:09.116Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar
2021-04-04T05:05:09.244Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2641768501702619516/Definitions/service-DemoPnfHlfuxyff1ahwvdcv1pwl-template.yml
2021-04-04T05:05:10.026Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-04T05:05:10.027Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-04T05:05:10.027Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar
2021-04-04T05:05:10.027Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-04T05:05:10.027Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||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-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar
2021-04-04T05:05:10.027Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar
2021-04-04T05:05:10.027Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||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-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar
2021-04-04T05:05:10.027Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar
2021-04-04T05:05:10.027Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar
2021-04-04T05:05:10.027Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2ed9214e-37e0 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar
2021-04-04T05:05:10.027Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar
2021-04-04T05:05:10.027Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2ed9214e-37e0 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-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar
2021-04-04T05:05:10.027Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-04T05:05:10.028Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:05:10.028Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Hlfuxyff1AHwVDcV1pwl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:05:10.028Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Node template pNF 2ed9214e-37e0 0 is matching search criteria
2021-04-04T05:05:10.028Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-04T05:05:10.028Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 2ed9214e-37e0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-04T05:05:10.028Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:05:10.028Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Hlfuxyff1AHwVDcV1pwl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:05:10.028Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Node template pNF 2ed9214e-37e0 0 is matching search criteria
2021-04-04T05:05:10.028Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-04T05:05:10.028Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 2ed9214e-37e0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-04T05:05:10.029Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:05:10.029Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Hlfuxyff1AHwVDcV1pwl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:05:10.029Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:05:10.029Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Hlfuxyff1AHwVDcV1pwl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:05:10.029Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:05:10.029Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Hlfuxyff1AHwVDcV1pwl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:05:10.029Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:05:10.029Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Hlfuxyff1AHwVDcV1pwl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:05:10.030Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:05:10.030Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Hlfuxyff1AHwVDcV1pwl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:05:10.030Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_Hlfuxyff1AHwVDcV1pwl
Description:catalog service description
Model UUID:4e221ad5-4431-498b-9a9e-c669bed2e4d3
Model Version:NULL
Model InvariantUuid:b720bc76-f1ea-40c1-b4f5-5d595b162cc7
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-04T05:05:10.036Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 47dc58a9-5e10-4f81-9963-3d98a2b6cb8b
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-04T05:05:10.039Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||pNF 2ed9214e-37e0 0
2021-04-04T05:05:10.039Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 47dc58a9-5e10-4f81-9963-3d98a2b6cb8b
2021-04-04T05:05:10.039Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 4e221ad5-4431-498b-9a9e-c669bed2e4d3
2021-04-04T05:05:10.039Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4e221ad5-4431-498b-9a9e-c669bed2e4d3
2021-04-04T05:05:10.040Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2ed9214e-37e0 0 47dc58a9-5e10-4f81-9963-3d98a2b6cb8b 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-04T05:05:10.044Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:05:10.045Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Hlfuxyff1AHwVDcV1pwl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:05:10.045Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4e221ad5-4431-498b-9a9e-c669bed2e4d3: pNF 2ed9214e-37e0
2021-04-04T05:05:10.045Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||Processing PNF resource: 47dc58a9-5e10-4f81-9963-3d98a2b6cb8b
2021-04-04T05:05:10.045Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:05:10.045Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Hlfuxyff1AHwVDcV1pwl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:05:10.045Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||Resource customization UUID: 7db0de3f-3240-4fd0-b3f8-cd4d828580e2 is the same as notified resource customizationUUID: 7db0de3f-3240-4fd0-b3f8-cd4d828580e2
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-04-04T05:05:10.134Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2ed9214e-37e0 47dc58a9-5e10-4f81-9963-3d98a2b6cb8b 0 ASDC deployResourceStructure
2021-04-04T05:05:10.135Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar ASDC sendASDCNotification
2021-04-04T05:05:10.135Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar
2021-04-04T05:05:10.135Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-04T05:05:10.135Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:05:10.137Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:05:10.137Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512710135,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-04T05:05:10.237Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T05:05:10.238Z||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-04T05:05:10.238Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:05:10.249Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:05:10.249Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:05:11.137Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 910dc677-6032-462a-a949-d1bd38e08c09
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-04T05:05:11.148Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 910dc677-6032-462a-a949-d1bd38e08c09
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-04T05:05:11.151Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T05:05:11.151Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-04T05:05:11.151Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-04T05:05:12.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T05:05:12.597Z||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-04T05:05:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T05:05:12.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:05:12.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "aai-ml",
"timestamp": 1617512535335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512542526,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617512542407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "dcae-sch",
"timestamp": 1617512535349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617512539388,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "policy-id",
"timestamp": 1617512535401,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "aai-ml",
"timestamp": 1617512535335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512542526,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617512542407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617512539388,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "dcae-sch",
"timestamp": 1617512535349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "policy-id",
"timestamp": 1617512535401,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "ves-openapi-manager",
"timestamp": 1617512545917,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "aai-ml",
"timestamp": 1617512535335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512542526,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617512539388,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "dcae-sch",
"timestamp": 1617512535349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617512542407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "policy-id",
"timestamp": 1617512535401,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "ves-openapi-manager",
"timestamp": 1617512545917,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "aai-ml",
"timestamp": 1617512535335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512542526,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617512539388,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "dcae-sch",
"timestamp": 1617512535349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617512542407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "policy-id",
"timestamp": 1617512535401,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "cds",
"timestamp": 1617512547747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "ves-openapi-manager",
"timestamp": 1617512545917,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "aai-ml",
"timestamp": 1617512535335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512542526,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617512542407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617512539388,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "dcae-sch",
"timestamp": 1617512535349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "policy-id",
"timestamp": 1617512535401,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "cds",
"timestamp": 1617512547747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "ves-openapi-manager",
"timestamp": 1617512545917,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617512549328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "aai-ml",
"timestamp": 1617512535335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512542526,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617512542407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617512539388,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "dcae-sch",
"timestamp": 1617512535349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "policy-id",
"timestamp": 1617512535401,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "cds",
"timestamp": 1617512547747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "ves-openapi-manager",
"timestamp": 1617512545917,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617512549328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "aai-ml",
"timestamp": 1617512535335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512542526,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617512542407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "dcae-sch",
"timestamp": 1617512535349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617512539388,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "policy-id",
"timestamp": 1617512535401,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "cds",
"timestamp": 1617512547747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "ves-openapi-manager",
"timestamp": 1617512545917,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-04-04T05:05:12.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617512549328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "aai-ml",
"timestamp": 1617512535335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T05:05:12.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512542526,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T05:05:12.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617512542407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T05:05:12.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "dcae-sch",
"timestamp": 1617512535349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617512539388,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T05:05:12.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "policy-id",
"timestamp": 1617512535401,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T05:05:12.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "cds",
"timestamp": 1617512547747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "ves-openapi-manager",
"timestamp": 1617512545917,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617512549328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "cds",
"timestamp": 1617512547747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "ves-openapi-manager",
"timestamp": 1617512545917,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617512549328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "cds",
"timestamp": 1617512547747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "aai-ml",
"timestamp": 1617512554602,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T05:05:12.638Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:05:12.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512554728,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T05:05:12.638Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:05:12.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "policy-id",
"timestamp": 1617512554740,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T05:05:12.638Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:05:12.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617512549328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "ves-openapi-manager",
"timestamp": 1617512554987,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-04T05:05:12.639Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:05:12.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "cds",
"timestamp": 1617512547747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T05:05:12.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "policy-id",
"timestamp": 1617512555744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-04T05:05:12.639Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:05:12.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617512549328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "ves-openapi-manager",
"timestamp": 1617512556182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-04-04T05:05:12.639Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:05:12.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512556511,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-04T05:05:12.640Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:05:12.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "policy-id",
"timestamp": 1617512556746,
"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-04T05:05:12.646Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 910dc677-6032-462a-a949-d1bd38e08c09
2021-04-04T05:05:12.647Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 910dc677-6032-462a-a949-d1bd38e08c09 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-04T05:05:12.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617512549328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T05:05:12.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "cds",
"timestamp": 1617512557011,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T05:05:12.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:05:12.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "ves-openapi-manager",
"timestamp": 1617512557185,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
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-04T05:05:12.660Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 910dc677-6032-462a-a949-d1bd38e08c09
2021-04-04T05:05:12.660Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 910dc677-6032-462a-a949-d1bd38e08c09 and ComponentName
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-04T05:05:12.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617512557515,
"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-04T05:05:12.671Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 910dc677-6032-462a-a949-d1bd38e08c09
2021-04-04T05:05:12.671Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 910dc677-6032-462a-a949-d1bd38e08c09 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-04T05:05:12.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "cds",
"timestamp": 1617512558016,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-04T05:05:12.686Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 910dc677-6032-462a-a949-d1bd38e08c09
2021-04-04T05:05:12.686Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 910dc677-6032-462a-a949-d1bd38e08c09 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-04T05:05:12.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "aai-ml",
"timestamp": 1617512558501,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-04T05:05:12.696Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:05:12.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "aai-ml",
"timestamp": 1617512559504,
"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-04T05:05:12.700Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 910dc677-6032-462a-a949-d1bd38e08c09
2021-04-04T05:05:12.701Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 910dc677-6032-462a-a949-d1bd38e08c09 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-04T05:05:12.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "clamp",
"timestamp": 1617512562301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "clamp",
"timestamp": 1617512562301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "clamp",
"timestamp": 1617512562301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "clamp",
"timestamp": 1617512562301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "clamp",
"timestamp": 1617512562301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "clamp",
"timestamp": 1617512562301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "clamp",
"timestamp": 1617512562301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:05:12.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "clamp",
"timestamp": 1617512562301,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T05:05:12.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:05:12.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "clamp",
"timestamp": 1617512576297,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T05:05:12.712Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:05:12.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "clamp",
"timestamp": 1617512577315,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-04T05:05:12.713Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:05:12.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:05:12.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "clamp",
"timestamp": 1617512578318,
"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-04T05:05:12.718Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 910dc677-6032-462a-a949-d1bd38e08c09
2021-04-04T05:05:12.719Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 910dc677-6032-462a-a949-d1bd38e08c09 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-04T05:05:41.151Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 910dc677-6032-462a-a949-d1bd38e08c09
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-04T05:05:41.161Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 910dc677-6032-462a-a949-d1bd38e08c09
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-04T05:05:41.164Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-04T05:05:41.164Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-04T05:05:41.164Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-04T05:05:41.164Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-04T05:05:41.164Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-04T05:05:41.164Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-04T05:05:41.164Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-04T05:05:41.164Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-04T05:05:41.164Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-04T05:05:41.164Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-04T05:05:41.164Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-04T05:05:41.164Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-04T05:05:41.170Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-04T05:06:11.170Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 910dc677-6032-462a-a949-d1bd38e08c09 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-04T05:06:11.175Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 910dc677-6032-462a-a949-d1bd38e08c09 and serviceModelVersionId: 4e221ad5-4431-498b-9a9e-c669bed2e4d3
2021-04-04T05:06:11.176Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b720bc76-f1ea-40c1-b4f5-5d595b162cc7
2021-04-04T05:06:11.176Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b720bc76-f1ea-40c1-b4f5-5d595b162cc7/model-vers/model-ver/4e221ad5-4431-498b-9a9e-c669bed2e4d3?depth=0
2021-04-04T05:06:11.181Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-04-04T05:06:11.215Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b720bc76-f1ea-40c1-b4f5-5d595b162cc7/model-vers/model-ver/4e221ad5-4431-498b-9a9e-c669bed2e4d3?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-04T05:06:11.216Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b720bc76-f1ea-40c1-b4f5-5d595b162cc7/model-vers/model-ver/4e221ad5-4431-498b-9a9e-c669bed2e4d3?depth=0|INFO|500||Invoke
2021-04-04T05:06:11.242Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b720bc76-f1ea-40c1-b4f5-5d595b162cc7/model-vers/model-ver/4e221ad5-4431-498b-9a9e-c669bed2e4d3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-04T05:06:12.285Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b720bc76-f1ea-40c1-b4f5-5d595b162cc7/model-vers/model-ver/4e221ad5-4431-498b-9a9e-c669bed2e4d3?depth=0|INFO|500||InvokeReturn
2021-04-04T05:06:12.285Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b720bc76-f1ea-40c1-b4f5-5d595b162cc7/model-vers/model-ver/4e221ad5-4431-498b-9a9e-c669bed2e4d3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210404-05:06:11:247-4529], vertex-id=[164064], Content-Length=[0], Date=[Sun, 04 Apr 2021 05:06:11 GMT], Content-Type=[application/json]}
2021-04-04T05:06:12.286Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-04-04T05:06:12.286Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-04T05:06:12.286Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-04T05:06:12.290Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-04T05:06:12.291Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 910dc677-6032-462a-a949-d1bd38e08c09 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-04T05:06:12.291Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-04T05:06:12.291Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:06:12.293Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:06:12.293Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512772291,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-04T05:06:12.394Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T05:06:12.395Z||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-04T05:06:12.395Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:06:12.409Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:06:12.410Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:06:12.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T05:06:12.597Z||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-04T05:06:12.597Z||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 y0JvqVRLwneqT69f) ...
2021-04-04T05:06:12.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:06:12.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:06:12.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b7ac481-e5d1-4d3b-93c1-a65162753907",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512693152,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-04T05:06:12.624Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:06:12.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:06:12.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512694164,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:06:12.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:06:12.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:06:12.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512694164,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:06:12.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:06:12.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:06:12.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512694164,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:06:12.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:06:12.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:06:12.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512694164,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:06:12.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:06:12.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:06:12.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512694164,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:06:12.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:06:12.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:06:12.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512694164,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/resourceInstances/pnf2ed9214e37e00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:06:12.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:06:12.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:06:12.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512694164,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:06:12.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:06:12.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:06:12.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512694164,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T05:06:12.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-04-04T05:06:12.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:06:12.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512708110,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T05:06:12.627Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T05:06:12.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-04T05:06:12.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "910dc677-6032-462a-a949-d1bd38e08c09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512710135,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHlfuxyff1ahwvdcv1pwl/1.0/artifacts/service-DemoPnfHlfuxyff1ahwvdcv1pwl-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-04T05:06:12.627Z||pool-2-thread-8|||||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-04T05:06:13.308Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T05:06:13.308Z|910dc677-6032-462a-a949-d1bd38e08c09|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-04T05:06:13.308Z|910dc677-6032-462a-a949-d1bd38e08c09|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 y0JvqVRLwneqT69f) ...
2021-04-04T05:06:13.932Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:06:13.933Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-04T05:06:13.933Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"41b43277-c054-4da1-ac83-cf51104b1511","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"cfbd8eef-e3a1-4200-b20a-52ae4190e1af","serviceDescription":"service","serviceInvariantUUID":"ecd2b9e7-893d-41fa-99b0-8af52c397230","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b18fe1bc-bab7-4c14-a4f7-0331b27dc27e","resourceInvariantUUID":"c9f59c44-162d-4b54-bb49-c49715f27ec9","resourceCustomizationUUID":"8701f626-a435-4bcf-96ed-ed6f9c2201bd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YmIxYTJlMjI3NTQ1NDkyM2JhZmFhMDkyNjA5YjhkOGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0df23f63-c99f-4871-83b1-3381960a9d52","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NGFmNjIyNTE2YTM0NTA3MWRhMmJlNjhlZWMzYmI2ODI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df153212-2608-4dc2-a207-29cd2c15af48","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"eb30de7f-76a1-4234-bc61-d5d29f945409","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baea451a-e842-4f06-921a-9c2468010634","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1f20ab58-997a-4003-b252-e4e25be6d725","artifactVersion":"2","generatedFromUUID":"eb30de7f-76a1-4234-bc61-d5d29f945409"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDk2OGQzODEwMzc4NDg2NjdjZDY5MWY2NDVmZGE5Y2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"355978ce-de81-4b0c-8474-52fa5246482a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODI2NTMxYTYwM2VkNjE3NTRlN2UzZTA5ZGJhMmU4YWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d657fc4-bee3-46c2-af91-d4b22ea63bb2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-04T05:06:13.935Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T05:06:13.935Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:06:13.936Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:06:13.937Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "41b43277-c054-4da1-ac83-cf51104b1511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512773308,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:06:14.037Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T05:06:14.038Z||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-04T05:06:14.038Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:06:14.052Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:06:14.052Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:06:14.937Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T05:06:14.938Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:06:14.939Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:06:14.939Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "41b43277-c054-4da1-ac83-cf51104b1511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512773308,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-04-04T05:06:15.040Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T05:06:15.040Z||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-04T05:06:15.040Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:06:15.050Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:06:15.051Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:06:15.940Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T05:06:15.941Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:06:15.943Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:06:15.943Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "41b43277-c054-4da1-ac83-cf51104b1511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512773308,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-04-04T05:06:16.043Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T05:06:16.045Z||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-04T05:06:16.045Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:06:16.056Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:06:16.057Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:06:16.944Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T05:06:16.945Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:06:16.947Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:06:16.947Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "41b43277-c054-4da1-ac83-cf51104b1511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512773308,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:06:17.047Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T05:06:17.048Z||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-04T05:06:17.048Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:06:17.059Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:06:17.060Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:06:17.948Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T05:06:17.949Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:06:17.951Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:06:17.951Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "41b43277-c054-4da1-ac83-cf51104b1511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512773308,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-04-04T05:06:18.051Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T05:06:18.052Z||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-04T05:06:18.052Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:06:18.066Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:06:18.066Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:06:18.952Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T05:06:18.953Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:06:18.956Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:06:18.956Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "41b43277-c054-4da1-ac83-cf51104b1511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512773308,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T05:06:19.056Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T05:06:19.057Z||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-04T05:06:19.057Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:06:19.069Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:06:19.069Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:06:19.956Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T05:06:19.957Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:06:19.959Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:06:19.959Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "41b43277-c054-4da1-ac83-cf51104b1511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512773308,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T05:06:20.059Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T05:06:20.060Z||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-04T05:06:20.060Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:06:20.072Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:06:20.073Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:06:20.960Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "41b43277-c054-4da1-ac83-cf51104b1511",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "cfbd8eef-e3a1-4200-b20a-52ae4190e1af",
"serviceDescription": "service",
"serviceInvariantUUID": "ecd2b9e7-893d-41fa-99b0-8af52c397230",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "8701f626-a435-4bcf-96ed-ed6f9c2201bd",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b18fe1bc-bab7-4c14-a4f7-0331b27dc27e",
"resourceInvariantUUID": "c9f59c44-162d-4b54-bb49-c49715f27ec9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "NGFmNjIyNTE2YTM0NTA3MWRhMmJlNjhlZWMzYmI2ODI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "df153212-2608-4dc2-a207-29cd2c15af48",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "eb30de7f-76a1-4234-bc61-d5d29f945409",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1f20ab58-997a-4003-b252-e4e25be6d725",
"generatedFromUUID": "eb30de7f-76a1-4234-bc61-d5d29f945409"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1f20ab58-997a-4003-b252-e4e25be6d725",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ODI2NTMxYTYwM2VkNjE3NTRlN2UzZTA5ZGJhMmU4YWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5d657fc4-bee3-46c2-af91-d4b22ea63bb2"
}
],
"workloadContext": "Production"
}
2021-04-04T05:06:20.960Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-04T05:06:20.961Z|910dc677-6032-462a-a949-d1bd38e08c09|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cfbd8eef-e3a1-4200-b20a-52ae4190e1af ASDC
2021-04-04T05:06:20.961Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:41b43277-c054-4da1-ac83-cf51104b1511
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:cfbd8eef-e3a1-4200-b20a-52ae4190e1af
ServiceInvariantUUID:ecd2b9e7-893d-41fa-99b0-8af52c397230
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:5d657fc4-bee3-46c2-af91-d4b22ea63bb2
ArtifactChecksum:ODI2NTMxYTYwM2VkNjE3NTRlN2UzZTA5ZGJhMmU4YWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:8701f626-a435-4bcf-96ed-ed6f9c2201bd
ResourceInvariantUUID:c9f59c44-162d-4b54-bb49-c49715f27ec9
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b18fe1bc-bab7-4c14-a4f7-0331b27dc27e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:df153212-2608-4dc2-a207-29cd2c15af48
ArtifactChecksum:NGFmNjIyNTE2YTM0NTA3MWRhMmJlNjhlZWMzYmI2ODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:eb30de7f-76a1-4234-bc61-d5d29f945409
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:1f20ab58-997a-4003-b252-e4e25be6d725
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:1f20ab58-997a-4003-b252-e4e25be6d725
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-04T05:06:20.961Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cfbd8eef-e3a1-4200-b20a-52ae4190e1af 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-04T05:06:20.986Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-04T05:06:20.987Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-04T05:06:20.987Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-04T05:06:20.988Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5d657fc4-bee3-46c2-af91-d4b22ea63bb2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-04T05:06:20.988Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-04T05:06:20.988Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-04T05:06:21.205Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-04T05:06:21.209Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 5d657fc4-bee3-46c2-af91-d4b22ea63bb2 74275
2021-04-04T05:06:21.210Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-04T05:06:21.210Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-04T05:06:21.210Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T05:06:21.210Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:06:21.212Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:06:21.212Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "41b43277-c054-4da1-ac83-cf51104b1511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512781210,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T05:06:21.313Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-04T05:06:21.313Z||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-04T05:06:21.313Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:06:21.327Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:06:21.328Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:06:22.213Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-04T05:06:22.214Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-04T05:06:22.215Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 5d657fc4-bee3-46c2-af91-d4b22ea63bb2, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T05:06:22.215Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-04-04T05:06:22.215Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T05:06:22.215Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T05:06:22.364Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14204322383836977170/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-04-04T05:06:23.287Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-04T05:06:23.287Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-04T05:06:23.287Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T05:06:23.288Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-04T05:06:23.288Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T05:06:23.288Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T05:06:23.288Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T05:06:23.288Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T05:06:23.288Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T05:06:23.288Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T05:06:23.288Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T05:06:23.288Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T05:06:23.288Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T05:06:23.289Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-04T05:06:23.289Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-04T05:06:23.289Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:23.289Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:06:23.289Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-04T05:06:23.289Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-04T05:06:23.289Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-04T05:06:23.289Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:23.290Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:06:23.290Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-04T05:06:23.290Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-04T05:06:23.290Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-04T05:06:23.290Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:23.290Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:06:23.290Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:23.290Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-04T05:06:23.291Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-04T05:06:23.291Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-04T05:06:23.291Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-04T05:06:23.291Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-04T05:06:23.291Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-04T05:06:23.291Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:23.291Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-04T05:06:23.291Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:23.291Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-04T05:06:23.291Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T05:06:23.292Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:23.292Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-04T05:06:23.292Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T05:06:23.292Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:23.292Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-04T05:06:23.292Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T05:06:23.292Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:23.292Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-04T05:06:23.293Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-04T05:06:23.293Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-04T05:06:23.293Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5b909c05-28de-41fc-b2a3-8d7383da432b
2021-04-04T05:06:23.293Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:23.293Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:06:23.293Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:23.293Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:06:23.293Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:23.293Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:06:23.294Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:23.294Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:06:23.294Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:cfbd8eef-e3a1-4200-b20a-52ae4190e1af
Model Version:NULL
Model InvariantUuid:ecd2b9e7-893d-41fa-99b0-8af52c397230
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:504e563a-4371-4eb8-8a29-df3f350a159f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c9f59c44-162d-4b54-bb49-c49715f27ec9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8701f626-a435-4bcf-96ed-ed6f9c2201bd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:84959bce-35b9-4fae-bf48-62d6f48176b3
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:0b90d260-b6e9-48ea-9c3c-56b6ac0cea4c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5b909c05-28de-41fc-b2a3-8d7383da432b
ModelInvariantUuid:f7578838-a952-4032-94ee-551fbbee835e
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:8d6d0820-9620-484e-99d4-0b81306a477a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20
VNFC Properties:
ModelCustomizationUuid:3601254e-2d0b-461c-ae87-dc633314b041
ModelInvariantUuid:44b67a1b-13d1-4798-9703-c6f3fd33d9ff
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:38e56fe1-f910-402f-a091-9ad1e42cb216
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-04T05:06:23.299Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: b18fe1bc-bab7-4c14-a4f7-0331b27dc27e
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-04T05:06:23.302Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||basic_vm 0
2021-04-04T05:06:23.302Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b18fe1bc-bab7-4c14-a4f7-0331b27dc27e
2021-04-04T05:06:23.303Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: df153212-2608-4dc2-a207-29cd2c15af48 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-04T05:06:23.303Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-04T05:06:23.303Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-04T05:06:23.491Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-04T05:06:23.492Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json df153212-2608-4dc2-a207-29cd2c15af48 787
2021-04-04T05:06:23.492Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-04-04T05:06:23.492Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-04T05:06:23.493Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T05:06:23.493Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:06:23.495Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:06:23.496Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "41b43277-c054-4da1-ac83-cf51104b1511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512783492,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-04T05:06:23.596Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T05:06:23.597Z||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-04T05:06:23.597Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:06:23.609Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:06:23.610Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:06:24.496Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "84959bce-35b9-4fae-bf48-62d6f48176b3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0b90d260-b6e9-48ea-9c3c-56b6ac0cea4c",
"vfModuleModelCustomizationUUID": "bdb72c6b-6b65-4d2c-9664-ac7ce96025b2",
"isBase": true,
"artifacts": [
"eb30de7f-76a1-4234-bc61-d5d29f945409",
"1f20ab58-997a-4003-b252-e4e25be6d725"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"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-04T05:06:24.502Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b90d260-b6e9-48ea-9c3c-56b6ac0cea4c
VfModuleModelInvariantUUID:84959bce-35b9-4fae-bf48-62d6f48176b3
VfModuleModelDescription:NULL
Artifacts UUID List:{
eb30de7f-76a1-4234-bc61-d5d29f945409
,
1f20ab58-997a-4003-b252-e4e25be6d725
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-04T05:06:24.504Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "84959bce-35b9-4fae-bf48-62d6f48176b3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0b90d260-b6e9-48ea-9c3c-56b6ac0cea4c",
"vfModuleModelCustomizationUUID": "bdb72c6b-6b65-4d2c-9664-ac7ce96025b2",
"isBase": true,
"artifacts": [
"eb30de7f-76a1-4234-bc61-d5d29f945409",
"1f20ab58-997a-4003-b252-e4e25be6d725"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"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-04T05:06:24.505Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b90d260-b6e9-48ea-9c3c-56b6ac0cea4c
VfModuleModelInvariantUUID:84959bce-35b9-4fae-bf48-62d6f48176b3
VfModuleModelDescription:NULL
Artifacts UUID List:{
eb30de7f-76a1-4234-bc61-d5d29f945409
,
1f20ab58-997a-4003-b252-e4e25be6d725
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-04T05:06:24.505Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: eb30de7f-76a1-4234-bc61-d5d29f945409 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-04T05:06:24.505Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-04T05:06:24.505Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-04T05:06:24.689Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-04T05:06:24.690Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml eb30de7f-76a1-4234-bc61-d5d29f945409 5033
2021-04-04T05:06:24.690Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-04T05:06:24.690Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-04T05:06:24.690Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T05:06:24.690Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:06:24.692Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:06:24.692Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "41b43277-c054-4da1-ac83-cf51104b1511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512784690,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-04T05:06:24.793Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-04T05:06:24.794Z||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-04T05:06:24.794Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:06:24.806Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:06:24.807Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:06:25.693Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1f20ab58-997a-4003-b252-e4e25be6d725 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-04T05:06:25.694Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-04T05:06:25.694Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-04T05:06:27.605Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-04T05:06:27.606Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 1f20ab58-997a-4003-b252-e4e25be6d725 903
2021-04-04T05:06:27.606Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-04T05:06:27.607Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-04T05:06:27.607Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T05:06:27.607Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T05:06:27.610Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T05:06:27.610Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "41b43277-c054-4da1-ac83-cf51104b1511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617512787606,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-04-04T05:06:27.710Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T05:06:27.711Z||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-04T05:06:27.712Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y0JvqVRLwneqT69f) ...
2021-04-04T05:06:27.724Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T05:06:27.724Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-04T05:06:28.611Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: cfbd8eef-e3a1-4200-b20a-52ae4190e1af
2021-04-04T05:06:28.611Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b18fe1bc-bab7-4c14-a4f7-0331b27dc27e 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-04T05:06:28.624Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:28.624Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:06:28.624Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-04-04T05:06:28.624Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 8701f626-a435-4bcf-96ed-ed6f9c2201bd
2021-04-04T05:06:28.624Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8701f626-a435-4bcf-96ed-ed6f9c2201bd matches Tosca VF Customization UUID: 8701f626-a435-4bcf-96ed-ed6f9c2201bd
2021-04-04T05:06:28.625Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 8701f626-a435-4bcf-96ed-ed6f9c2201bd 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-04T05:06:28.627Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:28.627Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:06:28.628Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 8701f626-a435-4bcf-96ed-ed6f9c2201bd: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-04-04T05:06:28.628Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@dc9f2aa
2021-04-04T05:06:28.628Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:28.628Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-04T05:06:28.628Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bdb72c6b-6b65-4d2c-9664-ac7ce96025b2
2021-04-04T05:06:28.628Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bdb72c6b-6b65-4d2c-9664-ac7ce96025b2
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-04T05:06:28.631Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:28.631Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-04T05:06:28.631Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T05:06:28.631Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:28.631Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-04T05:06:28.631Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T05:06:28.631Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:28.632Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-04T05:06:28.632Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-04T05:06:28.632Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-04T05:06:28.632Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5b909c05-28de-41fc-b2a3-8d7383da432b
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-04T05:06:28.634Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:28.634Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-04T05:06:28.634Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T05:06:28.635Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:28.635Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-04T05:06:28.635Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8701f626-a435-4bcf-96ed-ed6f9c2201bd
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-04T05:06:28.637Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:28.637Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:06:28.637Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid cfbd8eef-e3a1-4200-b20a-52ae4190e1af: basic_vm
2021-04-04T05:06:28.637Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:28.638Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:06:28.638Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:28.638Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:06:28.638Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:28.638Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:06:28.639Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T05:06:28.639Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T05:06:28.639Z|41b43277-c054-4da1-ac83-cf51104b1511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery