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-08-24T06:58:27.200Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-58db5c47c8-9rcrr with PID 15 (/app/app.jar started by so in /app)
2021-08-24T06:58:27.208Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-24T06:58:27.209Z||main|||||INFO|500||The following profiles are active: basic
2021-08-24T06:58:41.145Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-24T06:58:41.145Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-24T06:58:41.335Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-24T06:58:45.913Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-24T06:58:46.176Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-24T06:58:46.640Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-24T06:58:46.648Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-24T06:58:46.954Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-24T06:58:47.632Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-24T06:58:48.712Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-24T06:58:55.462Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-24T06:58:58.162Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-24T06:58:58.214Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-24T06:58:59.106Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-24T06:58:59.425Z||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-08-24T06:59:01.265Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-24T06:59:02.526Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-08-24T06:59:02.557Z||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$$4f32ed12.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-08-24T06:59:02.558Z||main|||||WARN|500||The sdc end point is not alive
2021-08-24T06:59:05.231Z||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-08-24T06:59:08.674Z||main|||||WARN|500||---
2021-08-24T06:59:08.675Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-24T06:59:08.675Z||main|||||WARN|500||---
2021-08-24T06:59:08.992Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-24T06:59:12.419Z||main|||||INFO|500||Started Application in 49.512 seconds (JVM running for 58.151)
2021-08-24T06:59:12.421Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T06:59:12.459Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T06:59:12.501Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T06:59:12.534Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T06:59:12.587Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 79645c85-b048-424f-8322-a9a1057fe365 url= /sdc/v1/artifactTypes
2021-08-24T06:59:12.587Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T06:59:13.397Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T06:59:13.442Z||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-08-24T06:59:13.475Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T06:59:13.483Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T06:59:13.533Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T06:59:13.563Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 45246950-9c98-4a59-b249-7d5c799b6633 url= /sdc/v1/registerForDistribution
2021-08-24T06:59:13.904Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 45246950-9c98-4a59-b249-7d5c799b6633 url= /sdc/v1/registerForDistribution
2021-08-24T06:59:13.904Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-24T06:59:13.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T06:59:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T06:59:14.051Z||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-08-24T06:59:14.052Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T06:59:14.054Z||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-08-24T06:59:14.054Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T06:59:14.063Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-24T06:59:24.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T06:59:24.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:00:13.915Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:00:13.917Z||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-08-24T07:00:13.918Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:00:13.922Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:00:13.923Z||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-08-24T07:00:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:00:23.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:00:23.532Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:01:13.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:01:13.919Z||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-08-24T07:01:13.919Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:01:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:01:13.923Z||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-08-24T07:01:13.924Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:01:23.505Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:01:23.513Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:02:13.915Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:02:13.918Z||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-08-24T07:02:13.918Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:02:13.923Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:02:13.923Z||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-08-24T07:02:13.924Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:02:23.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:02:23.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:03:13.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:03:13.919Z||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-08-24T07:03:13.919Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:03:13.922Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:03:13.924Z||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-08-24T07:03:13.924Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:03:23.526Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:03:23.529Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:04:13.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:04:13.918Z||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-08-24T07:04:13.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:04:13.919Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:04:13.923Z||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-08-24T07:04:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:04:23.541Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:04:23.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:05:13.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:05:13.919Z||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-08-24T07:05:13.920Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:05:13.922Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:05:13.923Z||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-08-24T07:05:13.925Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:05:23.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:05:23.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:06:13.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:06:13.920Z||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-08-24T07:06:13.920Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:06:13.922Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:06:13.926Z||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-08-24T07:06:13.927Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:06:23.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:06:23.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:07:13.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:07:13.920Z||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-08-24T07:07:13.920Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:07:13.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:07:13.922Z||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-08-24T07:07:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:07:23.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:07:23.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:08:13.915Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:08:13.919Z||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-08-24T07:08:13.919Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:08:13.922Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:08:13.923Z||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-08-24T07:08:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:08:23.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:08:23.489Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:08:30.873Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-24T07:09:13.915Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:09:13.918Z||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-08-24T07:09:13.918Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:09:13.922Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:09:13.922Z||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-08-24T07:09:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:09:23.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:09:23.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:10:13.915Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:10:13.919Z||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-08-24T07:10:13.919Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:10:13.922Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:10:13.922Z||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-08-24T07:10:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:10:23.476Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:10:23.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:11:13.915Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:11:13.917Z||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-08-24T07:11:13.917Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:11:13.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:11:13.922Z||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-08-24T07:11:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:11:23.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:11:23.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:12:13.915Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:12:13.919Z||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-08-24T07:12:13.919Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:12:13.922Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:12:13.923Z||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-08-24T07:12:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:12:23.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:12:23.501Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:13:13.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:13:13.920Z||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-08-24T07:13:13.920Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:13:13.922Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:13:13.922Z||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-08-24T07:13:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:13:23.479Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:13:23.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:14:13.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:14:13.918Z||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-08-24T07:14:13.918Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:14:13.922Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:14:13.923Z||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-08-24T07:14:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:14:23.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:14:23.495Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:15:13.915Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:15:13.917Z||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-08-24T07:15:13.917Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:15:13.922Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:15:13.924Z||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-08-24T07:15:13.924Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:15:23.486Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:15:23.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:16:13.915Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:16:13.917Z||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-08-24T07:16:13.917Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:16:13.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:16:13.922Z||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-08-24T07:16:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:16:23.476Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:16:23.498Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:17:13.915Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:17:13.917Z||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-08-24T07:17:13.918Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:17:13.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:17:13.923Z||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-08-24T07:17:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:17:23.494Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:17:23.512Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:18:13.915Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:18:13.918Z||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-08-24T07:18:13.918Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:18:13.922Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:18:13.923Z||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-08-24T07:18:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:18:23.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:18:23.519Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:19:13.915Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:19:13.917Z||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-08-24T07:19:13.917Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:19:13.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:19:13.922Z||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-08-24T07:19:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:19:23.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:19:23.468Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:20:13.915Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:20:13.918Z||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-08-24T07:20:13.918Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:20:13.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:20:13.922Z||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-08-24T07:20:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:20:23.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:20:23.500Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:21:13.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:21:13.919Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:21:13.920Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:21:13.922Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:21:13.924Z||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-08-24T07:21:13.924Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:21:23.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:21:23.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:22:13.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:22:13.916Z||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-08-24T07:22:13.917Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:22:13.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:22:13.922Z||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-08-24T07:22:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:22:23.470Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:22:23.475Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:23:13.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:23:13.918Z||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-08-24T07:23:13.918Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:23:13.922Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:23:13.923Z||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-08-24T07:23:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:23:23.515Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:23:23.520Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:24:13.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:24:13.917Z||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-08-24T07:24:13.917Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:24:13.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:24:13.922Z||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-08-24T07:24:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:24:23.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:24:23.493Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:25:13.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:25:13.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:25:13.917Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:25:13.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:25:13.922Z||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-08-24T07:25:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:25:23.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:25:23.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:26:13.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:26:13.918Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:26:13.918Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:26:13.922Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:26:13.922Z||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-08-24T07:26:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:26:23.470Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:26:23.493Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:27:13.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:27:13.918Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:27:13.918Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:27:13.923Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:27:13.923Z||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-08-24T07:27:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:27:23.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:27:23.506Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:28:13.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:28:13.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:28:13.917Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:28:13.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:28:13.922Z||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-08-24T07:28:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:28:23.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:28:23.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:29:13.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:29:13.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:29:13.917Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:29:13.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:29:13.922Z||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-08-24T07:29:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:29:23.521Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:29:23.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:30:13.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:30:13.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:30:13.917Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:30:13.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:30:13.922Z||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-08-24T07:30:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:30:23.466Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:30:23.466Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:31:13.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:31:13.918Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:31:13.918Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:31:13.922Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:31:13.923Z||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-08-24T07:31:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:31:23.474Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:31:23.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:32:13.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:32:13.919Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:32:13.919Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:32:13.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:32:13.922Z||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-08-24T07:32:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:32:23.493Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:32:23.506Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:33:13.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:33:13.918Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:33:13.919Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:33:13.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:33:13.922Z||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-08-24T07:33:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:33:23.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:33:23.504Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:34:13.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:34:13.919Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:34:13.919Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:34:13.922Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:34:13.923Z||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-08-24T07:34:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:34:23.475Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:34:23.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:35:13.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:35:13.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:35:13.917Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:35:13.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:35:13.922Z||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-08-24T07:35:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:35:23.502Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:35:23.503Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:36:13.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:36:13.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:36:13.918Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:36:13.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:36:13.922Z||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-08-24T07:36:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:36:23.499Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:36:23.499Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:37:13.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:37:13.918Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:37:13.918Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:37:13.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:37:13.922Z||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-08-24T07:37:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:37:23.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:37:23.502Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:38:13.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:38:13.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:38:13.917Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:38:13.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:38:13.922Z||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-08-24T07:38:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:38:23.463Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:38:23.463Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:39:13.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:39:13.918Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:39:13.918Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:39:13.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:39:13.922Z||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-08-24T07:39:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:39:23.467Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:39:23.467Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:40:13.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:40:13.917Z||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-08-24T07:40:13.917Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:40:13.922Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:40:13.923Z||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-08-24T07:40:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:40:23.470Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:40:23.473Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:41:13.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:41:13.916Z||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-08-24T07:41:13.916Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:41:13.922Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:41:13.923Z||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-08-24T07:41:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:41:23.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:41:23.508Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:42:13.915Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:42:13.917Z||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-08-24T07:42:13.917Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:42:13.922Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:42:13.923Z||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-08-24T07:42:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:42:23.552Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:42:23.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:43:13.915Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:43:13.917Z||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-08-24T07:43:13.918Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:43:13.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:43:13.922Z||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-08-24T07:43:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:43:23.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:43:23.517Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:44:13.915Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:44:13.919Z||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-08-24T07:44:13.919Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:44:13.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:44:13.922Z||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-08-24T07:44:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:44:23.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:44:23.497Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:45:13.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:45:13.916Z||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-08-24T07:45:13.916Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:45:13.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:45:13.927Z||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-08-24T07:45:13.927Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:45:23.493Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:45:23.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:46:13.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:46:13.918Z||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-08-24T07:46:13.918Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:46:13.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:46:13.922Z||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-08-24T07:46:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:46:23.470Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:46:23.498Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:47:13.915Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:47:13.919Z||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-08-24T07:47:13.919Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:47:13.922Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:47:13.923Z||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-08-24T07:47:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:47:23.517Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:47:23.516Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:48:13.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:48:13.915Z||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-08-24T07:48:13.916Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:48:13.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:48:13.922Z||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-08-24T07:48:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:48:23.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:48:23.531Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:49:13.915Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:49:13.917Z||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-08-24T07:49:13.917Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:49:13.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:49:13.923Z||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-08-24T07:49:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:49:23.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:49:23.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:50:13.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:50:13.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:50:13.916Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:50:13.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:50:13.922Z||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-08-24T07:50:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:50:23.466Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:50:23.469Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:51:13.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:51:13.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:51:13.917Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:51:13.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:51:13.922Z||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-08-24T07:51:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:51:23.468Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:51:23.513Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:52:13.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:52:13.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:52:13.917Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:52:13.922Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:52:13.922Z||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-08-24T07:52:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:52:23.475Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:52:23.475Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:53:13.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:53:13.921Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:53:13.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:53:13.921Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:53:13.922Z||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-08-24T07:53:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:53:23.509Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:53:23.513Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:54:13.915Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:54:13.919Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:54:13.920Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:54:13.922Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:54:13.922Z||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-08-24T07:54:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:54:23.501Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:54:23.520Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:55:13.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:55:13.918Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:55:13.918Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:55:13.922Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:55:13.922Z||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-08-24T07:55:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:55:23.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:55:23.516Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:56:13.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:56:13.916Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:56:13.917Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:56:13.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:56:13.922Z||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-08-24T07:56:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:56:14.390Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:56:14.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629791728098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1629791730719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "cds",
"timestamp": 1629791727425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629791728098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T07:56:14.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1629791730719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "cds",
"timestamp": 1629791727425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629791728098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-24T07:56:14.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1629791730719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "cds",
"timestamp": 1629791727425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629791728098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1629791730719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "cds",
"timestamp": 1629791727425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629791728098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-24T07:56:14.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1629791730719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "cds",
"timestamp": 1629791727425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "dcae-sch",
"timestamp": 1629791739053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.443Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629791728098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.444Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1629791730719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.444Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "cds",
"timestamp": 1629791727425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "dcae-sch",
"timestamp": 1629791739053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.446Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629791728098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T07:56:14.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1629791730719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "cds",
"timestamp": 1629791727425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T07:56:14.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "dcae-sch",
"timestamp": 1629791739053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "dcae-sch",
"timestamp": 1629791739053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "cds",
"timestamp": 1629791743308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T07:56:14.450Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T07:56:14.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629791743314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T07:56:14.451Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T07:56:14.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "dcae-sch",
"timestamp": 1629791739053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "policy-id",
"timestamp": 1629791743510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:14.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "cds",
"timestamp": 1629791744332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-08-24T07:56:14.556Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:56:14.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T07:56:14.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"eb80f067-ada6-47d5-86dd-4260f9b0ff6e","serviceName":"basic_onboard_ChaHst","serviceVersion":"1.0","serviceUUID":"18e8d150-824c-48a7-b850-7be71f886af1","serviceDescription":"service","serviceInvariantUUID":"c8bef4ed-9def-4ece-897b-18acff67d6ab","resources":[{"resourceInstanceName":"basic_onboard_ChaHst 0","resourceName":"basic_onboard_ChaHst","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fb62a87d-dc14-4cc6-b9f3-3f61685df622","resourceInvariantUUID":"d0c7e2b1-2e8c-4033-be98-2413ae8b4015","resourceCustomizationUUID":"9847487b-ebd6-432a-a2b9-822f421bfe8e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/vf-license-model.xml","artifactChecksum":"NTMzYzQ1ODJhMTg4MGYwNjZkMzYxOGM2MWFmMTM4NDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07022239-7bf0-4ef5-8f39-4ea3568e9cc6","artifactVersion":"1"},{"artifactName":"basic_onboard_chahst0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json","artifactChecksum":"NGY5MjNlMjFlYmMzMTk4ZGFkMzY5YjQwNGIzNWZlMDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0c123cd3-594d-454c-9062-320f94037015","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cb9a3b47-396a-4025-bb1f-607a73f327df","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3f525398-0341-4d66-9505-6c0117491385","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9a3a294d-9140-41d7-84ee-080e81499144","artifactVersion":"2","generatedFromUUID":"cb9a3b47-396a-4025-bb1f-607a73f327df"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardChahst-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-template.yml","artifactChecksum":"MjY1ODIzOWZjMGFjYTkxNTFlNGYyMDQ5MWM1ZjlkNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"839d5203-f191-46ab-b632-5a7749deef5e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardChahst-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar","artifactChecksum":"ZTgyN2FiZGU2ZDA4MTE0OTkxNTI2MzE4YjNiZThhNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f539534-4dcb-4def-b267-3e432ffefd4d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-24T07:56:14.574Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T07:56:14.667Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T07:56:14.680Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T07:56:14.680Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791773914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:14.795Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 0 ms
2021-08-24T07:56:14.817Z||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-08-24T07:56:14.818Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:56:14.836Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:56:14.838Z||pool-3-thread-1|||||INFO|500||cambria reply ok (23 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: 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-08-24T07:56:15.019Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eb80f067-ada6-47d5-86dd-4260f9b0ff6e
2021-08-24T07:56:15.084Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb80f067-ada6-47d5-86dd-4260f9b0ff6e 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-08-24T07:56:15.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "dcae-sch",
"timestamp": 1629791739053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "policy-id",
"timestamp": 1629791743510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629791745721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T07:56:15.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T07:56:15.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "dcae-sch",
"timestamp": 1629791739053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "policy-id",
"timestamp": 1629791743510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-24T07:56:15.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "policy-id",
"timestamp": 1629791743510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "aai-ml",
"timestamp": 1629791746713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629791747775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T07:56:15.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T07:56:15.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "policy-id",
"timestamp": 1629791743510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "aai-ml",
"timestamp": 1629791746713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "policy-id",
"timestamp": 1629791743510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "aai-ml",
"timestamp": 1629791746713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629791749577,
"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-08-24T07:56:15.157Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb80f067-ada6-47d5-86dd-4260f9b0ff6e
2021-08-24T07:56:15.157Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb80f067-ada6-47d5-86dd-4260f9b0ff6e 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-08-24T07:56:15.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "policy-id",
"timestamp": 1629791743510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T07:56:15.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "aai-ml",
"timestamp": 1629791746713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629791750587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-24T07:56:15.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T07:56:15.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "aai-ml",
"timestamp": 1629791746713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629791751588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "aai-ml",
"timestamp": 1629791746713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629791751588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "aai-ml",
"timestamp": 1629791746713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T07:56:15.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "policy-id",
"timestamp": 1629791753667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T07:56:15.172Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T07:56:15.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "clamp",
"timestamp": 1629791753082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629791751588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "policy-id",
"timestamp": 1629791754678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T07:56:15.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T07:56:15.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "clamp",
"timestamp": 1629791753082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T07:56:15.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629791751588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "aai-ml",
"timestamp": 1629791755611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T07:56:15.176Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T07:56:15.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "policy-id",
"timestamp": 1629791755682,
"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-08-24T07:56:15.188Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb80f067-ada6-47d5-86dd-4260f9b0ff6e
2021-08-24T07:56:15.188Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb80f067-ada6-47d5-86dd-4260f9b0ff6e 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-08-24T07:56:15.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "clamp",
"timestamp": 1629791753082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629791751588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "clamp",
"timestamp": 1629791753082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629791751588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "clamp",
"timestamp": 1629791753082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629791751588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T07:56:15.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "clamp",
"timestamp": 1629791753082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:15.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "clamp",
"timestamp": 1629791753082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T07:56:15.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-24T07:56:15.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629791760362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T07:56:15.214Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T07:56:15.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629791765162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T07:56:15.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T07:56:15.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629791766169,
"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-08-24T07:56:15.227Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eb80f067-ada6-47d5-86dd-4260f9b0ff6e
2021-08-24T07:56:15.227Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb80f067-ada6-47d5-86dd-4260f9b0ff6e 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-08-24T07:56:15.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "aai-ml",
"timestamp": 1629791769475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T07:56:15.240Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T07:56:15.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "aai-ml",
"timestamp": 1629791770481,
"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-08-24T07:56:15.245Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eb80f067-ada6-47d5-86dd-4260f9b0ff6e
2021-08-24T07:56:15.245Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb80f067-ada6-47d5-86dd-4260f9b0ff6e 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-08-24T07:56:15.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "clamp",
"timestamp": 1629791771250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T07:56:15.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T07:56:15.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:56:15.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "clamp",
"timestamp": 1629791773259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T07:56:15.257Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T07:56:15.797Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T07:56:15.797Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T07:56:15.799Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T07:56:15.799Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791773914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T07:56:15.899Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T07:56:15.900Z||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-08-24T07:56:15.900Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:56:15.916Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:56:15.917Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-08-24T07:56:16.800Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T07:56:16.801Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T07:56:16.803Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T07:56:16.803Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791773914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-24T07:56:16.903Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T07:56:16.904Z||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-08-24T07:56:16.904Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:56:16.915Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:56:16.915Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T07:56:17.803Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T07:56:17.805Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T07:56:17.807Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T07:56:17.808Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791773914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:17.907Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T07:56:17.909Z||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-08-24T07:56:17.909Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:56:17.921Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:56:17.922Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-24T07:56:18.809Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T07:56:18.810Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T07:56:18.816Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T07:56:18.817Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791773914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-24T07:56:18.913Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-08-24T07:56:18.914Z||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-08-24T07:56:18.914Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:56:18.927Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:56:18.928Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-24T07:56:19.819Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T07:56:19.819Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T07:56:19.822Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T07:56:19.822Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791773914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:56:19.922Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T07:56:19.924Z||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-08-24T07:56:19.925Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:56:19.938Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:56:19.939Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-24T07:56:20.823Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T07:56:20.823Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T07:56:20.826Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T07:56:20.826Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791773914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T07:56:20.926Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T07:56:20.927Z||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-08-24T07:56:20.927Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:56:20.939Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:56:20.940Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-24T07:56:21.829Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"serviceName": "basic_onboard_ChaHst",
"serviceVersion": "1.0",
"serviceUUID": "18e8d150-824c-48a7-b850-7be71f886af1",
"serviceDescription": "service",
"serviceInvariantUUID": "c8bef4ed-9def-4ece-897b-18acff67d6ab",
"resources": [
{
"resourceInstanceName": "basic_onboard_ChaHst 0",
"resourceCustomizationUUID": "9847487b-ebd6-432a-a2b9-822f421bfe8e",
"resourceName": "basic_onboard_ChaHst",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fb62a87d-dc14-4cc6-b9f3-3f61685df622",
"resourceInvariantUUID": "d0c7e2b1-2e8c-4033-be98-2413ae8b4015",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_chahst0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json",
"artifactChecksum": "NGY5MjNlMjFlYmMzMTk4ZGFkMzY5YjQwNGIzNWZlMDY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0c123cd3-594d-454c-9062-320f94037015",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cb9a3b47-396a-4025-bb1f-607a73f327df",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9a3a294d-9140-41d7-84ee-080e81499144",
"generatedFromUUID": "cb9a3b47-396a-4025-bb1f-607a73f327df"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9a3a294d-9140-41d7-84ee-080e81499144",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardChahst-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"artifactChecksum": "ZTgyN2FiZGU2ZDA4MTE0OTkxNTI2MzE4YjNiZThhNWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2f539534-4dcb-4def-b267-3e432ffefd4d"
}
],
"workloadContext": "Production"
}
2021-08-24T07:56:21.830Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-24T07:56:21.831Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 18e8d150-824c-48a7-b850-7be71f886af1 ASDC
2021-08-24T07:56:21.992Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:eb80f067-ada6-47d5-86dd-4260f9b0ff6e
ServiceName:basic_onboard_ChaHst
ServiceVersion:1.0
ServiceUUID:18e8d150-824c-48a7-b850-7be71f886af1
ServiceInvariantUUID:c8bef4ed-9def-4ece-897b-18acff67d6ab
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardChahst-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar
ArtifactUUID:2f539534-4dcb-4def-b267-3e432ffefd4d
ArtifactChecksum:ZTgyN2FiZGU2ZDA4MTE0OTkxNTI2MzE4YjNiZThhNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ChaHst 0
ResourceCustomizationUUID:9847487b-ebd6-432a-a2b9-822f421bfe8e
ResourceInvariantUUID:d0c7e2b1-2e8c-4033-be98-2413ae8b4015
ResourceName:basic_onboard_ChaHst
ResourceType:VF
ResourceUUID:fb62a87d-dc14-4cc6-b9f3-3f61685df622
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_chahst0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json
ArtifactUUID:0c123cd3-594d-454c-9062-320f94037015
ArtifactChecksum:NGY5MjNlMjFlYmMzMTk4ZGFkMzY5YjQwNGIzNWZlMDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cb9a3b47-396a-4025-bb1f-607a73f327df
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env
ArtifactUUID:9a3a294d-9140-41d7-84ee-080e81499144
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env
ArtifactUUID:9a3a294d-9140-41d7-84ee-080e81499144
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-24T07:56:21.993Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 18e8d150-824c-48a7-b850-7be71f886af1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-24T07:56:22.061Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T07:56:22.063Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T07:56:22.064Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T07:56:22.065Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2f539534-4dcb-4def-b267-3e432ffefd4d from URL: /sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar
2021-08-24T07:56:22.065Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T07:56:22.066Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar
2021-08-24T07:56:22.588Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T07:56:22.605Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar 2f539534-4dcb-4def-b267-3e432ffefd4d 71366
2021-08-24T07:56:22.609Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar ASDC sendASDCNotification
2021-08-24T07:56:22.609Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar
2021-08-24T07:56:22.611Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T07:56:22.613Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T07:56:22.616Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T07:56:22.616Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791782607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T07:56:22.717Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T07:56:22.718Z||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-08-24T07:56:22.719Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:56:22.732Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:56:22.733Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-24T07:56:23.626Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T07:56:23.639Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T07:56:23.643Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2f539534-4dcb-4def-b267-3e432ffefd4d, URL: /sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar to file: /app/ASDC/1/service-BasicOnboardChahst-csar.csar
2021-08-24T07:56:23.645Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardChahst-csar.csar
2021-08-24T07:56:23.984Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardChahst-csar.csar
2021-08-24T07:56:23.984Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardChahst-csar.csar
2021-08-24T07:56:24.877Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11032580472921685120/Definitions/service-BasicOnboardChahst-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-08-24T07:56:27.102Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-24T07:56:27.108Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T07:56:27.108Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardChahst-csar.csar
2021-08-24T07:56:27.108Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-24T07:56:27.108Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardChahst-csar.csar
2021-08-24T07:56:27.108Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardChahst-csar.csar
2021-08-24T07:56:27.109Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardChahst-csar.csar
2021-08-24T07:56:27.109Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardChahst-csar.csar
2021-08-24T07:56:27.109Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardChahst-csar.csar
2021-08-24T07:56:27.109Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardChahst-csar.csar
2021-08-24T07:56:27.109Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ChaHst 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-BasicOnboardChahst-csar.csar
2021-08-24T07:56:27.109Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardChahst-csar.csar
2021-08-24T07:56:27.109Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardChahst-csar.csar
2021-08-24T07:56:27.109Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T07:56:27.116Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:27.117Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ChaHst is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T07:56:27.127Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ChaHst 0 is matching search criteria
2021-08-24T07:56:27.128Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T07:56:27.129Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ChaHst 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T07:56:27.131Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:27.131Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ChaHst is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T07:56:27.132Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ChaHst 0 is matching search criteria
2021-08-24T07:56:27.132Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T07:56:27.132Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ChaHst 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T07:56:27.132Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:27.132Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ChaHst is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T07:56:27.135Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:27.136Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ChaHst 0 is not matching search criteria
2021-08-24T07:56:27.136Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-24T07:56:27.136Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-24T07:56:27.136Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-24T07:56:27.136Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-24T07:56:27.137Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-24T07:56:27.137Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:27.137Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ChaHst is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T07:56:27.138Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:27.138Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ChaHst 0 is matching search criteria
2021-08-24T07:56:27.139Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ChaHst 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T07:56:27.139Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:27.139Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ChaHst 0 is matching search criteria
2021-08-24T07:56:27.139Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ChaHst 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T07:56:27.140Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:27.140Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ChaHst 0 is matching search criteria
2021-08-24T07:56:27.140Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ChaHst 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T07:56:27.140Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:27.140Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ChaHst 0 is not matching search criteria
2021-08-24T07:56:27.140Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-24T07:56:27.141Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-24T07:56:27.141Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=28d9a61c-7d1f-4486-91d4-943dd5c888ad
2021-08-24T07:56:27.141Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:27.141Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ChaHst is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T07:56:27.141Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:27.142Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ChaHst is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T07:56:27.142Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:27.142Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ChaHst is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T07:56:27.142Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:27.142Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ChaHst is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T07:56:27.142Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ChaHst
Description:service
Model UUID:18e8d150-824c-48a7-b850-7be71f886af1
Model Version:NULL
Model InvariantUuid:c8bef4ed-9def-4ece-897b-18acff67d6ab
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ChaHst
Model UUID:a5fdc1ca-20e0-4819-aa6b-d255eb0a5b48
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d0c7e2b1-2e8c-4033-be98-2413ae8b4015
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9847487b-ebd6-432a-a2b9-822f421bfe8e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:92bfcd09-3d1b-4758-b7b4-61fe335f9dc1
ModelName:BasicOnboardChahst..base_ubuntu18..module-0
ModelUuid:4ed45877-0c31-48a0-94e2-f10b85e1de7d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:28d9a61c-7d1f-4486-91d4-943dd5c888ad
ModelInvariantUuid:9a31515f-1f60-4290-8cbd-0bd431886e7d
ModelName:basic_onboard_ChaHst-nodes.ubuntu18Cvfc
ModelUuid:0a1aeebf-55b5-4824-b467-50830b40fdca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:bc81db33-f92f-4aef-a77d-7560cbcbd6a0
ModelInvariantUuid:0064deca-c873-4bcb-aaf6-0ba2dba11a32
ModelName:BasicOnboardChahst.compute.nodes.heat.ubuntu18
ModelUuid:e5afec7d-7720-42f2-ab0f-a15846784b7c
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-08-24T07:56:27.161Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: fb62a87d-dc14-4cc6-b9f3-3f61685df622
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-08-24T07:56:27.321Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||basic_onboard_ChaHst 0
2021-08-24T07:56:27.338Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fb62a87d-dc14-4cc6-b9f3-3f61685df622
2021-08-24T07:56:27.338Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0c123cd3-594d-454c-9062-320f94037015 from URL: /sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json
2021-08-24T07:56:27.338Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T07:56:27.338Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json
2021-08-24T07:56:27.996Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T07:56:27.997Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json 0c123cd3-594d-454c-9062-320f94037015 798
2021-08-24T07:56:27.997Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json ASDC sendASDCNotification
2021-08-24T07:56:27.997Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json
2021-08-24T07:56:27.998Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T07:56:27.998Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T07:56:28.000Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T07:56:28.001Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791787997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T07:56:28.101Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T07:56:28.103Z||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-08-24T07:56:28.103Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:56:28.113Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:56:28.114Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-24T07:56:29.002Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardChahst..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "92bfcd09-3d1b-4758-b7b4-61fe335f9dc1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4ed45877-0c31-48a0-94e2-f10b85e1de7d",
"vfModuleModelCustomizationUUID": "059533d9-014e-41e3-9044-16b5d9ac5e67",
"isBase": true,
"artifacts": [
"cb9a3b47-396a-4025-bb1f-607a73f327df",
"9a3a294d-9140-41d7-84ee-080e81499144"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-24T07:56:29.023Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardChahst..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ed45877-0c31-48a0-94e2-f10b85e1de7d
VfModuleModelInvariantUUID:92bfcd09-3d1b-4758-b7b4-61fe335f9dc1
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb9a3b47-396a-4025-bb1f-607a73f327df
,
9a3a294d-9140-41d7-84ee-080e81499144
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-24T07:56:29.026Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardChahst..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "92bfcd09-3d1b-4758-b7b4-61fe335f9dc1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4ed45877-0c31-48a0-94e2-f10b85e1de7d",
"vfModuleModelCustomizationUUID": "059533d9-014e-41e3-9044-16b5d9ac5e67",
"isBase": true,
"artifacts": [
"cb9a3b47-396a-4025-bb1f-607a73f327df",
"9a3a294d-9140-41d7-84ee-080e81499144"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-24T07:56:29.026Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardChahst..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ed45877-0c31-48a0-94e2-f10b85e1de7d
VfModuleModelInvariantUUID:92bfcd09-3d1b-4758-b7b4-61fe335f9dc1
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb9a3b47-396a-4025-bb1f-607a73f327df
,
9a3a294d-9140-41d7-84ee-080e81499144
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-24T07:56:29.026Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cb9a3b47-396a-4025-bb1f-607a73f327df from URL: /sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml
2021-08-24T07:56:29.026Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T07:56:29.026Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml
2021-08-24T07:56:31.802Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T07:56:31.802Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml cb9a3b47-396a-4025-bb1f-607a73f327df 5033
2021-08-24T07:56:31.802Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-24T07:56:31.803Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml
2021-08-24T07:56:31.803Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T07:56:31.803Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T07:56:31.805Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T07:56:31.805Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791791802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T07:56:31.905Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T07:56:31.906Z||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-08-24T07:56:31.907Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:56:31.924Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:56:31.925Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-08-24T07:56:32.806Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9a3a294d-9140-41d7-84ee-080e81499144 from URL: /sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env
2021-08-24T07:56:32.806Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T07:56:32.807Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env
2021-08-24T07:56:34.246Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T07:56:34.247Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env 9a3a294d-9140-41d7-84ee-080e81499144 909
2021-08-24T07:56:34.248Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-24T07:56:34.249Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env
2021-08-24T07:56:34.249Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T07:56:34.250Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T07:56:34.255Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T07:56:34.255Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791794248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T07:56:34.355Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-08-24T07:56:34.356Z||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-08-24T07:56:34.356Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:56:34.369Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:56:34.369Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-24T07:56:35.259Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 18e8d150-824c-48a7-b850-7be71f886af1
2021-08-24T07:56:35.260Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ChaHst 0 fb62a87d-dc14-4cc6-b9f3-3f61685df622 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T07:56:35.326Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:35.327Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ChaHst is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T07:56:35.328Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-08-24T07:56:35.328Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 9847487b-ebd6-432a-a2b9-822f421bfe8e
2021-08-24T07:56:35.329Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9847487b-ebd6-432a-a2b9-822f421bfe8e matches Tosca VF Customization UUID: 9847487b-ebd6-432a-a2b9-822f421bfe8e
2021-08-24T07:56:35.329Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 9847487b-ebd6-432a-a2b9-822f421bfe8e 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-08-24T07:56:35.344Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:35.344Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ChaHst is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T07:56:35.346Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 9847487b-ebd6-432a-a2b9-822f421bfe8e: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-08-24T07:56:35.346Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2aef8d44
2021-08-24T07:56:35.347Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:35.347Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ChaHst is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T07:56:35.348Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 059533d9-014e-41e3-9044-16b5d9ac5e67
2021-08-24T07:56:35.349Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 059533d9-014e-41e3-9044-16b5d9ac5e67
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-08-24T07:56:35.371Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:35.372Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ChaHst 0 is matching search criteria
2021-08-24T07:56:35.372Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ChaHst 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T07:56:35.373Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:35.373Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ChaHst 0 is matching search criteria
2021-08-24T07:56:35.374Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ChaHst 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T07:56:35.374Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:35.374Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ChaHst 0 is not matching search criteria
2021-08-24T07:56:35.375Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-24T07:56:35.375Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-24T07:56:35.375Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=28d9a61c-7d1f-4486-91d4-943dd5c888ad
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-08-24T07:56:35.383Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:35.384Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ChaHst 0 is matching search criteria
2021-08-24T07:56:35.384Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ChaHst 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T07:56:35.384Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:35.384Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ChaHst 0 is matching search criteria
2021-08-24T07:56:35.384Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ChaHst 0] matching following query criteria: sdcType=VF, customizationUUID=9847487b-ebd6-432a-a2b9-822f421bfe8e
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-08-24T07:56:35.386Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:35.387Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ChaHst is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T07:56:35.387Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 18e8d150-824c-48a7-b850-7be71f886af1: basic_onboard_ChaHst
2021-08-24T07:56:35.387Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:35.388Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ChaHst is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T07:56:35.388Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:35.388Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ChaHst is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T07:56:35.389Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:35.389Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ChaHst is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T07:56:35.389Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:35.389Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ChaHst is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T07:56:35.389Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T07:56:35.390Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ChaHst is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T07:56:35.390Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_ChaHst
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-24T07:56:35.698Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ChaHst fb62a87d-dc14-4cc6-b9f3-3f61685df622 1 ASDC deployResourceStructure
2021-08-24T07:56:35.700Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json ASDC sendASDCNotification
2021-08-24T07:56:35.700Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json
2021-08-24T07:56:35.700Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T07:56:35.700Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T07:56:35.703Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T07:56:35.703Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791795700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-24T07:56:35.803Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T07:56:35.804Z||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-08-24T07:56:35.804Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:56:35.816Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:56:35.817Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-24T07:56:36.703Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-24T07:56:36.704Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml
2021-08-24T07:56:36.704Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T07:56:36.705Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T07:56:36.707Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T07:56:36.707Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791796703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-24T07:56:36.807Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T07:56:36.808Z||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-08-24T07:56:36.808Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:56:36.818Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:56:36.819Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-24T07:56:37.708Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-24T07:56:37.708Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env
2021-08-24T07:56:37.708Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T07:56:37.709Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T07:56:37.718Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T07:56:37.718Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791797708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-24T07:56:37.811Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-08-24T07:56:37.812Z||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-08-24T07:56:37.812Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:56:37.830Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:56:37.831Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-08-24T07:56:38.719Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar ASDC sendASDCNotification
2021-08-24T07:56:38.719Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar
2021-08-24T07:56:38.720Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T07:56:38.720Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T07:56:38.722Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T07:56:38.722Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791798719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T07:56:38.822Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T07:56:38.824Z||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-08-24T07:56:38.824Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:56:38.835Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:56:38.836Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-24T07:56:39.723Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb80f067-ada6-47d5-86dd-4260f9b0ff6e
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-08-24T07:56:39.744Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb80f067-ada6-47d5-86dd-4260f9b0ff6e
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-08-24T07:56:39.749Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T07:56:39.749Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-24T07:56:39.749Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-24T07:56:39.749Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-24T07:56:39.749Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T07:56:39.749Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T07:56:39.749Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T07:56:39.750Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T07:56:39.750Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T07:56:39.750Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-24T07:56:39.755Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-24T07:57:09.757Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb80f067-ada6-47d5-86dd-4260f9b0ff6e 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-08-24T07:57:09.778Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb80f067-ada6-47d5-86dd-4260f9b0ff6e and serviceModelVersionId: 18e8d150-824c-48a7-b850-7be71f886af1
2021-08-24T07:57:09.778Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c8bef4ed-9def-4ece-897b-18acff67d6ab
2021-08-24T07:57:13.923Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:57:13.925Z||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-08-24T07:57:13.925Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:57:13.967Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:57:13.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-24T07:57:13.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "clamp",
"timestamp": 1629791774264,
"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-08-24T07:57:13.995Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eb80f067-ada6-47d5-86dd-4260f9b0ff6e
2021-08-24T07:57:13.995Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb80f067-ada6-47d5-86dd-4260f9b0ff6e 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-08-24T07:57:31.166Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c8bef4ed-9def-4ece-897b-18acff67d6ab/model-vers/model-ver/18e8d150-824c-48a7-b850-7be71f886af1?depth=0
2021-08-24T07:57:31.328Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-08-24T07:57:31.865Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8bef4ed-9def-4ece-897b-18acff67d6ab/model-vers/model-ver/18e8d150-824c-48a7-b850-7be71f886af1?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-08-24T07:57:31.876Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8bef4ed-9def-4ece-897b-18acff67d6ab/model-vers/model-ver/18e8d150-824c-48a7-b850-7be71f886af1?depth=0|INFO|500||Invoke
2021-08-24T07:57:32.329Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8bef4ed-9def-4ece-897b-18acff67d6ab/model-vers/model-ver/18e8d150-824c-48a7-b850-7be71f886af1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-24T07:57:33.052Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8bef4ed-9def-4ece-897b-18acff67d6ab/model-vers/model-ver/18e8d150-824c-48a7-b850-7be71f886af1?depth=0|INFO|500||InvokeReturn
2021-08-24T07:57:33.054Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8bef4ed-9def-4ece-897b-18acff67d6ab/model-vers/model-ver/18e8d150-824c-48a7-b850-7be71f886af1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210824-07:57:32:443-58883], vertex-id=[164000], Content-Length=[0], Date=[Tue, 24 Aug 2021 07:57:32 GMT], Content-Type=[application/json]}
2021-08-24T07:57:33.055Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-08-24T07:57:33.059Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-24T07:57:33.059Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||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-08-24T07:57:33.068Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-24T07:57:33.070Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb80f067-ada6-47d5-86dd-4260f9b0ff6e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-24T07:57:33.073Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-24T07:57:33.074Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T07:57:33.082Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T07:57:33.083Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791853071,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T07:57:33.177Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-08-24T07:57:33.178Z||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-08-24T07:57:33.179Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:57:33.193Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:57:33.193Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-24T07:57:34.108Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:57:34.109Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:57:34.109Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:57:43.685Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:58:13.914Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:58:13.916Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:58:13.916Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:58:13.922Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:58:13.923Z||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-08-24T07:58:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:58:13.955Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:58:13.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T07:58:13.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791773914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:58:13.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T07:58:23.495Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:59:13.916Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:59:13.920Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T07:59:13.920Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:59:13.922Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T07:59:13.923Z||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-08-24T07:59:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T07:59:13.992Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T07:59:13.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T07:59:13.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791773914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T07:59:13.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T07:59:13.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T07:59:13.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791773914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-24T07:59:13.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T07:59:13.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T07:59:13.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791773914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:59:13.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T07:59:13.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T07:59:13.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791773914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-24T07:59:13.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T07:59:13.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T07:59:13.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791773914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T07:59:13.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T07:59:13.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T07:59:13.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791773914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T07:59:14.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T07:59:14.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T07:59:14.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791782607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T07:59:14.000Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T07:59:14.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T07:59:14.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791787997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T07:59:14.000Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T07:59:14.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T07:59:14.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791791802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T07:59:14.001Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T07:59:14.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T07:59:14.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791794248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T07:59:14.001Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T07:59:14.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T07:59:14.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791795700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/basic_onboard_chahst0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-24T07:59:14.001Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T07:59:14.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T07:59:14.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791796703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-24T07:59:14.002Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T07:59:14.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T07:59:14.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791797708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/resourceInstances/basic_onboard_chahst0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-24T07:59:14.002Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T07:59:14.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T07:59:14.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791798719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardChahst/1.0/artifacts/service-BasicOnboardChahst-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T07:59:14.003Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T07:59:23.524Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:00:13.915Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T08:00:13.918Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T08:00:13.919Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:00:13.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T08:00:13.922Z||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-08-24T08:00:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:00:14.496Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:00:14.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:00:14.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb80f067-ada6-47d5-86dd-4260f9b0ff6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629791853071,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T08:00:14.502Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:00:23.497Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:01:13.914Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T08:01:13.918Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T08:01:13.919Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:01:13.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T08:01:13.922Z||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-08-24T08:01:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:01:23.473Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:01:23.540Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:02:13.915Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T08:02:13.916Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T08:02:13.917Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:02:13.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T08:02:13.922Z||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-08-24T08:02:13.922Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:02:14.092Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:02:14.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:02:14.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "cds",
"timestamp": 1629792117428,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:02:14.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T08:02:14.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:02:14.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "dcae-sch",
"timestamp": 1629792119053,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:02:14.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T08:02:14.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:02:14.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "policy-id",
"timestamp": 1629792123509,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:02:14.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T08:02:14.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:02:14.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "cds",
"timestamp": 1629792117428,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:02:14.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T08:02:14.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:02:14.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "policy-id",
"timestamp": 1629792123509,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:02:14.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T08:02:14.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:02:14.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "dcae-sch",
"timestamp": 1629792119053,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:02:14.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T08:02:14.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:02:14.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792128101,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:02:14.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T08:02:14.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:02:14.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792128101,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:02:14.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T08:02:14.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:02:14.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "ves-openapi-manager",
"timestamp": 1629792130716,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:02:14.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T08:02:14.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:02:14.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "ves-openapi-manager",
"timestamp": 1629792130716,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:02:14.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T08:02:14.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:02:14.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "cds",
"timestamp": 1629792132513,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:02:14.100Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:02:14.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:02:14.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "policy-id",
"timestamp": 1629792132842,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:02:14.101Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:02:14.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:02:14.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "cds",
"timestamp": 1629792133529,
"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=?
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-08-24T08:02:14.135Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d064cd4d-51d9-4bcf-bfa5-fe0829031906
2021-08-24T08:02:14.139Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d064cd4d-51d9-4bcf-bfa5-fe0829031906 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-08-24T08:02:14.594Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:02:14.595Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T08:02:14.595Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d064cd4d-51d9-4bcf-bfa5-fe0829031906","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"1a5bab3c-5966-4890-9324-a5ae8fbbc32b","serviceDescription":"service","serviceInvariantUUID":"aa1326db-6646-4e1e-baa6-7032ad374cb6","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d96d94f1-9276-4577-b3d9-24613ca42450","resourceInvariantUUID":"5bc069ed-e8cd-46cb-9129-df207159b59a","resourceCustomizationUUID":"42a76f25-672e-46c7-b488-27c11e875331","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":"NjcxODgyMzkzYTU0YzU3NjBkZmQwNjg2NGNiMmYyZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b496203a-0909-45d9-8ebc-951035afe60d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWI3Yzg3NmVhNmNhMjU0NTFjNDVkYzFmNGJhYzMyMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07c41905-fdc3-47e5-a1e7-dfaed6951662","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-24T08:02:14.599Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T08:02:14.600Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:02:14.605Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:02:14.606Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792133914,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:02:14.705Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-24T08:02:14.705Z||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-08-24T08:02:14.706Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:02:14.717Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:02:14.717Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:02:15.606Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T08:02:15.608Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:02:15.610Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:02:15.611Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792133914,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:02:15.710Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T08:02:15.711Z||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-08-24T08:02:15.712Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:02:15.724Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:02:15.725Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:02:16.612Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "1a5bab3c-5966-4890-9324-a5ae8fbbc32b",
"serviceDescription": "service",
"serviceInvariantUUID": "aa1326db-6646-4e1e-baa6-7032ad374cb6",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "42a76f25-672e-46c7-b488-27c11e875331",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "d96d94f1-9276-4577-b3d9-24613ca42450",
"resourceInvariantUUID": "5bc069ed-e8cd-46cb-9129-df207159b59a",
"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": "MWI3Yzg3NmVhNmNhMjU0NTFjNDVkYzFmNGJhYzMyMWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "07c41905-fdc3-47e5-a1e7-dfaed6951662"
}
],
"workloadContext": "Production"
}
2021-08-24T08:02:16.614Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-24T08:02:16.614Z|eb80f067-ada6-47d5-86dd-4260f9b0ff6e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1a5bab3c-5966-4890-9324-a5ae8fbbc32b ASDC
2021-08-24T08:02:16.616Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d064cd4d-51d9-4bcf-bfa5-fe0829031906
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:1a5bab3c-5966-4890-9324-a5ae8fbbc32b
ServiceInvariantUUID:aa1326db-6646-4e1e-baa6-7032ad374cb6
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:07c41905-fdc3-47e5-a1e7-dfaed6951662
ArtifactChecksum:MWI3Yzg3NmVhNmNhMjU0NTFjNDVkYzFmNGJhYzMyMWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:42a76f25-672e-46c7-b488-27c11e875331
ResourceInvariantUUID:5bc069ed-e8cd-46cb-9129-df207159b59a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d96d94f1-9276-4577-b3d9-24613ca42450
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-08-24T08:02:16.617Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1a5bab3c-5966-4890-9324-a5ae8fbbc32b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-24T08:02:16.704Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T08:02:16.705Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T08:02:16.706Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T08:02:16.706Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 07c41905-fdc3-47e5-a1e7-dfaed6951662 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-24T08:02:16.706Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T08:02:16.707Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-24T08:02:18.148Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T08:02:18.152Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 07c41905-fdc3-47e5-a1e7-dfaed6951662 52174
2021-08-24T08:02:18.153Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-24T08:02:18.153Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-24T08:02:18.153Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T08:02:18.153Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:02:18.156Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:02:18.156Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792138153,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:02:18.257Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T08:02:18.258Z||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-08-24T08:02:18.258Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:02:18.269Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:02:18.269Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:02:19.158Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T08:02:19.167Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T08:02:19.168Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 07c41905-fdc3-47e5-a1e7-dfaed6951662, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T08:02:19.169Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-24T08:02:19.170Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T08:02:19.170Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T08:02:19.402Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13478292588961758974/Definitions/service-BasicNetwork-template.yml
2021-08-24T08:02:20.295Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-24T08:02:20.296Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T08:02:20.296Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T08:02:20.296Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-24T08:02:20.296Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T08:02:20.296Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T08:02:20.296Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T08:02:20.297Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T08:02:20.297Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T08:02:20.297Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T08:02:20.297Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T08:02:20.297Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T08:02:20.297Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T08:02:20.297Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:02:20.297Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:02:20.298Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-24T08:02:20.298Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T08:02:20.298Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T08:02:20.298Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:02:20.299Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:02:20.299Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-24T08:02:20.299Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T08:02:20.299Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T08:02:20.299Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:02:20.299Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:02:20.299Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:02:20.300Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:02:20.300Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:02:20.300Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:02:20.300Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:02:20.300Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:02:20.301Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:02:20.301Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:02:20.301Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:1a5bab3c-5966-4890-9324-a5ae8fbbc32b
Model Version:NULL
Model InvariantUuid:aa1326db-6646-4e1e-baa6-7032ad374cb6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:5bc069ed-e8cd-46cb-9129-df207159b59a
Model UUID:2c5262e5-bf30-47e6-b9d6-361a9767f12e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:42a76f25-672e-46c7-b488-27c11e875331
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-08-24T08:02:20.307Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: d96d94f1-9276-4577-b3d9-24613ca42450
2021-08-24T08:02:20.307Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||No resources found for Service: 1a5bab3c-5966-4890-9324-a5ae8fbbc32b
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-08-24T08:02:20.314Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||
2021-08-24T08:02:20.315Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-08-24T08:02:20.316Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 1a5bab3c-5966-4890-9324-a5ae8fbbc32b
2021-08-24T08:02:20.316Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 1a5bab3c-5966-4890-9324-a5ae8fbbc32b
2021-08-24T08:02:20.316Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-08-24T08:02:20.316Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-08-24T08:02:20.323Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:02:20.323Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:02:20.323Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:02:20.323Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:02:20.324Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 1a5bab3c-5966-4890-9324-a5ae8fbbc32b: Generic NeutronNet
2021-08-24T08:02:20.324Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:02:20.324Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:02:20.324Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:02:20.324Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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-08-24T08:02:20.367Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:02:20.368Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:02:20.368Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:02:20.368Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:02:20.368Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:02:20.368Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:02:20.369Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||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-08-24T08:02:20.423Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-08-24T08:02:20.423Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-24T08:02:20.423Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-24T08:02:20.423Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T08:02:20.424Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:02:20.426Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:02:20.426Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792140423,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T08:02:20.527Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-24T08:02:20.529Z||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-08-24T08:02:20.529Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:02:20.544Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:02:20.544Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-08-24T08:02:21.429Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d064cd4d-51d9-4bcf-bfa5-fe0829031906
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-08-24T08:02:21.449Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d064cd4d-51d9-4bcf-bfa5-fe0829031906
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-08-24T08:02:21.453Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T08:02:21.453Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T08:02:21.453Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T08:02:51.457Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d064cd4d-51d9-4bcf-bfa5-fe0829031906
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-08-24T08:02:51.499Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d064cd4d-51d9-4bcf-bfa5-fe0829031906
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-08-24T08:02:51.503Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T08:02:51.504Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T08:02:51.504Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T08:03:13.923Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T08:03:13.927Z||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-08-24T08:03:13.927Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:03:13.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:03:13.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:03:13.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "policy-id",
"timestamp": 1629792133851,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T08:03:13.957Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:03:21.505Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d064cd4d-51d9-4bcf-bfa5-fe0829031906
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-08-24T08:03:21.547Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d064cd4d-51d9-4bcf-bfa5-fe0829031906
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-08-24T08:03:21.559Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T08:03:21.560Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T08:03:21.561Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T08:03:51.563Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d064cd4d-51d9-4bcf-bfa5-fe0829031906
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-08-24T08:03:51.600Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d064cd4d-51d9-4bcf-bfa5-fe0829031906
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-08-24T08:03:51.607Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T08:03:51.607Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T08:03:51.607Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T08:04:13.923Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T08:04:13.926Z||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-08-24T08:04:13.928Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:04:14.469Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:04:14.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:04:14.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792133914,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:04:14.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T08:04:14.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:04:14.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "policy-id",
"timestamp": 1629792134863,
"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-08-24T08:04:14.501Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d064cd4d-51d9-4bcf-bfa5-fe0829031906
2021-08-24T08:04:14.502Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d064cd4d-51d9-4bcf-bfa5-fe0829031906 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-08-24T08:04:14.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:04:14.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792133914,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:04:14.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T08:04:14.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:04:14.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "aai-ml",
"timestamp": 1629792136714,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:04:14.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T08:04:14.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:04:14.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792138153,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:04:14.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:04:14.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:04:14.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "aai-ml",
"timestamp": 1629792136714,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:04:14.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T08:04:14.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:04:14.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792140423,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T08:04:14.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:04:14.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:04:14.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "aai-ml",
"timestamp": 1629792140461,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:04:14.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:04:14.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:04:14.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792141587,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:04:14.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T08:04:14.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:04:14.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792141587,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:04:14.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T08:04:14.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:04:14.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "clamp",
"timestamp": 1629792143080,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:04:14.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T08:04:14.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:04:14.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "clamp",
"timestamp": 1629792143080,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:04:14.538Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-24T08:04:14.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:04:14.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "aai-ml",
"timestamp": 1629792145263,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T08:04:14.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:04:14.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:04:14.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792145608,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:04:14.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:04:14.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:04:14.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "aai-ml",
"timestamp": 1629792146267,
"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-08-24T08:04:14.549Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d064cd4d-51d9-4bcf-bfa5-fe0829031906
2021-08-24T08:04:14.550Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d064cd4d-51d9-4bcf-bfa5-fe0829031906 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-08-24T08:04:14.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:04:14.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792147357,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T08:04:14.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:04:14.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:04:14.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792148364,
"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-08-24T08:04:14.597Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d064cd4d-51d9-4bcf-bfa5-fe0829031906
2021-08-24T08:04:14.597Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d064cd4d-51d9-4bcf-bfa5-fe0829031906 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-08-24T08:04:14.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:04:14.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "clamp",
"timestamp": 1629792158322,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:04:14.648Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:04:14.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:04:14.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "clamp",
"timestamp": 1629792160329,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T08:04:14.650Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:04:14.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-24T08:04:14.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "clamp",
"timestamp": 1629792161332,
"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-08-24T08:04:14.658Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d064cd4d-51d9-4bcf-bfa5-fe0829031906
2021-08-24T08:04:14.659Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d064cd4d-51d9-4bcf-bfa5-fe0829031906 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-08-24T08:04:21.608Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d064cd4d-51d9-4bcf-bfa5-fe0829031906
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-08-24T08:04:21.638Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d064cd4d-51d9-4bcf-bfa5-fe0829031906
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-08-24T08:04:21.663Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T08:04:21.664Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-24T08:04:21.664Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-24T08:04:21.665Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-24T08:04:21.665Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T08:04:21.667Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T08:04:21.667Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T08:04:21.668Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T08:04:21.668Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T08:04:21.668Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T08:04:21.669Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-24T08:04:21.679Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-24T08:04:51.679Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d064cd4d-51d9-4bcf-bfa5-fe0829031906 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-08-24T08:04:51.693Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d064cd4d-51d9-4bcf-bfa5-fe0829031906 and serviceModelVersionId: 1a5bab3c-5966-4890-9324-a5ae8fbbc32b
2021-08-24T08:04:51.694Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa1326db-6646-4e1e-baa6-7032ad374cb6
2021-08-24T08:04:51.697Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa1326db-6646-4e1e-baa6-7032ad374cb6/model-vers/model-ver/1a5bab3c-5966-4890-9324-a5ae8fbbc32b?depth=0
2021-08-24T08:04:51.716Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-08-24T08:04:51.860Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aa1326db-6646-4e1e-baa6-7032ad374cb6/model-vers/model-ver/1a5bab3c-5966-4890-9324-a5ae8fbbc32b?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-08-24T08:04:51.863Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aa1326db-6646-4e1e-baa6-7032ad374cb6/model-vers/model-ver/1a5bab3c-5966-4890-9324-a5ae8fbbc32b?depth=0|INFO|500||Invoke
2021-08-24T08:04:51.899Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aa1326db-6646-4e1e-baa6-7032ad374cb6/model-vers/model-ver/1a5bab3c-5966-4890-9324-a5ae8fbbc32b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-24T08:04:52.961Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aa1326db-6646-4e1e-baa6-7032ad374cb6/model-vers/model-ver/1a5bab3c-5966-4890-9324-a5ae8fbbc32b?depth=0|INFO|500||InvokeReturn
2021-08-24T08:04:52.965Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aa1326db-6646-4e1e-baa6-7032ad374cb6/model-vers/model-ver/1a5bab3c-5966-4890-9324-a5ae8fbbc32b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210824-08:04:51:923-96866], vertex-id=[225384], Content-Length=[0], Date=[Tue, 24 Aug 2021 08:04:51 GMT], Content-Type=[application/json]}
2021-08-24T08:04:52.965Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-08-24T08:04:52.966Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-24T08:04:52.966Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||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-08-24T08:04:52.972Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-24T08:04:52.972Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d064cd4d-51d9-4bcf-bfa5-fe0829031906 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-24T08:04:52.973Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-24T08:04:52.973Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:04:52.977Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:04:52.977Z|d064cd4d-51d9-4bcf-bfa5-fe0829031906|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792292973,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T08:04:53.077Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T08:04:53.078Z||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-08-24T08:04:53.078Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:04:53.091Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:04:53.092Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-24T08:04:53.992Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T08:04:53.993Z||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-08-24T08:04:53.993Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:05:04.239Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:05:04.240Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T08:05:04.241Z||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-08-24T08:05:04.241Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:05:13.783Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:05:13.913Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T08:05:13.917Z||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-08-24T08:05:13.917Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:05:13.922Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T08:05:13.922Z||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-08-24T08:05:13.923Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:05:14.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:05:14.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T08:05:14.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"618493f5-6679-4f67-876d-be682ddeec09","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"02b2cb2e-56e1-4942-9c04-06adf705e704","serviceDescription":"service","serviceInvariantUUID":"0b6fcf44-0288-4270-b868-23a5bfaa3560","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5873b8df-b050-48a7-bb9a-8560aa6f4c33","resourceInvariantUUID":"1b0e8f88-582f-43d2-9697-f32de1d64174","resourceCustomizationUUID":"ae26966c-c65d-4034-9e93-3f68aa07236c","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":"NzNkMTkwYzRkOWUwZmQyNjY4Zjk5YmE1ODc4MDNlZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff7dc7fa-e3b1-4179-94cd-105445e4a701","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":"MGUyYjdhZDg0NzI5YTRlZjg5MjM2OTZiMDQ0ZGExZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7d6d9a95-334f-4906-984c-7148fbb60e4f","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":"2d754f7a-7bbb-4ecd-bb7e-6aecb69d18fb","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":"72b7aeab-ae42-4e78-b8c4-668c04e03a00","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":"22a1913f-9390-409f-9f48-33997052b355","artifactVersion":"2","generatedFromUUID":"2d754f7a-7bbb-4ecd-bb7e-6aecb69d18fb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OGE3ZDg2MmNmM2NlOTBmNmQxOTEzNjEzN2VhZmQ0ZDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a4aff9f-b5aa-4693-9610-5bf9052be241","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MGFiZDZlYjg4ZTFlMmIyZGZiZmNlNThjOGZkYmVlN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef0f84b1-2433-42f7-902b-4c6ad369fa27","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-24T08:05:14.569Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T08:05:14.570Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:05:14.570Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:05:14.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:05:14.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d064cd4d-51d9-4bcf-bfa5-fe0829031906",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792292973,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T08:05:14.574Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:05:14.579Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:05:14.579Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792313913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:05:14.677Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-24T08:05:14.679Z||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-08-24T08:05:14.679Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:05:14.691Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:05:14.692Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-24T08:05:15.580Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T08:05:15.581Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:05:15.583Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:05:15.583Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792313913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T08:05:15.683Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T08:05:15.684Z||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-08-24T08:05:15.684Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:05:15.697Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:05:15.698Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:05:16.584Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T08:05:16.586Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:05:16.588Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:05:16.588Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792313913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-24T08:05:16.689Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T08:05:16.690Z||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-08-24T08:05:16.691Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:05:16.704Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:05:16.705Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:05:17.589Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T08:05:17.590Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:05:17.599Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:05:17.599Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792313913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:05:17.699Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T08:05:17.700Z||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-08-24T08:05:17.700Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:05:17.712Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:05:17.712Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:05:18.599Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T08:05:18.600Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:05:18.603Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:05:18.603Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792313913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-08-24T08:05:18.710Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-08-24T08:05:18.713Z||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-08-24T08:05:18.713Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:05:18.726Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:05:18.727Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:05:19.603Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T08:05:19.604Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:05:19.607Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:05:19.607Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792313913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:05:19.707Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T08:05:19.708Z||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-08-24T08:05:19.708Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:05:19.718Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:05:19.718Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:05:20.608Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T08:05:20.608Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:05:20.611Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:05:20.611Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792313913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:05:20.714Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-08-24T08:05:20.716Z||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-08-24T08:05:20.716Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:05:20.727Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:05:20.728Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-24T08:05:21.615Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "02b2cb2e-56e1-4942-9c04-06adf705e704",
"serviceDescription": "service",
"serviceInvariantUUID": "0b6fcf44-0288-4270-b868-23a5bfaa3560",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "ae26966c-c65d-4034-9e93-3f68aa07236c",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5873b8df-b050-48a7-bb9a-8560aa6f4c33",
"resourceInvariantUUID": "1b0e8f88-582f-43d2-9697-f32de1d64174",
"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": "MGUyYjdhZDg0NzI5YTRlZjg5MjM2OTZiMDQ0ZGExZTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7d6d9a95-334f-4906-984c-7148fbb60e4f",
"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": "2d754f7a-7bbb-4ecd-bb7e-6aecb69d18fb",
"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": "22a1913f-9390-409f-9f48-33997052b355",
"generatedFromUUID": "2d754f7a-7bbb-4ecd-bb7e-6aecb69d18fb"
},
"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": "22a1913f-9390-409f-9f48-33997052b355",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MGFiZDZlYjg4ZTFlMmIyZGZiZmNlNThjOGZkYmVlN2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ef0f84b1-2433-42f7-902b-4c6ad369fa27"
}
],
"workloadContext": "Production"
}
2021-08-24T08:05:21.615Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-24T08:05:21.615Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 02b2cb2e-56e1-4942-9c04-06adf705e704 ASDC
2021-08-24T08:05:21.617Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:618493f5-6679-4f67-876d-be682ddeec09
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:02b2cb2e-56e1-4942-9c04-06adf705e704
ServiceInvariantUUID:0b6fcf44-0288-4270-b868-23a5bfaa3560
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:ef0f84b1-2433-42f7-902b-4c6ad369fa27
ArtifactChecksum:MGFiZDZlYjg4ZTFlMmIyZGZiZmNlNThjOGZkYmVlN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ae26966c-c65d-4034-9e93-3f68aa07236c
ResourceInvariantUUID:1b0e8f88-582f-43d2-9697-f32de1d64174
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:5873b8df-b050-48a7-bb9a-8560aa6f4c33
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:7d6d9a95-334f-4906-984c-7148fbb60e4f
ArtifactChecksum:MGUyYjdhZDg0NzI5YTRlZjg5MjM2OTZiMDQ0ZGExZTk=
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:2d754f7a-7bbb-4ecd-bb7e-6aecb69d18fb
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:22a1913f-9390-409f-9f48-33997052b355
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:22a1913f-9390-409f-9f48-33997052b355
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-24T08:05:21.617Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02b2cb2e-56e1-4942-9c04-06adf705e704 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-08-24T08:05:21.730Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T08:05:21.732Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-08-24T08:05:21.732Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-08-24T08:05:21.733Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef0f84b1-2433-42f7-902b-4c6ad369fa27 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-24T08:05:21.733Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-08-24T08:05:21.734Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-24T08:05:23.817Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-08-24T08:05:23.820Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ef0f84b1-2433-42f7-902b-4c6ad369fa27 70860
2021-08-24T08:05:23.821Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-24T08:05:23.821Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-24T08:05:23.821Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T08:05:23.822Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:05:23.825Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:05:23.825Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792323821,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:05:23.925Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T08:05:23.927Z||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-08-24T08:05:23.927Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:05:23.944Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:05:23.945Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:05:24.831Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T08:05:24.832Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-08-24T08:05:24.833Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ef0f84b1-2433-42f7-902b-4c6ad369fa27, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-24T08:05:24.833Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-08-24T08:05:24.835Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-24T08:05:24.835Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-08-24T08:05:25.272Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7867510361816620142/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-08-24T08:05:26.841Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-24T08:05:26.842Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-08-24T08:05:26.842Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-24T08:05:26.842Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-24T08:05:26.843Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||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-08-24T08:05:26.845Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||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-08-24T08:05:26.845Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||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-08-24T08:05:26.845Z|618493f5-6679-4f67-876d-be682ddeec09|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-BasicVm-csar.csar
2021-08-24T08:05:26.846Z|618493f5-6679-4f67-876d-be682ddeec09|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-BasicVm-csar.csar
2021-08-24T08:05:26.846Z|618493f5-6679-4f67-876d-be682ddeec09|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-BasicVm-csar.csar
2021-08-24T08:05:26.846Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||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-08-24T08:05:26.847Z|618493f5-6679-4f67-876d-be682ddeec09|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-BasicVm-csar.csar
2021-08-24T08:05:26.847Z|618493f5-6679-4f67-876d-be682ddeec09|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-BasicVm-csar.csar
2021-08-24T08:05:26.847Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-08-24T08:05:26.848Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:26.848Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:05:26.849Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T08:05:26.849Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-08-24T08:05:26.850Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T08:05:26.850Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:26.850Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:05:26.851Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T08:05:26.851Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-08-24T08:05:26.852Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T08:05:26.852Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:26.853Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:05:26.854Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:26.855Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-24T08:05:26.855Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-24T08:05:26.855Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-24T08:05:26.856Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-24T08:05:26.856Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-24T08:05:26.856Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-24T08:05:26.857Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:26.857Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T08:05:26.857Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:26.858Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T08:05:26.858Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T08:05:26.859Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:26.859Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T08:05:26.859Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T08:05:26.860Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:26.860Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T08:05:26.860Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T08:05:26.861Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:26.862Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-24T08:05:26.862Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-24T08:05:26.863Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-24T08:05:26.863Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f8a921af-5794-46bc-b03b-875f1f77b19a
2021-08-24T08:05:26.864Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:26.864Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:05:26.865Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:26.866Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:05:26.867Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:26.867Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:05:26.868Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:26.868Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:05:26.868Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:02b2cb2e-56e1-4942-9c04-06adf705e704
Model Version:NULL
Model InvariantUuid:0b6fcf44-0288-4270-b868-23a5bfaa3560
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:91b8e301-b478-496b-80d5-fa6049cbe0f2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1b0e8f88-582f-43d2-9697-f32de1d64174
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ae26966c-c65d-4034-9e93-3f68aa07236c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f8899b15-bb4e-4a62-82b4-2cc203e34e79
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:348b4454-55c0-475f-88e9-8554fa582e95
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f8a921af-5794-46bc-b03b-875f1f77b19a
ModelInvariantUuid:55fab2df-9745-40d5-a8a1-c129df0db492
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:0620b65c-92d1-4a6d-9296-728503628402
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20
VNFC Properties:
ModelCustomizationUuid:9f81ce1f-3675-499a-aca5-741eb267ea41
ModelInvariantUuid:be158fa6-69f0-4b5f-84a8-4d75580b997a
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:f44b68b9-343f-43a2-9070-4e1a3c806f32
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-08-24T08:05:26.883Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 5873b8df-b050-48a7-bb9a-8560aa6f4c33
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-08-24T08:05:26.892Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||basic_vm 0
2021-08-24T08:05:26.892Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5873b8df-b050-48a7-bb9a-8560aa6f4c33
2021-08-24T08:05:26.893Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7d6d9a95-334f-4906-984c-7148fbb60e4f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-24T08:05:26.893Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-08-24T08:05:26.893Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||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-08-24T08:05:28.401Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-08-24T08:05:28.403Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7d6d9a95-334f-4906-984c-7148fbb60e4f 787
2021-08-24T08:05:28.404Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||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-08-24T08:05:28.405Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||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-08-24T08:05:28.405Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T08:05:28.406Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:05:28.409Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:05:28.409Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792328404,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:05:28.509Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T08:05:28.510Z||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-08-24T08:05:28.510Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:05:28.520Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:05:28.521Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:05:29.415Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "f8899b15-bb4e-4a62-82b4-2cc203e34e79",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "348b4454-55c0-475f-88e9-8554fa582e95",
"vfModuleModelCustomizationUUID": "1a0ed023-b8c8-422c-9bcb-b81ab41dca67",
"isBase": true,
"artifacts": [
"2d754f7a-7bbb-4ecd-bb7e-6aecb69d18fb",
"22a1913f-9390-409f-9f48-33997052b355"
],
"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-08-24T08:05:29.420Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:348b4454-55c0-475f-88e9-8554fa582e95
VfModuleModelInvariantUUID:f8899b15-bb4e-4a62-82b4-2cc203e34e79
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d754f7a-7bbb-4ecd-bb7e-6aecb69d18fb
,
22a1913f-9390-409f-9f48-33997052b355
}
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-08-24T08:05:29.422Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "f8899b15-bb4e-4a62-82b4-2cc203e34e79",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "348b4454-55c0-475f-88e9-8554fa582e95",
"vfModuleModelCustomizationUUID": "1a0ed023-b8c8-422c-9bcb-b81ab41dca67",
"isBase": true,
"artifacts": [
"2d754f7a-7bbb-4ecd-bb7e-6aecb69d18fb",
"22a1913f-9390-409f-9f48-33997052b355"
],
"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-08-24T08:05:29.422Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:348b4454-55c0-475f-88e9-8554fa582e95
VfModuleModelInvariantUUID:f8899b15-bb4e-4a62-82b4-2cc203e34e79
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d754f7a-7bbb-4ecd-bb7e-6aecb69d18fb
,
22a1913f-9390-409f-9f48-33997052b355
}
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-08-24T08:05:29.422Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2d754f7a-7bbb-4ecd-bb7e-6aecb69d18fb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-24T08:05:29.422Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-08-24T08:05:29.423Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||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-08-24T08:05:34.038Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-08-24T08:05:34.040Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2d754f7a-7bbb-4ecd-bb7e-6aecb69d18fb 5033
2021-08-24T08:05:34.040Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||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-08-24T08:05:34.041Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||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-08-24T08:05:34.041Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T08:05:34.041Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:05:34.047Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:05:34.047Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792334040,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:05:34.149Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-24T08:05:34.155Z||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-08-24T08:05:34.163Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:05:34.175Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:05:34.176Z||pool-33-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:05:35.048Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 22a1913f-9390-409f-9f48-33997052b355 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-24T08:05:35.048Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-08-24T08:05:35.048Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||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-08-24T08:05:37.135Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-08-24T08:05:37.136Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 22a1913f-9390-409f-9f48-33997052b355 903
2021-08-24T08:05:37.136Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||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-08-24T08:05:37.136Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||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-08-24T08:05:37.137Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T08:05:37.137Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:05:37.147Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:05:37.147Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792337136,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:05:37.263Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 116 ms
2021-08-24T08:05:37.264Z||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-08-24T08:05:37.264Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:05:37.277Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:05:37.278Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:05:38.153Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 02b2cb2e-56e1-4942-9c04-06adf705e704
2021-08-24T08:05:38.154Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 5873b8df-b050-48a7-bb9a-8560aa6f4c33 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-08-24T08:05:38.185Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:38.185Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:05:38.186Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-08-24T08:05:38.186Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= ae26966c-c65d-4034-9e93-3f68aa07236c
2021-08-24T08:05:38.186Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ae26966c-c65d-4034-9e93-3f68aa07236c matches Tosca VF Customization UUID: ae26966c-c65d-4034-9e93-3f68aa07236c
2021-08-24T08:05:38.187Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: ae26966c-c65d-4034-9e93-3f68aa07236c 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-08-24T08:05:38.190Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:38.191Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:05:38.192Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id ae26966c-c65d-4034-9e93-3f68aa07236c: {\"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-08-24T08:05:38.192Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@775589fb
2021-08-24T08:05:38.192Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:38.193Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T08:05:38.193Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1a0ed023-b8c8-422c-9bcb-b81ab41dca67
2021-08-24T08:05:38.193Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1a0ed023-b8c8-422c-9bcb-b81ab41dca67
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-08-24T08:05:38.196Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:38.197Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T08:05:38.197Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T08:05:38.197Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:38.197Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T08:05:38.198Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T08:05:38.198Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:38.198Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-24T08:05:38.198Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-24T08:05:38.199Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-24T08:05:38.199Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f8a921af-5794-46bc-b03b-875f1f77b19a
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-08-24T08:05:38.202Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:38.202Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T08:05:38.203Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T08:05:38.203Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:38.203Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T08:05:38.204Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ae26966c-c65d-4034-9e93-3f68aa07236c
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-08-24T08:05:38.205Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:38.206Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:05:38.206Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 02b2cb2e-56e1-4942-9c04-06adf705e704: basic_vm
2021-08-24T08:05:38.206Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:38.206Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:05:38.207Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:38.207Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:05:38.207Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:38.207Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:05:38.208Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:38.208Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:05:38.208Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:05:38.208Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:05:38.209Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-24T08:05:38.323Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 5873b8df-b050-48a7-bb9a-8560aa6f4c33 1 ASDC deployResourceStructure
2021-08-24T08:05:38.323Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-08-24T08:05:38.323Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-24T08:05:38.324Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T08:05:38.324Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:05:38.330Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:05:38.331Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792338323,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-24T08:05:38.431Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T08:05:38.432Z||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-08-24T08:05:38.432Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:05:38.442Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:05:38.443Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-24T08:05:39.331Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-08-24T08:05:39.332Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-24T08:05:39.332Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T08:05:39.333Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:05:39.338Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:05:39.338Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792339331,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2021-08-24T08:05:39.436Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-24T08:05:39.437Z||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-08-24T08:05:39.437Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:05:39.449Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:05:39.449Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:05:40.346Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-08-24T08:05:40.346Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-24T08:05:40.346Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T08:05:40.347Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:05:40.350Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:05:40.350Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792340346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2021-08-24T08:05:40.455Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-08-24T08:05:40.456Z||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-08-24T08:05:40.457Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:05:40.474Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:05:40.474Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:05:41.357Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-24T08:05:41.357Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-24T08:05:41.358Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T08:05:41.359Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:05:41.363Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:05:41.364Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792341357,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T08:05:41.463Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T08:05:41.463Z||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-08-24T08:05:41.464Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:05:41.474Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:05:41.475Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:05:42.369Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 618493f5-6679-4f67-876d-be682ddeec09
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-08-24T08:05:42.379Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 618493f5-6679-4f67-876d-be682ddeec09
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-08-24T08:05:42.409Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T08:05:42.410Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T08:05:42.410Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T08:06:12.410Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 618493f5-6679-4f67-876d-be682ddeec09
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-08-24T08:06:12.455Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 618493f5-6679-4f67-876d-be682ddeec09
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-08-24T08:06:12.461Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T08:06:12.461Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T08:06:12.462Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T08:06:13.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T08:06:13.925Z||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-08-24T08:06:13.925Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:06:14.107Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:06:14.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:06:14.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792313913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:06:14.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:06:42.462Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 618493f5-6679-4f67-876d-be682ddeec09
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-08-24T08:06:42.476Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 618493f5-6679-4f67-876d-be682ddeec09
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-08-24T08:06:42.479Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T08:06:42.479Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T08:06:42.479Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T08:07:12.480Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 618493f5-6679-4f67-876d-be682ddeec09
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-08-24T08:07:12.544Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 618493f5-6679-4f67-876d-be682ddeec09
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-08-24T08:07:12.557Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T08:07:12.557Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T08:07:12.563Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T08:07:13.923Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T08:07:13.925Z||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-08-24T08:07:13.925Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:07:13.948Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:07:13.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792308104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "cds",
"timestamp": 1629792312425,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "ves-openapi-manager",
"timestamp": 1629792310719,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792308104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T08:07:13.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792313913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T08:07:13.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "cds",
"timestamp": 1629792312425,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "ves-openapi-manager",
"timestamp": 1629792310719,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792308104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-24T08:07:13.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792313913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-24T08:07:13.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "cds",
"timestamp": 1629792312425,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "ves-openapi-manager",
"timestamp": 1629792310719,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "aai-ml",
"timestamp": 1629792316713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792313913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "cds",
"timestamp": 1629792312425,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "ves-openapi-manager",
"timestamp": 1629792310719,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792308104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "aai-ml",
"timestamp": 1629792316713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "cds",
"timestamp": 1629792312425,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792308104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-08-24T08:07:13.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "ves-openapi-manager",
"timestamp": 1629792310719,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792313913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-08-24T08:07:13.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "aai-ml",
"timestamp": 1629792316713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792313913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "cds",
"timestamp": 1629792312425,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "ves-openapi-manager",
"timestamp": 1629792310719,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792308104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "dcae-sch",
"timestamp": 1629792319053,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "aai-ml",
"timestamp": 1629792316713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792313913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:07:13.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "cds",
"timestamp": 1629792312425,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:07:13.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792308104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:07:13.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "ves-openapi-manager",
"timestamp": 1629792310719,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "dcae-sch",
"timestamp": 1629792319053,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "aai-ml",
"timestamp": 1629792316713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "dcae-sch",
"timestamp": 1629792319053,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792321589,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "aai-ml",
"timestamp": 1629792316713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.994Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "dcae-sch",
"timestamp": 1629792319053,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.994Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792323169,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:07:13.994Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:13.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792321589,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "cds",
"timestamp": 1629792323254,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:07:13.995Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:13.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "aai-ml",
"timestamp": 1629792316713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:07:13.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "clamp",
"timestamp": 1629792323080,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "dcae-sch",
"timestamp": 1629792319053,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792323821,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:07:13.996Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:13.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "policy-id",
"timestamp": 1629792323509,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792321589,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:13.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:13.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:13.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "cds",
"timestamp": 1629792324265,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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-08-24T08:07:14.011Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 618493f5-6679-4f67-876d-be682ddeec09
2021-08-24T08:07:14.011Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 618493f5-6679-4f67-876d-be682ddeec09 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-08-24T08:07:14.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "clamp",
"timestamp": 1629792323080,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T08:07:14.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "dcae-sch",
"timestamp": 1629792319053,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "policy-id",
"timestamp": 1629792323509,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792321589,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "clamp",
"timestamp": 1629792323080,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "dcae-sch",
"timestamp": 1629792319053,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "policy-id",
"timestamp": 1629792323509,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-24T08:07:14.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792326186,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:07:14.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792321589,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "clamp",
"timestamp": 1629792323080,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "aai-ml",
"timestamp": 1629792326766,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:07:14.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "policy-id",
"timestamp": 1629792323509,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792321589,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "clamp",
"timestamp": 1629792323080,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "policy-id",
"timestamp": 1629792323509,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792321589,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:07:14.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792328404,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:07:14.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792328458,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:07:14.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "clamp",
"timestamp": 1629792323080,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "policy-id",
"timestamp": 1629792323509,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792329501,
"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-08-24T08:07:14.096Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 618493f5-6679-4f67-876d-be682ddeec09
2021-08-24T08:07:14.097Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 618493f5-6679-4f67-876d-be682ddeec09 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-08-24T08:07:14.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "clamp",
"timestamp": 1629792323080,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:07:14.129Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "policy-id",
"timestamp": 1629792323509,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:07:14.129Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792330524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-24T08:07:14.130Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792333812,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:07:14.130Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792334040,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:07:14.139Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "policy-id",
"timestamp": 1629792335220,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:07:14.139Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "policy-id",
"timestamp": 1629792336226,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T08:07:14.141Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792336660,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T08:07:14.141Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792337136,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:07:14.141Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "policy-id",
"timestamp": 1629792337229,
"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-08-24T08:07:14.171Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 618493f5-6679-4f67-876d-be682ddeec09
2021-08-24T08:07:14.171Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 618493f5-6679-4f67-876d-be682ddeec09 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-08-24T08:07:14.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792337667,
"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-08-24T08:07:14.211Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 618493f5-6679-4f67-876d-be682ddeec09
2021-08-24T08:07:14.211Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 618493f5-6679-4f67-876d-be682ddeec09 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-08-24T08:07:14.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "aai-ml",
"timestamp": 1629792337734,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T08:07:14.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792338323,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-24T08:07:14.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "aai-ml",
"timestamp": 1629792338738,
"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-08-24T08:07:14.231Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 618493f5-6679-4f67-876d-be682ddeec09
2021-08-24T08:07:14.231Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 618493f5-6679-4f67-876d-be682ddeec09 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-08-24T08:07:14.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792339331,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2021-08-24T08:07:14.280Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "clamp",
"timestamp": 1629792339357,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:07:14.280Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792340346,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2021-08-24T08:07:14.281Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792341357,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T08:07:14.281Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "clamp",
"timestamp": 1629792341366,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T08:07:14.282Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "clamp",
"timestamp": 1629792342369,
"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-08-24T08:07:14.293Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 618493f5-6679-4f67-876d-be682ddeec09
2021-08-24T08:07:14.293Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 618493f5-6679-4f67-876d-be682ddeec09 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-08-24T08:07:14.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "aai-ml",
"timestamp": 1629792346713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "ves-openapi-manager",
"timestamp": 1629792350716,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "clamp",
"timestamp": 1629792353080,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792351587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792348098,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "aai-ml",
"timestamp": 1629792346713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "clamp",
"timestamp": 1629792353080,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792351587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "ves-openapi-manager",
"timestamp": 1629792350716,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792348098,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-08-24T08:07:14.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "cds",
"timestamp": 1629792357427,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "aai-ml",
"timestamp": 1629792346713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "clamp",
"timestamp": 1629792353080,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792351587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "ves-openapi-manager",
"timestamp": 1629792350716,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792348098,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2021-08-24T08:07:14.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "cds",
"timestamp": 1629792357427,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "aai-ml",
"timestamp": 1629792346713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "clamp",
"timestamp": 1629792353080,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T08:07:14.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792351587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "ves-openapi-manager",
"timestamp": 1629792350716,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792348098,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T08:07:14.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "dcae-sch",
"timestamp": 1629792359054,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "cds",
"timestamp": 1629792357427,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "clamp",
"timestamp": 1629792353080,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "aai-ml",
"timestamp": 1629792346713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792351587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "ves-openapi-manager",
"timestamp": 1629792350716,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792348098,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-08-24T08:07:14.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "dcae-sch",
"timestamp": 1629792359054,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "cds",
"timestamp": 1629792357427,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "clamp",
"timestamp": 1629792353080,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "aai-ml",
"timestamp": 1629792346713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792351587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "ves-openapi-manager",
"timestamp": 1629792350716,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792348098,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "dcae-sch",
"timestamp": 1629792359054,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "cds",
"timestamp": 1629792357427,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "clamp",
"timestamp": 1629792353080,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792351587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "aai-ml",
"timestamp": 1629792346713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "ves-openapi-manager",
"timestamp": 1629792350716,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792348098,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2021-08-24T08:07:14.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "dcae-sch",
"timestamp": 1629792359054,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "cds",
"timestamp": 1629792357427,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "clamp",
"timestamp": 1629792353080,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "aai-ml",
"timestamp": 1629792346713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.348Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792351587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.348Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "ves-openapi-manager",
"timestamp": 1629792350716,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792348098,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "dcae-sch",
"timestamp": 1629792359054,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "cds",
"timestamp": 1629792357427,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "policy-id",
"timestamp": 1629792363509,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "clamp",
"timestamp": 1629792353080,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:07:14.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "aai-ml",
"timestamp": 1629792346713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:07:14.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792351587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:07:14.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "ves-openapi-manager",
"timestamp": 1629792350716,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792348098,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:07:14.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "dcae-sch",
"timestamp": 1629792359054,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "cds",
"timestamp": 1629792357427,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "policy-id",
"timestamp": 1629792363509,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "dcae-sch",
"timestamp": 1629792359054,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "cds",
"timestamp": 1629792357427,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:07:14.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "policy-id",
"timestamp": 1629792363509,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "dcae-sch",
"timestamp": 1629792359054,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "aai-ml",
"timestamp": 1629792366839,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:07:14.357Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792366920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:07:14.359Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792367005,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:07:14.359Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "policy-id",
"timestamp": 1629792363509,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "dcae-sch",
"timestamp": 1629792359054,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "policy-id",
"timestamp": 1629792363509,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-08-24T08:07:14.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "policy-id",
"timestamp": 1629792363509,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792369262,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T08:07:14.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "cds",
"timestamp": 1629792369474,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:07:14.363Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792370061,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:07:14.364Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:14.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "policy-id",
"timestamp": 1629792363509,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629792370266,
"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=?
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-08-24T08:07:14.383Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8d90017c-e933-4ffb-a554-afc2ab2d6054
2021-08-24T08:07:14.383Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d90017c-e933-4ffb-a554-afc2ab2d6054 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-08-24T08:07:14.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "cds",
"timestamp": 1629792370490,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-08-24T08:07:14.402Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8d90017c-e933-4ffb-a554-afc2ab2d6054
2021-08-24T08:07:14.402Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d90017c-e933-4ffb-a554-afc2ab2d6054 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-08-24T08:07:14.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "policy-id",
"timestamp": 1629792363509,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:07:14.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "policy-id",
"timestamp": 1629792363509,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:07:14.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-24T08:07:14.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:07:14.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792373208,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:07:14.419Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:07:42.567Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 618493f5-6679-4f67-876d-be682ddeec09
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-08-24T08:07:42.596Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 618493f5-6679-4f67-876d-be682ddeec09
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-08-24T08:07:42.615Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T08:07:42.616Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-24T08:07:42.616Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-24T08:07:42.616Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-24T08:07:42.616Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T08:07:42.616Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T08:07:42.616Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T08:07:42.616Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T08:07:42.616Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T08:07:42.617Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T08:07:42.617Z|618493f5-6679-4f67-876d-be682ddeec09|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-08-24T08:07:42.641Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-24T08:08:12.642Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 618493f5-6679-4f67-876d-be682ddeec09 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-08-24T08:08:12.657Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 618493f5-6679-4f67-876d-be682ddeec09 and serviceModelVersionId: 02b2cb2e-56e1-4942-9c04-06adf705e704
2021-08-24T08:08:12.657Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b6fcf44-0288-4270-b868-23a5bfaa3560
2021-08-24T08:08:12.660Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b6fcf44-0288-4270-b868-23a5bfaa3560/model-vers/model-ver/02b2cb2e-56e1-4942-9c04-06adf705e704?depth=0
2021-08-24T08:08:12.671Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-08-24T08:08:12.750Z|618493f5-6679-4f67-876d-be682ddeec09|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/0b6fcf44-0288-4270-b868-23a5bfaa3560/model-vers/model-ver/02b2cb2e-56e1-4942-9c04-06adf705e704?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-08-24T08:08:12.753Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0b6fcf44-0288-4270-b868-23a5bfaa3560/model-vers/model-ver/02b2cb2e-56e1-4942-9c04-06adf705e704?depth=0|INFO|500||Invoke
2021-08-24T08:08:12.777Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0b6fcf44-0288-4270-b868-23a5bfaa3560/model-vers/model-ver/02b2cb2e-56e1-4942-9c04-06adf705e704?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-24T08:08:13.823Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0b6fcf44-0288-4270-b868-23a5bfaa3560/model-vers/model-ver/02b2cb2e-56e1-4942-9c04-06adf705e704?depth=0|INFO|500||InvokeReturn
2021-08-24T08:08:13.824Z|618493f5-6679-4f67-876d-be682ddeec09|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/0b6fcf44-0288-4270-b868-23a5bfaa3560/model-vers/model-ver/02b2cb2e-56e1-4942-9c04-06adf705e704?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210824-08:08:12:802-2796], vertex-id=[389184], Content-Length=[0], Date=[Tue, 24 Aug 2021 08:08:12 GMT], Content-Type=[application/json]}
2021-08-24T08:08:13.825Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-08-24T08:08:13.825Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-24T08:08:13.825Z|618493f5-6679-4f67-876d-be682ddeec09|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-08-24T08:08:13.830Z|618493f5-6679-4f67-876d-be682ddeec09|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-08-24T08:08:13.831Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 618493f5-6679-4f67-876d-be682ddeec09 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-24T08:08:13.831Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-24T08:08:13.832Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:08:13.835Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:08:13.835Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "618493f5-6679-4f67-876d-be682ddeec09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792493831,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T08:08:13.923Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T08:08:13.924Z||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-08-24T08:08:13.924Z||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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:08:13.935Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T08:08:13.936Z||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-08-24T08:08:13.936Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:08:13.947Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:08:13.948Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:08:13.959Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:08:13.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:08:13.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "clamp",
"timestamp": 1629792375361,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:08:13.962Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:08:13.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:08:13.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "policy-id",
"timestamp": 1629792375546,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:08:13.963Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:08:13.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:08:13.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792376261,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:08:13.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:08:13.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:08:13.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "clamp",
"timestamp": 1629792376379,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T08:08:13.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:08:13.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:08:13.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "policy-id",
"timestamp": 1629792376559,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T08:08:13.971Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:08:13.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:08:13.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "aai-ml",
"timestamp": 1629792377034,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T08:08:13.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T08:08:13.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:08:13.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792377334,
"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-08-24T08:08:13.986Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d90017c-e933-4ffb-a554-afc2ab2d6054
2021-08-24T08:08:13.988Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d90017c-e933-4ffb-a554-afc2ab2d6054 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-08-24T08:08:14.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:08:14.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "clamp",
"timestamp": 1629792377382,
"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-08-24T08:08:14.073Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8d90017c-e933-4ffb-a554-afc2ab2d6054
2021-08-24T08:08:14.074Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d90017c-e933-4ffb-a554-afc2ab2d6054 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-08-24T08:08:14.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:08:14.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "policy-id",
"timestamp": 1629792377562,
"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-08-24T08:08:14.107Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d90017c-e933-4ffb-a554-afc2ab2d6054
2021-08-24T08:08:14.107Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d90017c-e933-4ffb-a554-afc2ab2d6054 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-08-24T08:08:14.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:08:14.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "aai-ml",
"timestamp": 1629792378038,
"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-08-24T08:08:14.131Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8d90017c-e933-4ffb-a554-afc2ab2d6054
2021-08-24T08:08:14.131Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d90017c-e933-4ffb-a554-afc2ab2d6054 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-08-24T08:08:14.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-24T08:08:14.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629792378342,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-24T08:08:14.140Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-24T08:08:14.863Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T08:08:14.864Z|618493f5-6679-4f67-876d-be682ddeec09|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-08-24T08:08:14.864Z|618493f5-6679-4f67-876d-be682ddeec09|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 LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:08:19.225Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:08:19.227Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T08:08:19.227Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"8d90017c-e933-4ffb-a554-afc2ab2d6054","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"101acd4e-b7c7-4629-86fd-87fa1b44e665","serviceDescription":"service","serviceInvariantUUID":"89694c05-91c9-4ce8-bd44-6a2422039eed","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fbe04b29-2e29-41bc-922d-96651cb2341a","resourceInvariantUUID":"b8bdf94d-943f-43c1-b06d-653229dce306","resourceCustomizationUUID":"93481fc1-bf0b-414e-8293-7525be8a62bc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"MTU1MmU3MzZiMmE1OGZjNzEyZTVmY2I1YWJlOWY3ODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe251ad5-d546-42b7-80a9-91d5974662df","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72369278-41ae-444a-a36f-e9900344fecd","artifactVersion":"2","generatedFromUUID":"ad26c84d-1643-4462-a3ec-8ea46ca3c65c"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ad26c84d-1643-4462-a3ec-8ea46ca3c65c","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"Y2M5MmY3OGE1MmJkMWY1MjIyNWNjMzJkOGIzOWRhOTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"14fd5c51-347f-4c0e-976a-6add6c2ec02c","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"86814ecc-9d1b-4624-ac28-4cc6866a20a3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"01a9b8c7-37f8-40ed-891f-b320099a3987","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1eb30177-8598-48e5-a151-6b955e345044","artifactVersion":"2","generatedFromUUID":"86814ecc-9d1b-4624-ac28-4cc6866a20a3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OWQzZjA5YmE3ZGVmYWZhYzRmZTI3YWFiZGJkYjk0MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f7b6c70-5daf-4663-8231-8f1af9aab7fb","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzEyYmFmOWUzNWQxMTkyMDRiNjdjMWQ5NTQyMmRhZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"579fe930-eb8f-4df3-987e-53397b21bb10","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-24T08:08:19.232Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T08:08:19.232Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:08:19.234Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:08:19.235Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792494863,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:08:19.335Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T08:08:19.336Z||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-08-24T08:08:19.336Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:08:19.367Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:08:19.367Z||pool-40-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2021-08-24T08:08:20.235Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T08:08:20.236Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:08:20.240Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:08:20.240Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792494863,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-08-24T08:08:20.347Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-08-24T08:08:20.349Z||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-08-24T08:08:20.350Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:08:20.375Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:08:20.376Z||pool-41-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2021-08-24T08:08:21.241Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T08:08:21.245Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:08:21.247Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:08:21.248Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792494863,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2021-08-24T08:08:21.350Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-24T08:08:21.351Z||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-08-24T08:08:21.351Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:08:21.368Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:08:21.369Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:08:22.249Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T08:08:22.251Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:08:22.254Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:08:22.254Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792494863,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T08:08:22.355Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T08:08:22.357Z||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-08-24T08:08:22.357Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:08:22.368Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:08:22.368Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:08:23.257Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T08:08:23.258Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:08:23.263Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:08:23.263Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792494863,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-08-24T08:08:23.363Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T08:08:23.364Z||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-08-24T08:08:23.364Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:08:23.377Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:08:23.377Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:08:24.265Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T08:08:24.266Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:08:24.270Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:08:24.271Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792494863,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:08:24.372Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T08:08:24.373Z||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-08-24T08:08:24.373Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:08:24.384Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:08:24.385Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:08:25.272Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T08:08:25.272Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:08:25.275Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:08:25.275Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792494863,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2021-08-24T08:08:25.375Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T08:08:25.376Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-24T08:08:25.377Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:08:25.387Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:08:25.388Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:08:26.276Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T08:08:26.276Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:08:26.279Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:08:26.279Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792494863,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T08:08:26.379Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T08:08:26.380Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-24T08:08:26.380Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:08:26.391Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:08:26.392Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-24T08:08:27.280Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T08:08:27.281Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:08:27.284Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:08:27.284Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792494863,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T08:08:27.384Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T08:08:27.385Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-24T08:08:27.385Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:08:27.411Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:08:27.412Z||pool-48-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:08:28.285Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "101acd4e-b7c7-4629-86fd-87fa1b44e665",
"serviceDescription": "service",
"serviceInvariantUUID": "89694c05-91c9-4ce8-bd44-6a2422039eed",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "93481fc1-bf0b-414e-8293-7525be8a62bc",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fbe04b29-2e29-41bc-922d-96651cb2341a",
"resourceInvariantUUID": "b8bdf94d-943f-43c1-b06d-653229dce306",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "72369278-41ae-444a-a36f-e9900344fecd",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ad26c84d-1643-4462-a3ec-8ea46ca3c65c",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "Y2M5MmY3OGE1MmJkMWY1MjIyNWNjMzJkOGIzOWRhOTc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "14fd5c51-347f-4c0e-976a-6add6c2ec02c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "86814ecc-9d1b-4624-ac28-4cc6866a20a3",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1eb30177-8598-48e5-a151-6b955e345044",
"generatedFromUUID": "86814ecc-9d1b-4624-ac28-4cc6866a20a3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1eb30177-8598-48e5-a151-6b955e345044",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "YzEyYmFmOWUzNWQxMTkyMDRiNjdjMWQ5NTQyMmRhZDM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "579fe930-eb8f-4df3-987e-53397b21bb10"
}
],
"workloadContext": "Production"
}
2021-08-24T08:08:28.286Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-24T08:08:28.286Z|618493f5-6679-4f67-876d-be682ddeec09|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 101acd4e-b7c7-4629-86fd-87fa1b44e665 ASDC
2021-08-24T08:08:28.287Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8d90017c-e933-4ffb-a554-afc2ab2d6054
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:101acd4e-b7c7-4629-86fd-87fa1b44e665
ServiceInvariantUUID:89694c05-91c9-4ce8-bd44-6a2422039eed
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:579fe930-eb8f-4df3-987e-53397b21bb10
ArtifactChecksum:YzEyYmFmOWUzNWQxMTkyMDRiNjdjMWQ5NTQyMmRhZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:93481fc1-bf0b-414e-8293-7525be8a62bc
ResourceInvariantUUID:b8bdf94d-943f-43c1-b06d-653229dce306
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:fbe04b29-2e29-41bc-922d-96651cb2341a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:72369278-41ae-444a-a36f-e9900344fecd
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:ad26c84d-1643-4462-a3ec-8ea46ca3c65c
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:14fd5c51-347f-4c0e-976a-6add6c2ec02c
ArtifactChecksum:Y2M5MmY3OGE1MmJkMWY1MjIyNWNjMzJkOGIzOWRhOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:86814ecc-9d1b-4624-ac28-4cc6866a20a3
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:1eb30177-8598-48e5-a151-6b955e345044
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:1eb30177-8598-48e5-a151-6b955e345044
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-24T08:08:28.288Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 101acd4e-b7c7-4629-86fd-87fa1b44e665 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-24T08:08:28.419Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T08:08:28.420Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-08-24T08:08:28.420Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-08-24T08:08:28.420Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 579fe930-eb8f-4df3-987e-53397b21bb10 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-24T08:08:28.421Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-08-24T08:08:28.421Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-24T08:08:30.004Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-08-24T08:08:30.008Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 579fe930-eb8f-4df3-987e-53397b21bb10 68753
2021-08-24T08:08:30.008Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-08-24T08:08:30.009Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-24T08:08:30.009Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T08:08:30.009Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:08:30.012Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:08:30.012Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792510008,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:08:30.113Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-24T08:08:30.114Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-24T08:08:30.114Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:08:30.140Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:08:30.141Z||pool-49-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2021-08-24T08:08:31.012Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T08:08:31.014Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-08-24T08:08:31.014Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 579fe930-eb8f-4df3-987e-53397b21bb10, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-24T08:08:31.015Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-08-24T08:08:31.016Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-24T08:08:31.016Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-24T08:08:31.304Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14735705992749980072/Definitions/service-BasicCnf-template.yml
2021-08-24T08:08:32.774Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-24T08:08:32.774Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-08-24T08:08:32.775Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-24T08:08:32.775Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-08-24T08:08:32.775Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-24T08:08:32.775Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-24T08:08:32.775Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|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-BasicCnf-csar.csar
2021-08-24T08:08:32.776Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2021-08-24T08:08:32.776Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-08-24T08:08:32.776Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:08:32.777Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:08:32.777Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-24T08:08:32.777Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-08-24T08:08:32.778Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T08:08:32.778Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:08:32.778Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:08:32.779Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-24T08:08:32.779Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-08-24T08:08:32.779Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T08:08:32.779Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:08:32.780Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:08:32.780Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:08:32.781Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-24T08:08:32.781Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-08-24T08:08:32.782Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2021-08-24T08:08:32.782Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-24T08:08:32.783Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:08:32.783Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T08:08:32.783Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:08:32.784Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-24T08:08:32.784Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T08:08:32.784Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:08:32.785Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-24T08:08:32.785Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T08:08:32.786Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:08:32.786Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-24T08:08:32.786Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T08:08:32.787Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:08:32.787Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-24T08:08:32.788Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-08-24T08:08:32.788Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fc05e0f7-8856-4728-9ecf-02dfb45cade3
2021-08-24T08:08:32.788Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:08:32.788Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:08:32.789Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:08:32.789Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:08:32.789Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:08:32.789Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:08:32.790Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:08:32.790Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:08:32.790Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:101acd4e-b7c7-4629-86fd-87fa1b44e665
Model Version:NULL
Model InvariantUuid:89694c05-91c9-4ce8-bd44-6a2422039eed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:78af43f2-ac17-4669-bacf-bc36804216bc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b8bdf94d-943f-43c1-b06d-653229dce306
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:93481fc1-bf0b-414e-8293-7525be8a62bc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:083830f2-0208-47fa-a7ee-48e44123aec2
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:d97c7162-8619-4a07-a8be-44929c72a47c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:fc05e0f7-8856-4728-9ecf-02dfb45cade3
ModelInvariantUuid:f6fbaa86-f08e-4770-8b5f-1795afb3e06c
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:47b9d170-4e34-4962-b840-238c56c4ee33
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:0f362262-614b-4b34-8d31-147d82d28ad5
ModelInvariantUuid:abd757a8-e7ca-4eb7-a528-5079c61ef012
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:2cd30e2d-a906-4165-a97c-c3c33ec2004c
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-08-24T08:08:32.796Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fbe04b29-2e29-41bc-922d-96651cb2341a
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-08-24T08:08:32.802Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||basic_cnf 0
2021-08-24T08:08:32.802Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fbe04b29-2e29-41bc-922d-96651cb2341a
2021-08-24T08:08:32.802Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 72369278-41ae-444a-a36f-e9900344fecd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-24T08:08:32.803Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-08-24T08:08:32.803Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-24T08:08:34.445Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-08-24T08:08:34.448Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 72369278-41ae-444a-a36f-e9900344fecd 12
2021-08-24T08:08:34.448Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-08-24T08:08:34.449Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-24T08:08:34.449Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T08:08:34.450Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:08:34.454Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:08:34.454Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792514448,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:08:34.554Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T08:08:34.556Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-24T08:08:34.556Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:08:34.568Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:08:34.569Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:08:35.456Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ad26c84d-1643-4462-a3ec-8ea46ca3c65c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-24T08:08:35.457Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-08-24T08:08:35.458Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-24T08:08:36.745Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-08-24T08:08:36.747Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ad26c84d-1643-4462-a3ec-8ea46ca3c65c 2688
2021-08-24T08:08:36.748Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-08-24T08:08:36.749Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-24T08:08:36.749Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T08:08:36.749Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:08:36.753Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:08:36.754Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792516748,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:08:36.854Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T08:08:36.855Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-24T08:08:36.855Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:08:36.871Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:08:36.871Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:08:37.755Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 14fd5c51-347f-4c0e-976a-6add6c2ec02c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-24T08:08:37.756Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-08-24T08:08:37.756Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-24T08:08:38.947Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-08-24T08:08:38.951Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 14fd5c51-347f-4c0e-976a-6add6c2ec02c 828
2021-08-24T08:08:38.951Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-08-24T08:08:38.951Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-24T08:08:38.952Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T08:08:38.952Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:08:38.955Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:08:38.955Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792518951,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:08:39.057Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-24T08:08:39.059Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-24T08:08:39.059Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:08:39.071Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:08:39.071Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-24T08:08:39.967Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "083830f2-0208-47fa-a7ee-48e44123aec2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d97c7162-8619-4a07-a8be-44929c72a47c",
"vfModuleModelCustomizationUUID": "d1451e03-e56e-464c-a8f6-7f77d4fee63a",
"isBase": true,
"artifacts": [
"ad26c84d-1643-4462-a3ec-8ea46ca3c65c",
"86814ecc-9d1b-4624-ac28-4cc6866a20a3",
"1eb30177-8598-48e5-a151-6b955e345044"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-24T08:08:39.972Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d97c7162-8619-4a07-a8be-44929c72a47c
VfModuleModelInvariantUUID:083830f2-0208-47fa-a7ee-48e44123aec2
VfModuleModelDescription:NULL
Artifacts UUID List:{
ad26c84d-1643-4462-a3ec-8ea46ca3c65c
,
86814ecc-9d1b-4624-ac28-4cc6866a20a3
,
1eb30177-8598-48e5-a151-6b955e345044
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
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-08-24T08:08:39.976Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "083830f2-0208-47fa-a7ee-48e44123aec2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d97c7162-8619-4a07-a8be-44929c72a47c",
"vfModuleModelCustomizationUUID": "d1451e03-e56e-464c-a8f6-7f77d4fee63a",
"isBase": true,
"artifacts": [
"ad26c84d-1643-4462-a3ec-8ea46ca3c65c",
"86814ecc-9d1b-4624-ac28-4cc6866a20a3",
"1eb30177-8598-48e5-a151-6b955e345044"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-24T08:08:39.976Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d97c7162-8619-4a07-a8be-44929c72a47c
VfModuleModelInvariantUUID:083830f2-0208-47fa-a7ee-48e44123aec2
VfModuleModelDescription:NULL
Artifacts UUID List:{
ad26c84d-1643-4462-a3ec-8ea46ca3c65c
,
86814ecc-9d1b-4624-ac28-4cc6866a20a3
,
1eb30177-8598-48e5-a151-6b955e345044
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
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-08-24T08:08:39.976Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 86814ecc-9d1b-4624-ac28-4cc6866a20a3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-24T08:08:39.977Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-08-24T08:08:39.977Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-24T08:08:40.655Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-08-24T08:08:40.656Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 86814ecc-9d1b-4624-ac28-4cc6866a20a3 1164
2021-08-24T08:08:40.656Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-08-24T08:08:40.657Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-24T08:08:40.657Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T08:08:40.658Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:08:40.660Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:08:40.660Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792520656,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:08:40.762Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-24T08:08:40.764Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-24T08:08:40.764Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:08:40.778Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:08:40.779Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:08:41.661Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1eb30177-8598-48e5-a151-6b955e345044 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-24T08:08:41.662Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-08-24T08:08:41.662Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-24T08:08:42.864Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-08-24T08:08:42.865Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 1eb30177-8598-48e5-a151-6b955e345044 200
2021-08-24T08:08:42.865Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-08-24T08:08:42.865Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-24T08:08:42.865Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T08:08:42.866Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-24T08:08:42.869Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T08:08:42.869Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d90017c-e933-4ffb-a554-afc2ab2d6054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629792522865,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T08:08:42.969Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T08:08:42.970Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-24T08:08:42.970Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LJl7ZAzKB2dOJFTl) ...
2021-08-24T08:08:42.981Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T08:08:42.982Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-24T08:08:43.870Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 101acd4e-b7c7-4629-86fd-87fa1b44e665
2021-08-24T08:08:43.870Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 fbe04b29-2e29-41bc-922d-96651cb2341a ASDC
2021-08-24T08:08:43.892Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T08:08:43.907Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T08:08:43.908Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T08:08:43.908Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-08-24T08:08:43.908Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 93481fc1-bf0b-414e-8293-7525be8a62bc
2021-08-24T08:08:43.908Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 93481fc1-bf0b-414e-8293-7525be8a62bc matches Tosca VF Customization UUID: 93481fc1-bf0b-414e-8293-7525be8a62bc
2021-08-24T08:08:43.909Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 93481fc1-bf0b-414e-8293-7525be8a62bc 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-08-24T08:08:43.911Z|8d90017c-e933-4ffb-a554-afc2ab2d6054|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery