By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-09-04T02:01:25.156Z||main|||||INFO|500||The following profiles are active: basic
2021-09-04T02:01:33.923Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-04T02:01:33.924Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-04T02:01:34.012Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-04T02:01:36.099Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-04T02:01:36.247Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-04T02:01:36.616Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-04T02:01:36.622Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-04T02:01:36.694Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-04T02:01:36.802Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-04T02:01:37.156Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-04T02:01:37.964Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-04T02:01:39.793Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-04T02:01:39.842Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-04T02:01:40.304Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-04T02:01:40.536Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-09-04T02:01:41.604Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-04T02:01:42.514Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-04T02:01:42.528Z||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$$7fa680a9.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-09-04T02:01:42.529Z||main|||||WARN|500||The sdc end point is not alive
2021-09-04T02:01:45.119Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-09-04T02:01:47.669Z||main|||||WARN|500||---
2021-09-04T02:01:47.670Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-04T02:01:47.671Z||main|||||WARN|500||---
2021-09-04T02:01:48.066Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-04T02:01:52.361Z||main|||||INFO|500||Started Application in 31.094 seconds (JVM running for 32.16)
2021-09-04T02:01:52.392Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-04T02:01:52.393Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-04T02:01:52.403Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-04T02:01:52.424Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-04T02:01:52.496Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3abef88d-d878-42df-809a-06cf164bceae url= /sdc/v1/artifactTypes
2021-09-04T02:01:52.497Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-04T02:01:52.733Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-04T02:01:52.749Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-04T02:01:52.768Z||scheduling-1|||||DEBUG|500||create keys
2021-09-04T02:01:52.775Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-04T02:01:52.797Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:01:52.813Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1e07ef99-4fd9-4d58-a80c-7206d7e84a5c url= /sdc/v1/registerForDistribution
2021-09-04T02:01:52.896Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1e07ef99-4fd9-4d58-a80c-7206d7e84a5c url= /sdc/v1/registerForDistribution
2021-09-04T02:01:52.897Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-04T02:01:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:01:52.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:01:52.910Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:01:52.910Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:01:52.910Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:01:52.911Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:01:52.912Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-04T02:02:03.141Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:02:03.145Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:02:52.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:02:52.905Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:02:52.905Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T02:02:52.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:02:52.908Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:02:52.908Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:03:02.461Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:03:02.461Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:03:52.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:03:52.905Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:03:52.906Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:03:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:03:52.907Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:03:52.908Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:04:02.460Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:04:02.461Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:04:52.904Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:04:52.905Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:04:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:04:52.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:04:52.908Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:04:52.908Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:05:02.460Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:05:02.461Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:05:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:05:52.905Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:05:52.906Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:05:52.906Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:05:52.908Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:05:52.908Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:06:02.452Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:06:02.454Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:06:52.905Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:06:52.906Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:06:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:06:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:06:52.908Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:06:52.908Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:07:02.453Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:07:02.454Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:07:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:07:52.906Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:07:52.906Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:07:52.907Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:07:52.907Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:07:52.907Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T02:08:02.455Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:08:02.457Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:08:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:08:52.906Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:08:52.906Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:08:52.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:08:52.908Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:08:52.908Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:09:02.453Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:09:02.455Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:09:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:09:52.905Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:09:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:09:52.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:09:52.907Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:09:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:10:02.459Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:10:02.461Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:10:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:10:52.905Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:10:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:10:52.906Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:10:52.907Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:10:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:11:02.453Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:11:02.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:11:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:11:52.905Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:11:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:11:52.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:11:52.907Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:11:52.907Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T02:11:58.063Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-04T02:12:02.452Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:12:02.454Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:12:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:12:52.905Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:12:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:12:52.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:12:52.907Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:12:52.907Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T02:13:02.454Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:13:02.459Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:13:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:13:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:13:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:13:52.907Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:13:52.908Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:13:52.908Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:14:02.456Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:14:02.465Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:14:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:14:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:14:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:14:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:14:52.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:14:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:15:02.447Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:15:02.447Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:15:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:15:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:15:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:15:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:15:52.907Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:15:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:16:02.447Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:16:02.448Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:16:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:16:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:16:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:16:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:16:52.907Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:16:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:17:02.450Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:17:02.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:17:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:17:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:17:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:17:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:17:52.907Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:17:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:18:02.452Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:18:02.453Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:18:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:18:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:18:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:18:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:18:52.907Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:18:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:19:02.455Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:19:02.457Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:19:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:19:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:19:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:19:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:19:52.907Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:19:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:20:02.449Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:20:02.449Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:20:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:20:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:20:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:20:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:20:52.907Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:20:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:21:02.449Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:21:02.449Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:21:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:21:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:21:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:21:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:21:52.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:21:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:22:02.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:22:02.457Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:22:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:22:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:22:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:22:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:22:52.907Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:22:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:23:02.471Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:23:02.482Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:23:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:23:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:23:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:23:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:23:52.907Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:23:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:24:02.449Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:24:02.452Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:24:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:24:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:24:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:24:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:24:52.907Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:24:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:25:02.450Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:25:02.450Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:25:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:25:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:25:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:25:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:25:52.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:25:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:26:02.453Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:26:02.454Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:26:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:26:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:26:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:26:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:26:52.907Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:26:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:27:02.453Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:27:02.454Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:27:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:27:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:27:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:27:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:27:52.907Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:27:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:28:02.453Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:28:02.453Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:28:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:28:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:28:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:28:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:28:52.907Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:28:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:29:02.452Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:29:02.453Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:29:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:29:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:29:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:29:52.906Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:29:52.907Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:29:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:30:02.450Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:30:02.450Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:30:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:30:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:30:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:30:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:30:52.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:30:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:31:02.456Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:31:02.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:31:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:31:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:31:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:31:52.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:31:52.907Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:31:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:32:02.450Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:32:02.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:32:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:32:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:32:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:32:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:32:52.907Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:32:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:33:02.445Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:33:02.452Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:33:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:33:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:33:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:33:52.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:33:52.907Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:33:52.907Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T02:34:02.449Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:34:02.450Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:34:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:34:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:34:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:34:52.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:34:52.907Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:34:52.907Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T02:35:02.452Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:35:02.454Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:35:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:35:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:35:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:35:52.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:35:52.907Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:35:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:36:02.448Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:36:02.452Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:36:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:36:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:36:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:36:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:36:52.907Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:36:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:37:02.447Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:37:02.453Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:37:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:37:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:37:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:37:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:37:52.907Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:37:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:38:02.444Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:38:02.450Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:38:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:38:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:38:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:38:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:38:52.907Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:38:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:39:02.453Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:39:02.455Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:39:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:39:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:39:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:39:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:39:52.907Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:39:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:40:02.445Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:40:02.447Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:40:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:40:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:40:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:40:52.906Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:40:52.907Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:40:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:41:02.471Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:41:02.472Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:41:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:41:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:41:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:41:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:41:52.907Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:41:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:42:02.451Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:42:02.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:42:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:42:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:42:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:42:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:42:52.907Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:42:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:43:02.454Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:43:02.454Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:43:52.905Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:43:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:43:52.906Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:43:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:43:52.907Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:43:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:44:02.452Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:44:02.454Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:44:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:44:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:44:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:44:52.906Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:44:52.907Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:44:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:45:02.451Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:45:02.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:45:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:45:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:45:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:45:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:45:52.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:45:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:46:02.451Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:46:02.453Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:46:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:46:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:46:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:46:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:46:52.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:46:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:47:02.451Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:47:02.452Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:47:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:47:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:47:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:47:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:47:52.907Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:47:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:48:02.446Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:48:02.448Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:48:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:48:52.905Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:48:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:48:52.906Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:48:52.907Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:48:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:49:02.448Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:49:02.448Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:49:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:49:52.905Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:49:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:49:52.907Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:49:52.907Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:49:52.907Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T02:50:02.452Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:50:02.453Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:50:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:50:52.905Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:50:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:50:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:50:52.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:50:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:51:02.452Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:51:02.453Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:51:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:51:52.905Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:51:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:51:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:51:52.907Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:51:52.908Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:52:02.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:52:02.454Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:52:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:52:52.905Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:52:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:52:52.906Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:52:52.907Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:52:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:53:02.454Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:53:02.454Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:53:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:53:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:53:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T02:53:52.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:53:52.907Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:53:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:54:02.451Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:54:02.451Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:54:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:54:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:54:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T02:54:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:54:52.907Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:54:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:55:02.452Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:55:02.452Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:55:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:55:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:55:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T02:55:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:55:52.907Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:55:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:56:02.440Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:56:02.459Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:56:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:56:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:56:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T02:56:52.906Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:56:52.907Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:56:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:57:02.457Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:57:02.457Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:57:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:57:52.905Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:57:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:57:52.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:57:52.908Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:57:52.909Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:58:02.456Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:58:02.456Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:58:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:58:52.905Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:58:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:58:52.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:58:52.907Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:58:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:59:02.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:59:02.452Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T02:59:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:59:52.905Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:59:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:59:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:59:52.907Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T02:59:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:00:02.452Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:00:02.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:00:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:00:52.905Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:00:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:00:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:00:52.907Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:00:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:01:02.453Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:01:02.456Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:01:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:01:52.905Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:01:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:01:52.906Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:01:52.907Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:01:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:02:02.446Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:02:02.446Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:02:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:02:52.905Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:02:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:02:52.906Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:02:52.907Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:02:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:03:02.453Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:03:02.456Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:03:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:03:52.905Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:03:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:03:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:03:52.907Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:03:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:04:02.451Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:04:02.452Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:04:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:04:52.905Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:04:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:04:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:04:52.907Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:04:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:05:02.452Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:05:02.452Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:05:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:05:52.905Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:05:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:05:52.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:05:52.908Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:05:52.908Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:06:02.449Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:06:02.450Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:06:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:06:52.905Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:06:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:06:52.906Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:06:52.907Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:06:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:07:02.452Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:07:02.452Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:07:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:07:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:07:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:07:52.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:07:52.907Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:07:52.907Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:08:02.445Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:08:02.451Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:08:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:08:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:08:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:08:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:08:52.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:08:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:09:02.452Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:09:02.453Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:09:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:09:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:09:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:09:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:09:52.907Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:09:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:10:02.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:10:02.450Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:10:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:10:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:10:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:10:52.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:10:52.907Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:10:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:11:02.448Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:11:02.450Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:11:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:11:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:11:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:11:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:11:52.907Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:11:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:12:02.448Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:12:02.451Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:12:52.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:12:52.905Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:12:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:12:52.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:12:52.907Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:12:52.907Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:13:02.449Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:13:02.451Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:13:52.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:13:52.905Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:13:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:13:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:13:52.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:13:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:14:02.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:14:02.445Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:14:52.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:14:52.905Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:14:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:14:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:14:52.907Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:14:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:15:02.446Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:15:02.448Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:15:52.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:15:52.905Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:15:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:15:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:15:52.907Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:15:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:16:02.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:16:02.455Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:16:52.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:16:52.905Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:16:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:16:52.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:16:52.907Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:16:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:17:02.446Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:17:02.446Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:17:52.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:17:52.905Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:17:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:17:52.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:17:52.907Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:17:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:18:02.450Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:18:02.452Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:18:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:18:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:18:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:18:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:18:52.907Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:18:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:19:02.448Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:19:02.450Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:19:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:19:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:19:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:19:52.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:19:52.907Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:19:52.907Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:20:02.447Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:20:02.451Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:20:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:20:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:20:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:20:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:20:52.907Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:20:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:21:02.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:21:02.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:21:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:21:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:21:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:21:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:21:52.907Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:21:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:22:02.448Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:22:02.458Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:22:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:22:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:22:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:22:52.906Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:22:52.907Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:22:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:23:02.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:23:02.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:23:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:23:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:23:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:23:52.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:23:52.907Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:23:52.907Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:24:02.446Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:24:02.446Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:24:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:24:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:24:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:24:52.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:24:52.907Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:24:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:25:02.444Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:25:02.445Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:25:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:25:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:25:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:25:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:25:52.907Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:25:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:26:02.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:26:02.454Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:26:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:26:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:26:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:26:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:26:52.907Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:26:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:27:02.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:27:02.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:27:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:27:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:27:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:27:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:27:52.907Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:27:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:28:02.447Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:28:02.448Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:28:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:28:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:28:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:28:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:28:52.907Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:28:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:29:02.447Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:29:02.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:29:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:29:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:29:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:29:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:29:52.907Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:29:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:30:02.443Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:30:02.448Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:30:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:30:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:30:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:30:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:30:52.907Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:30:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:31:02.446Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:31:02.452Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:31:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:31:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:31:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:31:52.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:31:52.907Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:31:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:32:02.447Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:32:02.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:32:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:32:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:32:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:32:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:32:52.907Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:32:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:33:02.445Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:33:02.449Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:33:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:33:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:33:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:33:52.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:33:52.907Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:33:52.907Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:34:02.444Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:34:02.445Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:34:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:34:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:34:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:34:52.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:34:52.907Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:34:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:35:02.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:35:02.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:35:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:35:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:35:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:35:52.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:35:52.907Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:35:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:36:02.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:36:02.445Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:36:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:36:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:36:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:36:52.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:36:52.907Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:36:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:37:02.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:37:02.448Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:37:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:37:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:37:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:37:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:37:52.907Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:37:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:38:02.451Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:38:02.453Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:38:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:38:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:38:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:38:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:38:52.907Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:38:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:39:02.446Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:39:02.447Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:39:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:39:52.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:39:52.905Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:39:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:39:52.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:39:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:39:53.529Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:39:53.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8","serviceName":"vFW 2021-09-04 03-36-48","serviceVersion":"1.0","serviceUUID":"0c7a0a34-19f6-4a99-87f2-57993b92cab4","serviceDescription":"catalog service description","serviceInvariantUUID":"60d5d612-1fe1-4823-9539-b91dac832370","resources":[{"resourceInstanceName":"vFW dfe3a816-2804 0","resourceName":"vFW dfe3a816-2804","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b449eae7-ef03-4715-8ee2-08effed86b96","resourceInvariantUUID":"149cdfb6-6470-4931-b4ed-72286ce68d40","resourceCustomizationUUID":"b0002c91-583a-41bf-926d-cb3c9748a63b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vf-license-model.xml","artifactChecksum":"YjljZDI4ZmE3NGQ0NjRjMjNmNDYwNjIyNzIxNTlmOWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b6d24eb1-5c55-47a6-84ee-6529a58f968a","artifactVersion":"1"},{"artifactName":"vfwdfe3a81628040_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json","artifactChecksum":"YzBkODYzZmQ0NTgwYzFiNjZhMjgzNTcwN2ZkOGIwMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d35b1d1f-b872-432b-9be9-e8164e9c7002","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5ca99b94-2b7a-4a38-ba87-d5e2e35a1be0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vendor-license-model.xml","artifactChecksum":"OTFiNTU5MGVlYTg5ZGI0NDQzZTMwODJiZTE1Mzg5MDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bde8f706-9bcc-4a11-aa85-41179d9d8d08","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f4933212-a2e6-4ea6-af4f-b0989570387a","artifactVersion":"2","generatedFromUUID":"5ca99b94-2b7a-4a38-ba87-d5e2e35a1be0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210904033648-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-template.yml","artifactChecksum":"NWM2MDFlNDBmYzU2YjIwZjVhYjkxNjdlMTdlYmE2NWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c27befd4-7f66-4fe1-a9f3-19e8c59552bd","artifactVersion":"1"},{"artifactName":"service-Vfw20210904033648-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar","artifactChecksum":"NjMwZDRhYjk0YTAyMGNjNzYyYzQwZGVlNDI1Y2JiNmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a0553e9a-dbf6-4a65-adba-21be78cd3e71","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-04T03:39:53.536Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:39:53.541Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:39:53.548Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:39:53.548Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726792904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:39:53.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726758876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "dcae-sch",
"timestamp": 1630726752986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "clamp",
"timestamp": 1630726750922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726758876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
"status": "NOTIFIED"
}
2021-09-04T03:39:53.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "dcae-sch",
"timestamp": 1630726752986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "clamp",
"timestamp": 1630726750922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
"status": "NOTIFIED"
}
2021-09-04T03:39:53.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "policy-id",
"timestamp": 1630726760084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726758876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-04T03:39:53.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "dcae-sch",
"timestamp": 1630726752986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "clamp",
"timestamp": 1630726750922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "policy-id",
"timestamp": 1630726760084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630726761593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726758876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "dcae-sch",
"timestamp": 1630726752986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "clamp",
"timestamp": 1630726750922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "policy-id",
"timestamp": 1630726760084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-04T03:39:53.571Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "cds",
"timestamp": 1630726762290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.571Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630726761593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726758876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "dcae-sch",
"timestamp": 1630726752986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "clamp",
"timestamp": 1630726750922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "policy-id",
"timestamp": 1630726760084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "cds",
"timestamp": 1630726762290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630726761593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726758876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "dcae-sch",
"timestamp": 1630726752986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "clamp",
"timestamp": 1630726750922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "policy-id",
"timestamp": 1630726760084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "cds",
"timestamp": 1630726762290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630726761593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726758876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "dcae-sch",
"timestamp": 1630726752986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "clamp",
"timestamp": 1630726750922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "policy-id",
"timestamp": 1630726760084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "cds",
"timestamp": 1630726762290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630726761593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "policy-id",
"timestamp": 1630726760084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "cds",
"timestamp": 1630726762290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "ves-openapi-manager",
"timestamp": 1630726766463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630726761593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726767660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "cds",
"timestamp": 1630726762290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "ves-openapi-manager",
"timestamp": 1630726766463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630726761593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "policy-id",
"timestamp": 1630726768386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "aai-ml",
"timestamp": 1630726767877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "cds",
"timestamp": 1630726762290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "ves-openapi-manager",
"timestamp": 1630726766463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726769160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "policy-id",
"timestamp": 1630726769393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "aai-ml",
"timestamp": 1630726767877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630726769785,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "ves-openapi-manager",
"timestamp": 1630726766463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "cds",
"timestamp": 1630726770390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:39:53.580Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "policy-id",
"timestamp": 1630726770398,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:39:53.649Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-04T03:39:53.651Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:39:53.651Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:39:53.661Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:39:53.662Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T03:39:53.697Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8
2021-09-04T03:39:53.709Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T03:39:53.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "aai-ml",
"timestamp": 1630726767877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726770761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:39:53.728Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "ves-openapi-manager",
"timestamp": 1630726766463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "cds",
"timestamp": 1630726771406,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:39:53.739Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8
2021-09-04T03:39:53.740Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T03:39:53.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "aai-ml",
"timestamp": 1630726767877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "ves-openapi-manager",
"timestamp": 1630726766463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726772197,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:39:53.753Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8
2021-09-04T03:39:53.753Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-04T03:39:53.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "aai-ml",
"timestamp": 1630726767877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "ves-openapi-manager",
"timestamp": 1630726766463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726773201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
"status": "DEPLOY_OK"
}
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "aai-ml",
"timestamp": 1630726767877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "aai-ml",
"timestamp": 1630726767877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630726774701,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-04T03:39:53.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630726775706,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:39:53.767Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8
2021-09-04T03:39:53.767Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T03:39:53.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "aai-ml",
"timestamp": 1630726776139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:39:53.776Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "clamp",
"timestamp": 1630726782229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:39:53.776Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "clamp",
"timestamp": 1630726784241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-04T03:39:53.776Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "clamp",
"timestamp": 1630726785245,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:39:53.781Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8
2021-09-04T03:39:53.782Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T03:39:53.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "aai-ml",
"timestamp": 1630726790957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-04T03:39:53.790Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "aai-ml",
"timestamp": 1630726791962,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:39:53.794Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8
2021-09-04T03:39:53.795Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T03:39:54.553Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:39:54.553Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:39:54.555Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:39:54.555Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726792904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
"status": "NOTIFIED"
}
2021-09-04T03:39:54.655Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:39:54.656Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:39:54.656Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:39:54.663Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:39:54.664Z||pool-4-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-04T03:39:55.555Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:39:55.556Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:39:55.557Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:39:55.557Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726792904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-04T03:39:55.657Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:39:55.658Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:39:55.658Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:39:55.668Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:39:55.668Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:39:56.558Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:39:56.558Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:39:56.560Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:39:56.560Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726792904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:56.661Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-04T03:39:56.661Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:39:56.661Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:39:56.671Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:39:56.671Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:39:57.561Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:39:57.562Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:39:57.563Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:39:57.563Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726792904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-04T03:39:57.663Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:39:57.664Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:39:57.664Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:39:57.673Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:39:57.674Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:39:58.564Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:39:58.564Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:39:58.566Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:39:58.566Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726792904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:39:58.666Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:39:58.667Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:39:58.667Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:39:58.676Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:39:58.677Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:39:59.567Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:39:59.567Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:39:59.569Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:39:59.569Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726792904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:39:59.669Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:39:59.670Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:39:59.670Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:39:59.678Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:39:59.679Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:40:00.570Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"serviceName": "vFW 2021-09-04 03-36-48",
"serviceVersion": "1.0",
"serviceUUID": "0c7a0a34-19f6-4a99-87f2-57993b92cab4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "60d5d612-1fe1-4823-9539-b91dac832370",
"resources": [
{
"resourceInstanceName": "vFW dfe3a816-2804 0",
"resourceCustomizationUUID": "b0002c91-583a-41bf-926d-cb3c9748a63b",
"resourceName": "vFW dfe3a816-2804",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b449eae7-ef03-4715-8ee2-08effed86b96",
"resourceInvariantUUID": "149cdfb6-6470-4931-b4ed-72286ce68d40",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwdfe3a81628040_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
"artifactChecksum": "YzBkODYzZmQ0NTgwYzFiNjZhMjgzNTcwN2ZkOGIwMjc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d35b1d1f-b872-432b-9be9-e8164e9c7002",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5ca99b94-2b7a-4a38-ba87-d5e2e35a1be0",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f4933212-a2e6-4ea6-af4f-b0989570387a",
"generatedFromUUID": "5ca99b94-2b7a-4a38-ba87-d5e2e35a1be0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f4933212-a2e6-4ea6-af4f-b0989570387a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210904033648-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"artifactChecksum": "NjMwZDRhYjk0YTAyMGNjNzYyYzQwZGVlNDI1Y2JiNmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a0553e9a-dbf6-4a65-adba-21be78cd3e71"
}
],
"workloadContext": "Production"
}
2021-09-04T03:40:00.571Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-04T03:40:00.571Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0c7a0a34-19f6-4a99-87f2-57993b92cab4 ASDC
2021-09-04T03:40:00.647Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8
ServiceName:vFW 2021-09-04 03-36-48
ServiceVersion:1.0
ServiceUUID:0c7a0a34-19f6-4a99-87f2-57993b92cab4
ServiceInvariantUUID:60d5d612-1fe1-4823-9539-b91dac832370
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210904033648-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar
ArtifactUUID:a0553e9a-dbf6-4a65-adba-21be78cd3e71
ArtifactChecksum:NjMwZDRhYjk0YTAyMGNjNzYyYzQwZGVlNDI1Y2JiNmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW dfe3a816-2804 0
ResourceCustomizationUUID:b0002c91-583a-41bf-926d-cb3c9748a63b
ResourceInvariantUUID:149cdfb6-6470-4931-b4ed-72286ce68d40
ResourceName:vFW dfe3a816-2804
ResourceType:VF
ResourceUUID:b449eae7-ef03-4715-8ee2-08effed86b96
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdfe3a81628040_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json
ArtifactUUID:d35b1d1f-b872-432b-9be9-e8164e9c7002
ArtifactChecksum:YzBkODYzZmQ0NTgwYzFiNjZhMjgzNTcwN2ZkOGIwMjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml
ArtifactUUID:5ca99b94-2b7a-4a38-ba87-d5e2e35a1be0
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env
ArtifactUUID:f4933212-a2e6-4ea6-af4f-b0989570387a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env
ArtifactUUID:f4933212-a2e6-4ea6-af4f-b0989570387a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-04T03:40:00.648Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c7a0a34-19f6-4a99-87f2-57993b92cab4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-04T03:40:00.716Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T03:40:00.716Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-04T03:40:00.717Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-04T03:40:00.717Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a0553e9a-dbf6-4a65-adba-21be78cd3e71 from URL: /sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:00.717Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-04T03:40:00.718Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:01.386Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-04T03:40:01.408Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar a0553e9a-dbf6-4a65-adba-21be78cd3e71 98753
2021-09-04T03:40:01.409Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar ASDC sendASDCNotification
2021-09-04T03:40:01.410Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:01.410Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:40:01.411Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:40:01.413Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:40:01.413Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726801408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:40:01.513Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-04T03:40:01.514Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:40:01.514Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:01.523Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:40:01.524Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-04T03:40:02.414Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T03:40:02.415Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-04T03:40:02.415Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a0553e9a-dbf6-4a65-adba-21be78cd3e71, URL: /sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar to file: /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:02.415Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210904033648-csar.csar
2021-09-04T03:40:02.467Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:02.468Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:02.921Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17545495858399070210/Definitions/service-Vfw20210904033648-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-09-04T03:40:05.048Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-04T03:40:05.051Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-04T03:40:05.051Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.052Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-04T03:40:05.052Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.052Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.052Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||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-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.052Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.052Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.052Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.052Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dfe3a816-2804 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.052Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||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-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.052Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||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-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.052Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.053Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||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-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.053Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.053Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||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-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.053Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-04T03:40:05.058Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:05.059Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:05.062Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is matching search criteria
2021-09-04T03:40:05.062Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-04T03:40:05.063Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dfe3a816-2804 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T03:40:05.064Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:05.064Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:05.064Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is matching search criteria
2021-09-04T03:40:05.065Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-04T03:40:05.065Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dfe3a816-2804 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T03:40:05.065Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:05.065Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:05.068Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:05.068Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is not matching search criteria
2021-09-04T03:40:05.068Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-04T03:40:05.068Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-04T03:40:05.068Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-04T03:40:05.069Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:05.069Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.069Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-04T03:40:05.069Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.069Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-04T03:40:05.069Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-04T03:40:05.069Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.069Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:05.070Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-04T03:40:05.070Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:05.070Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-04T03:40:05.070Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.070Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-04T03:40:05.070Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:05.070Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-04T03:40:05.071Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:05.071Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is matching search criteria
2021-09-04T03:40:05.071Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dfe3a816-2804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:40:05.072Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:05.072Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is matching search criteria
2021-09-04T03:40:05.072Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dfe3a816-2804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:40:05.072Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:05.072Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is matching search criteria
2021-09-04T03:40:05.073Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dfe3a816-2804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:40:05.073Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:05.073Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is not matching search criteria
2021-09-04T03:40:05.073Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-04T03:40:05.073Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-04T03:40:05.073Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-04T03:40:05.073Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-04T03:40:05.074Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-04T03:40:05.074Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.074Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:05.074Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-04T03:40:05.074Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:05.074Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-04T03:40:05.074Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.074Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=43905102-0ad2-4748-af13-2507cd083cd8
2021-09-04T03:40:05.075Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:05.075Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is not matching search criteria
2021-09-04T03:40:05.075Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-04T03:40:05.075Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-04T03:40:05.075Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-04T03:40:05.075Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:05.075Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.076Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-04T03:40:05.076Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.076Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-04T03:40:05.076Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-04T03:40:05.076Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:05.076Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-04T03:40:05.076Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.076Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=03671768-d6a5-427b-aac8-0dd7646e3cb7
2021-09-04T03:40:05.077Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:05.077Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is not matching search criteria
2021-09-04T03:40:05.077Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-04T03:40:05.077Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-04T03:40:05.077Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-04T03:40:05.077Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:05.077Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.077Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-04T03:40:05.077Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.078Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-04T03:40:05.078Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-04T03:40:05.078Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.078Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:05.078Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-04T03:40:05.078Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=79b3754f-f543-4f85-9da6-b05e59e7dcab
2021-09-04T03:40:05.088Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:05.088Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:05.088Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:05.089Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:05.089Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:05.089Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:05.089Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:05.089Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:05.089Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-04 03-36-48
Description:catalog service description
Model UUID:0c7a0a34-19f6-4a99-87f2-57993b92cab4
Model Version:NULL
Model InvariantUuid:60d5d612-1fe1-4823-9539-b91dac832370
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW dfe3a816-2804
Model UUID:4aea8b75-d37f-44c6-9518-fc6e904f2d73
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:149cdfb6-6470-4931-b4ed-72286ce68d40
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b0002c91-583a-41bf-926d-cb3c9748a63b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f903b57c-e1e8-4170-b280-f27ef9547bf2
ModelName:VfwDfe3a8162804..base_vfw..module-0
ModelUuid:94fbe18b-1b02-447d-ad85-8bf6f334a6e1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:43905102-0ad2-4748-af13-2507cd083cd8
ModelInvariantUuid:a2f32288-69cb-45d5-9575-1d91d38807ec
ModelName:vFW dfe3a816-2804-nodes.vfwCvfc
ModelUuid:f3ec779a-b239-4d09-8e5a-8acee4b2be99
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c4e58405-8d4a-47d2-a440-1fe4f8539563
ModelInvariantUuid:03f5f934-f563-44d1-ad06-e717fed47635
ModelName:VfwDfe3a8162804.compute.nodes.heat.vfw
ModelUuid:55d0afd7-0945-4717-a02a-86f702371427
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:03671768-d6a5-427b-aac8-0dd7646e3cb7
ModelInvariantUuid:5fde3b50-9109-448a-94d7-d6782395081e
ModelName:vFW dfe3a816-2804-nodes.vsnCvfc
ModelUuid:5ec00a06-d047-4db7-819f-3aab71a4a21e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:84f777b1-8e17-4de8-8ea4-721d39c7c83a
ModelInvariantUuid:05c1457a-ce33-4719-ba74-8c5c64e103d4
ModelName:VfwDfe3a8162804.compute.nodes.heat.vsn
ModelUuid:fde5ab3d-5dff-4990-941e-8543bcc52c5d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:79b3754f-f543-4f85-9da6-b05e59e7dcab
ModelInvariantUuid:b41869d3-9cf5-4dca-b0dc-5739421fc0d2
ModelName:vFW dfe3a816-2804-nodes.vpgCvfc
ModelUuid:6794f018-5fcb-483c-bd50-5cac8a303160
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:4c713c68-b194-4776-9aab-c8c4eab40ff0
ModelInvariantUuid:73872d87-48c8-4bda-bb80-bd716590de76
ModelName:VfwDfe3a8162804.compute.nodes.heat.vpg
ModelUuid:03a376b0-b420-4b7f-9be3-6b21cc75af10
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-04T03:40:05.099Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b449eae7-ef03-4715-8ee2-08effed86b96
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-04T03:40:05.166Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||vFW dfe3a816-2804 0
2021-09-04T03:40:05.171Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b449eae7-ef03-4715-8ee2-08effed86b96
2021-09-04T03:40:05.171Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d35b1d1f-b872-432b-9be9-e8164e9c7002 from URL: /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json
2021-09-04T03:40:05.172Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-04T03:40:05.172Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json
2021-09-04T03:40:06.263Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-04T03:40:06.263Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json d35b1d1f-b872-432b-9be9-e8164e9c7002 785
2021-09-04T03:40:06.264Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json ASDC sendASDCNotification
2021-09-04T03:40:06.264Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json
2021-09-04T03:40:06.264Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:40:06.264Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:40:06.266Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:40:06.266Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726806264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:40:06.366Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:40:06.367Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:40:06.367Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:06.377Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:40:06.377Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:40:07.268Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDfe3a8162804..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f903b57c-e1e8-4170-b280-f27ef9547bf2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "94fbe18b-1b02-447d-ad85-8bf6f334a6e1",
"vfModuleModelCustomizationUUID": "6f580105-96a6-46d2-af91-a138f3e1bda8",
"isBase": true,
"artifacts": [
"5ca99b94-2b7a-4a38-ba87-d5e2e35a1be0",
"f4933212-a2e6-4ea6-af4f-b0989570387a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-04T03:40:07.283Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDfe3a8162804..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:94fbe18b-1b02-447d-ad85-8bf6f334a6e1
VfModuleModelInvariantUUID:f903b57c-e1e8-4170-b280-f27ef9547bf2
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ca99b94-2b7a-4a38-ba87-d5e2e35a1be0
,
f4933212-a2e6-4ea6-af4f-b0989570387a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-04T03:40:07.286Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDfe3a8162804..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f903b57c-e1e8-4170-b280-f27ef9547bf2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "94fbe18b-1b02-447d-ad85-8bf6f334a6e1",
"vfModuleModelCustomizationUUID": "6f580105-96a6-46d2-af91-a138f3e1bda8",
"isBase": true,
"artifacts": [
"5ca99b94-2b7a-4a38-ba87-d5e2e35a1be0",
"f4933212-a2e6-4ea6-af4f-b0989570387a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-04T03:40:07.286Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDfe3a8162804..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:94fbe18b-1b02-447d-ad85-8bf6f334a6e1
VfModuleModelInvariantUUID:f903b57c-e1e8-4170-b280-f27ef9547bf2
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ca99b94-2b7a-4a38-ba87-d5e2e35a1be0
,
f4933212-a2e6-4ea6-af4f-b0989570387a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-04T03:40:07.286Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5ca99b94-2b7a-4a38-ba87-d5e2e35a1be0 from URL: /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml
2021-09-04T03:40:07.286Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-04T03:40:07.286Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml
2021-09-04T03:40:08.353Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-04T03:40:08.354Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml 5ca99b94-2b7a-4a38-ba87-d5e2e35a1be0 20368
2021-09-04T03:40:08.354Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-04T03:40:08.354Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml
2021-09-04T03:40:08.354Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:40:08.354Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:40:08.356Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:40:08.356Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726808354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:40:08.456Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:40:08.457Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:40:08.457Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:08.466Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:40:08.466Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:40:09.357Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f4933212-a2e6-4ea6-af4f-b0989570387a from URL: /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env
2021-09-04T03:40:09.357Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-04T03:40:09.357Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env
2021-09-04T03:40:09.759Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-04T03:40:09.760Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env f4933212-a2e6-4ea6-af4f-b0989570387a 2098
2021-09-04T03:40:09.760Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-04T03:40:09.760Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env
2021-09-04T03:40:09.760Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:40:09.760Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:40:09.762Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:40:09.762Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726809760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:40:09.862Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:40:09.863Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:40:09.863Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:09.872Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:40:09.872Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:40:10.762Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0c7a0a34-19f6-4a99-87f2-57993b92cab4
2021-09-04T03:40:10.763Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dfe3a816-2804 0 b449eae7-ef03-4715-8ee2-08effed86b96 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-04T03:40:10.793Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a17ee9e, org.onap.sdc.toscaparser.api.parameters.Input@19c91614, org.onap.sdc.toscaparser.api.parameters.Input@6e3def98, org.onap.sdc.toscaparser.api.parameters.Input@3e23f2fc, org.onap.sdc.toscaparser.api.parameters.Input@7b8588b8]
2021-09-04T03:40:10.796Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:10.796Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:10.796Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-09-04T03:40:10.796Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b0002c91-583a-41bf-926d-cb3c9748a63b
2021-09-04T03:40:10.797Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b0002c91-583a-41bf-926d-cb3c9748a63b matches Tosca VF Customization UUID: b0002c91-583a-41bf-926d-cb3c9748a63b
2021-09-04T03:40:10.797Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b0002c91-583a-41bf-926d-cb3c9748a63b matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-04T03:40:10.804Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:10.804Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:10.805Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b0002c91-583a-41bf-926d-cb3c9748a63b: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-09-04T03:40:10.805Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@77f398d0
2021-09-04T03:40:10.806Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:10.806Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-04T03:40:10.806Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6f580105-96a6-46d2-af91-a138f3e1bda8
2021-09-04T03:40:10.807Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6f580105-96a6-46d2-af91-a138f3e1bda8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-04T03:40:10.811Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:10.812Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is matching search criteria
2021-09-04T03:40:10.812Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dfe3a816-2804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:40:10.813Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:10.813Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is matching search criteria
2021-09-04T03:40:10.813Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dfe3a816-2804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:40:10.813Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:10.814Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is not matching search criteria
2021-09-04T03:40:10.814Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-04T03:40:10.814Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-04T03:40:10.814Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-04T03:40:10.814Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-04T03:40:10.814Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-04T03:40:10.815Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-04T03:40:10.815Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:10.815Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-04T03:40:10.815Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:10.815Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-04T03:40:10.816Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-04T03:40:10.816Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=43905102-0ad2-4748-af13-2507cd083cd8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-04T03:40:10.822Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:10.822Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is matching search criteria
2021-09-04T03:40:10.822Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dfe3a816-2804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:40:10.823Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:10.823Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is not matching search criteria
2021-09-04T03:40:10.823Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-04T03:40:10.823Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-04T03:40:10.823Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-04T03:40:10.823Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:10.823Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-04T03:40:10.824Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-04T03:40:10.824Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-04T03:40:10.824Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-04T03:40:10.824Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-04T03:40:10.824Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:10.824Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-04T03:40:10.824Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-04T03:40:10.825Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=03671768-d6a5-427b-aac8-0dd7646e3cb7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-04T03:40:10.826Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:10.827Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is matching search criteria
2021-09-04T03:40:10.827Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dfe3a816-2804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:40:10.828Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:10.829Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is not matching search criteria
2021-09-04T03:40:10.829Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-04T03:40:10.829Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-04T03:40:10.829Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-04T03:40:10.829Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:10.829Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-04T03:40:10.829Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-04T03:40:10.830Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-04T03:40:10.830Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-04T03:40:10.830Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-04T03:40:10.830Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-04T03:40:10.830Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:10.830Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-04T03:40:10.830Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=79b3754f-f543-4f85-9da6-b05e59e7dcab
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-04T03:40:10.832Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:10.832Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is matching search criteria
2021-09-04T03:40:10.832Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dfe3a816-2804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:40:10.833Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:10.833Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is matching search criteria
2021-09-04T03:40:10.833Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dfe3a816-2804 0] matching following query criteria: sdcType=VF, customizationUUID=b0002c91-583a-41bf-926d-cb3c9748a63b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-04T03:40:10.834Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:10.835Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:10.835Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0c7a0a34-19f6-4a99-87f2-57993b92cab4: vFW dfe3a816-2804
2021-09-04T03:40:10.835Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:10.835Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:10.835Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:10.835Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:10.836Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:10.836Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:10.836Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:10.836Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:10.836Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:40:10.836Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:10.836Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-09-04 03-36-48
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T03:40:11.064Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dfe3a816-2804 b449eae7-ef03-4715-8ee2-08effed86b96 1 ASDC deployResourceStructure
2021-09-04T03:40:11.065Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json ASDC sendASDCNotification
2021-09-04T03:40:11.065Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json
2021-09-04T03:40:11.065Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T03:40:11.065Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:40:11.066Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:40:11.066Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726811065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
"status": "DEPLOY_OK"
}
2021-09-04T03:40:11.166Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:40:11.167Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:40:11.167Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:11.177Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:40:11.177Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-04T03:40:12.067Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-04T03:40:12.067Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml
2021-09-04T03:40:12.068Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T03:40:12.068Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:40:12.069Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:40:12.069Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726812067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-04T03:40:12.170Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:40:12.170Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:40:12.170Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:12.180Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:40:12.180Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:40:13.070Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-04T03:40:13.071Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env
2021-09-04T03:40:13.071Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T03:40:13.071Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:40:13.072Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:40:13.072Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726813070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-04T03:40:13.172Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:40:13.173Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:40:13.173Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:13.182Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:40:13.182Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:40:14.073Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar ASDC sendASDCNotification
2021-09-04T03:40:14.073Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:14.073Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T03:40:14.074Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:40:14.075Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:40:14.075Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726814073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-04T03:40:14.175Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:40:14.176Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:40:14.176Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:14.186Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:40:14.187Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:40:15.075Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:40:15.089Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:40:15.092Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:40:15.092Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T03:40:15.092Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-04T03:40:15.092Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-04T03:40:15.092Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-04T03:40:15.092Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-04T03:40:15.093Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-04T03:40:15.093Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-04T03:40:15.093Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-04T03:40:15.093Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-04T03:40:15.093Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:40:15.097Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-04T03:40:45.097Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-04T03:40:45.104Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8 and serviceModelVersionId: 0c7a0a34-19f6-4a99-87f2-57993b92cab4
2021-09-04T03:40:45.104Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 60d5d612-1fe1-4823-9539-b91dac832370
2021-09-04T03:40:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:40:52.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:40:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:53.029Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:40:53.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:40:53.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726792904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:40:53.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:40:56.819Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/60d5d612-1fe1-4823-9539-b91dac832370/model-vers/model-ver/0c7a0a34-19f6-4a99-87f2-57993b92cab4?depth=0
2021-09-04T03:40:56.925Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-04T03:40:57.330Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/60d5d612-1fe1-4823-9539-b91dac832370/model-vers/model-ver/0c7a0a34-19f6-4a99-87f2-57993b92cab4?depth=0|INFO|500||Invoke
2021-09-04T03:40:57.337Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/60d5d612-1fe1-4823-9539-b91dac832370/model-vers/model-ver/0c7a0a34-19f6-4a99-87f2-57993b92cab4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/60d5d612-1fe1-4823-9539-b91dac832370/model-vers/model-ver/0c7a0a34-19f6-4a99-87f2-57993b92cab4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5b1b6912-a1e7-4d1b-a2a1-2f73620c8672], X-ECOMP-RequestID=[f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8], X-TransactionId=[], X-ONAP-RequestID=[f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8], Content-Type=[application/merge-patch+json]}
2021-09-04T03:40:57.440Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/60d5d612-1fe1-4823-9539-b91dac832370/model-vers/model-ver/0c7a0a34-19f6-4a99-87f2-57993b92cab4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-04T03:40:57.801Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/60d5d612-1fe1-4823-9539-b91dac832370/model-vers/model-ver/0c7a0a34-19f6-4a99-87f2-57993b92cab4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/60d5d612-1fe1-4823-9539-b91dac832370/model-vers/model-ver/0c7a0a34-19f6-4a99-87f2-57993b92cab4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210904-03:40:57:448-6942], vertex-id=[200928], Content-Length=[0], Date=[Sat, 04 Sep 2021 03:40:57 GMT], Content-Type=[application/json]}
2021-09-04T03:40:57.802Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/60d5d612-1fe1-4823-9539-b91dac832370/model-vers/model-ver/0c7a0a34-19f6-4a99-87f2-57993b92cab4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-04T03:40:57.803Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/60d5d612-1fe1-4823-9539-b91dac832370/model-vers/model-ver/0c7a0a34-19f6-4a99-87f2-57993b92cab4?depth=0|INFO|500||InvokeReturn
2021-09-04T03:40:57.806Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-04T03:40:57.806Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-04T03:40:57.810Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-04T03:40:57.816Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-04T03:40:57.816Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-04T03:40:57.817Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:40:57.818Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:40:57.818Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726857816,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T03:40:57.918Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:40:57.919Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:40:57.919Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:57.928Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:40:57.929Z||pool-18-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-04T03:40:58.832Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:40:58.832Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:40:58.832Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:59.451Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:40:59.452Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-04T03:40:59.452Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3bb501d-ae1d-49de-b936-4230b191bd4e","serviceName":"basic_onboard_yiLhDa","serviceVersion":"1.0","serviceUUID":"4fa647b5-02e3-49af-a838-34721d1a697b","serviceDescription":"service","serviceInvariantUUID":"89f2f9ef-ef49-43f7-aed0-34272ef3562e","resources":[{"resourceInstanceName":"basic_onboard_yiLhDa 0","resourceName":"basic_onboard_yiLhDa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"28581d04-27f5-4bfb-a433-96b9b13639b0","resourceInvariantUUID":"2575ba2d-1e91-4a87-8331-814899de5bfe","resourceCustomizationUUID":"25026468-d948-41fc-ae53-42f15cc12357","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vf-license-model.xml","artifactChecksum":"ZjFjNjEwZThmMjhiMDdlYWIzM2FkNmUwNmVjZjE4ZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6141fde2-74ec-4b6d-909c-694f0f1317a2","artifactVersion":"1"},{"artifactName":"basic_onboard_yilhda0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json","artifactChecksum":"NmYzYmUxY2Y3NjY1ZDc2MTc3MTcxYWE5ZGE2YmM3Y2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0e27835a-7211-409a-bc27-f6d1c7a7f3a8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6d75019b-82cf-4139-a5cb-e655b57ff6dc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f175aff-1801-4a60-9d54-3b785ef859c6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0050c6b8-0514-4e80-a8df-ba7743011096","artifactVersion":"2","generatedFromUUID":"6d75019b-82cf-4139-a5cb-e655b57ff6dc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYilhda-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-template.yml","artifactChecksum":"MDJmZmRkZjA2Zjc2NGIxZjg1YmY2NDJiZjlkNTliNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8a3bed2c-8d5f-4860-b0bf-3dc7e26cd1cb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYilhda-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar","artifactChecksum":"N2QxYjhlMTc4NzU4ZmMwMjFkYTU2ZjQwNWEzYjk1N2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"449924c9-2fb0-4695-b3a4-93f36232c81e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-04T03:40:59.455Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:40:59.456Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:40:59.457Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:40:59.457Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726858832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:40:59.557Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:40:59.558Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:40:59.558Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:59.568Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:40:59.569Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:00.457Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:41:00.459Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:00.460Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:00.460Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726858832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
"status": "NOTIFIED"
}
2021-09-04T03:41:00.560Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:00.561Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:41:00.561Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:00.572Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:41:00.572Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-04T03:41:01.461Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:41:01.461Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:01.463Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:01.463Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726858832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-04T03:41:01.563Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:01.564Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:41:01.564Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:01.573Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:41:01.573Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-04T03:41:02.463Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:41:02.464Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:02.466Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:02.466Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726858832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:02.567Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-04T03:41:02.567Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:41:02.567Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:02.576Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:41:02.576Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-04T03:41:03.467Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:41:03.468Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:03.470Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:03.470Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726858832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-04T03:41:03.570Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:03.571Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:41:03.571Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:03.581Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:41:03.581Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:04.470Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:41:04.471Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:04.472Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:04.472Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726858832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:04.573Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:04.574Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:41:04.574Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:04.583Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:41:04.583Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:05.473Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:41:05.477Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:05.478Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:05.478Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726858832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:41:05.579Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:05.579Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:41:05.579Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:05.589Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:41:05.589Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:06.483Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"serviceName": "basic_onboard_yiLhDa",
"serviceVersion": "1.0",
"serviceUUID": "4fa647b5-02e3-49af-a838-34721d1a697b",
"serviceDescription": "service",
"serviceInvariantUUID": "89f2f9ef-ef49-43f7-aed0-34272ef3562e",
"resources": [
{
"resourceInstanceName": "basic_onboard_yiLhDa 0",
"resourceCustomizationUUID": "25026468-d948-41fc-ae53-42f15cc12357",
"resourceName": "basic_onboard_yiLhDa",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "28581d04-27f5-4bfb-a433-96b9b13639b0",
"resourceInvariantUUID": "2575ba2d-1e91-4a87-8331-814899de5bfe",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_yilhda0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
"artifactChecksum": "NmYzYmUxY2Y3NjY1ZDc2MTc3MTcxYWE5ZGE2YmM3Y2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0e27835a-7211-409a-bc27-f6d1c7a7f3a8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6d75019b-82cf-4139-a5cb-e655b57ff6dc",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0050c6b8-0514-4e80-a8df-ba7743011096",
"generatedFromUUID": "6d75019b-82cf-4139-a5cb-e655b57ff6dc"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0050c6b8-0514-4e80-a8df-ba7743011096",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYilhda-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"artifactChecksum": "N2QxYjhlMTc4NzU4ZmMwMjFkYTU2ZjQwNWEzYjk1N2Y\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "449924c9-2fb0-4695-b3a4-93f36232c81e"
}
],
"workloadContext": "Production"
}
2021-09-04T03:41:06.483Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-04T03:41:06.483Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4fa647b5-02e3-49af-a838-34721d1a697b ASDC
2021-09-04T03:41:06.483Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c3bb501d-ae1d-49de-b936-4230b191bd4e
ServiceName:basic_onboard_yiLhDa
ServiceVersion:1.0
ServiceUUID:4fa647b5-02e3-49af-a838-34721d1a697b
ServiceInvariantUUID:89f2f9ef-ef49-43f7-aed0-34272ef3562e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYilhda-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar
ArtifactUUID:449924c9-2fb0-4695-b3a4-93f36232c81e
ArtifactChecksum:N2QxYjhlMTc4NzU4ZmMwMjFkYTU2ZjQwNWEzYjk1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_yiLhDa 0
ResourceCustomizationUUID:25026468-d948-41fc-ae53-42f15cc12357
ResourceInvariantUUID:2575ba2d-1e91-4a87-8331-814899de5bfe
ResourceName:basic_onboard_yiLhDa
ResourceType:VF
ResourceUUID:28581d04-27f5-4bfb-a433-96b9b13639b0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yilhda0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json
ArtifactUUID:0e27835a-7211-409a-bc27-f6d1c7a7f3a8
ArtifactChecksum:NmYzYmUxY2Y3NjY1ZDc2MTc3MTcxYWE5ZGE2YmM3Y2Q=
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/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml
ArtifactUUID:6d75019b-82cf-4139-a5cb-e655b57ff6dc
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/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env
ArtifactUUID:0050c6b8-0514-4e80-a8df-ba7743011096
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/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env
ArtifactUUID:0050c6b8-0514-4e80-a8df-ba7743011096
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-04T03:41:06.484Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4fa647b5-02e3-49af-a838-34721d1a697b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T03:41:06.513Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T03:41:06.513Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-04T03:41:06.514Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-04T03:41:06.514Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 449924c9-2fb0-4695-b3a4-93f36232c81e from URL: /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:06.514Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-04T03:41:06.514Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:06.953Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-04T03:41:06.956Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar 449924c9-2fb0-4695-b3a4-93f36232c81e 71382
2021-09-04T03:41:06.956Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar ASDC sendASDCNotification
2021-09-04T03:41:06.956Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:06.956Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:41:06.956Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:06.958Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:06.958Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726866956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:41:07.058Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:07.059Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:41:07.059Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:07.066Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:41:07.066Z||pool-26-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:07.958Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T03:41:07.959Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-04T03:41:07.960Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 449924c9-2fb0-4695-b3a4-93f36232c81e, URL: /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar to file: /app/ASDC/1/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:07.960Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:07.960Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:07.960Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:08.111Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14640270116571135282/Definitions/service-BasicOnboardYilhda-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-04T03:41:09.044Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-04T03:41:09.044Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-04T03:41:09.045Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:09.045Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-04T03:41:09.045Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||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-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:09.045Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||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-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:09.045Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||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-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:09.045Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||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-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:09.045Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:09.045Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yiLhDa 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-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:09.045Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:09.046Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||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-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:09.046Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||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-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:09.046Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-04T03:41:09.046Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:09.046Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:09.046Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is matching search criteria
2021-09-04T03:41:09.047Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-04T03:41:09.047Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yiLhDa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T03:41:09.047Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:09.047Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:09.047Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is matching search criteria
2021-09-04T03:41:09.047Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-04T03:41:09.048Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yiLhDa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T03:41:09.048Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:09.048Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:09.048Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:09.048Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is not matching search criteria
2021-09-04T03:41:09.048Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-04T03:41:09.049Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-04T03:41:09.049Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-04T03:41:09.049Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-04T03:41:09.049Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-04T03:41:09.049Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:09.049Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-04T03:41:09.050Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:09.050Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is matching search criteria
2021-09-04T03:41:09.050Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yiLhDa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:41:09.050Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:09.050Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is matching search criteria
2021-09-04T03:41:09.050Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yiLhDa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:41:09.051Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:09.051Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is matching search criteria
2021-09-04T03:41:09.051Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yiLhDa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:41:09.051Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:09.051Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is not matching search criteria
2021-09-04T03:41:09.052Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-04T03:41:09.052Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-04T03:41:09.052Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bb0c3352-9f45-4d20-bab4-ef8c4921d779
2021-09-04T03:41:09.052Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:09.052Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:09.052Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:09.053Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:09.053Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:09.053Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:09.053Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:09.053Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:09.053Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_yiLhDa
Description:service
Model UUID:4fa647b5-02e3-49af-a838-34721d1a697b
Model Version:NULL
Model InvariantUuid:89f2f9ef-ef49-43f7-aed0-34272ef3562e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_yiLhDa
Model UUID:11f4fb38-2702-4379-a2d4-9bc71c8fd9cd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2575ba2d-1e91-4a87-8331-814899de5bfe
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:25026468-d948-41fc-ae53-42f15cc12357
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9887104b-b551-4d65-8de5-cc9026577596
ModelName:BasicOnboardYilhda..base_ubuntu18..module-0
ModelUuid:a2f4b50d-b963-4182-a812-0791f50f615c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bb0c3352-9f45-4d20-bab4-ef8c4921d779
ModelInvariantUuid:a7a426be-5e4e-4cc9-b0b2-c0046684c34d
ModelName:basic_onboard_yiLhDa-nodes.ubuntu18Cvfc
ModelUuid:c404717f-59e2-48d1-b184-f2493f717013
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:8b2fbad9-034f-4760-a90b-22f9b3ae151f
ModelInvariantUuid:b0e89cdd-5f36-4b93-a20f-4a6747420858
ModelName:BasicOnboardYilhda.compute.nodes.heat.ubuntu18
ModelUuid:45fd356a-984b-493a-ad31-52d5901d61cf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-04T03:41:09.059Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 28581d04-27f5-4bfb-a433-96b9b13639b0
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-04T03:41:09.062Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||basic_onboard_yiLhDa 0
2021-09-04T03:41:09.062Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 28581d04-27f5-4bfb-a433-96b9b13639b0
2021-09-04T03:41:09.062Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0e27835a-7211-409a-bc27-f6d1c7a7f3a8 from URL: /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json
2021-09-04T03:41:09.062Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-04T03:41:09.062Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json
2021-09-04T03:41:09.558Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-04T03:41:09.559Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json 0e27835a-7211-409a-bc27-f6d1c7a7f3a8 798
2021-09-04T03:41:09.559Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json ASDC sendASDCNotification
2021-09-04T03:41:09.559Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json
2021-09-04T03:41:09.559Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:41:09.559Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:09.561Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:09.561Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726869559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:41:09.661Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:09.661Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:41:09.661Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:09.671Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:41:09.671Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:10.562Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYilhda..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9887104b-b551-4d65-8de5-cc9026577596",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a2f4b50d-b963-4182-a812-0791f50f615c",
"vfModuleModelCustomizationUUID": "421889d9-7eb5-4656-9d77-f51c131d1be9",
"isBase": true,
"artifacts": [
"6d75019b-82cf-4139-a5cb-e655b57ff6dc",
"0050c6b8-0514-4e80-a8df-ba7743011096"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-04T03:41:10.566Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYilhda..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a2f4b50d-b963-4182-a812-0791f50f615c
VfModuleModelInvariantUUID:9887104b-b551-4d65-8de5-cc9026577596
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d75019b-82cf-4139-a5cb-e655b57ff6dc
,
0050c6b8-0514-4e80-a8df-ba7743011096
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-04T03:41:10.568Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYilhda..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9887104b-b551-4d65-8de5-cc9026577596",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a2f4b50d-b963-4182-a812-0791f50f615c",
"vfModuleModelCustomizationUUID": "421889d9-7eb5-4656-9d77-f51c131d1be9",
"isBase": true,
"artifacts": [
"6d75019b-82cf-4139-a5cb-e655b57ff6dc",
"0050c6b8-0514-4e80-a8df-ba7743011096"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-04T03:41:10.568Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYilhda..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a2f4b50d-b963-4182-a812-0791f50f615c
VfModuleModelInvariantUUID:9887104b-b551-4d65-8de5-cc9026577596
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d75019b-82cf-4139-a5cb-e655b57ff6dc
,
0050c6b8-0514-4e80-a8df-ba7743011096
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-04T03:41:10.568Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6d75019b-82cf-4139-a5cb-e655b57ff6dc from URL: /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml
2021-09-04T03:41:10.568Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-04T03:41:10.568Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml
2021-09-04T03:41:10.716Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-04T03:41:10.716Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml 6d75019b-82cf-4139-a5cb-e655b57ff6dc 5033
2021-09-04T03:41:10.717Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-04T03:41:10.717Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml
2021-09-04T03:41:10.717Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:41:10.717Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:10.718Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:10.718Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726870717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:41:10.819Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-04T03:41:10.819Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:41:10.819Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:10.825Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:41:10.826Z||pool-28-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:11.719Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0050c6b8-0514-4e80-a8df-ba7743011096 from URL: /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env
2021-09-04T03:41:11.719Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-04T03:41:11.720Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env
2021-09-04T03:41:11.864Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-04T03:41:11.865Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env 0050c6b8-0514-4e80-a8df-ba7743011096 909
2021-09-04T03:41:11.865Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-04T03:41:11.865Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env
2021-09-04T03:41:11.865Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:41:11.865Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:11.866Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:11.867Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726871865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:41:11.967Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:11.967Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:41:11.967Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:11.977Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:41:11.977Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:12.867Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 4fa647b5-02e3-49af-a838-34721d1a697b
2021-09-04T03:41:12.868Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_yiLhDa 0 28581d04-27f5-4bfb-a433-96b9b13639b0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-04T03:41:12.878Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@fa9c9d0, org.onap.sdc.toscaparser.api.parameters.Input@40c4e064, org.onap.sdc.toscaparser.api.parameters.Input@7f02e631, org.onap.sdc.toscaparser.api.parameters.Input@75504a4a, org.onap.sdc.toscaparser.api.parameters.Input@3476ea79]
2021-09-04T03:41:12.879Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:12.879Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:12.879Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-09-04T03:41:12.879Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 25026468-d948-41fc-ae53-42f15cc12357
2021-09-04T03:41:12.879Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 25026468-d948-41fc-ae53-42f15cc12357 matches Tosca VF Customization UUID: 25026468-d948-41fc-ae53-42f15cc12357
2021-09-04T03:41:12.879Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 25026468-d948-41fc-ae53-42f15cc12357 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-04T03:41:12.881Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:12.881Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:12.882Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 25026468-d948-41fc-ae53-42f15cc12357: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-04T03:41:12.882Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4c78a347
2021-09-04T03:41:12.882Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:12.882Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-04T03:41:12.882Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 421889d9-7eb5-4656-9d77-f51c131d1be9
2021-09-04T03:41:12.882Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 421889d9-7eb5-4656-9d77-f51c131d1be9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-04T03:41:12.884Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:12.884Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is matching search criteria
2021-09-04T03:41:12.884Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yiLhDa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:41:12.884Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:12.884Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is matching search criteria
2021-09-04T03:41:12.884Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yiLhDa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:41:12.885Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:12.885Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is not matching search criteria
2021-09-04T03:41:12.885Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-04T03:41:12.885Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-04T03:41:12.885Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bb0c3352-9f45-4d20-bab4-ef8c4921d779
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-04T03:41:12.886Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:12.887Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is matching search criteria
2021-09-04T03:41:12.887Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yiLhDa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:41:12.887Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:12.887Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is matching search criteria
2021-09-04T03:41:12.887Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yiLhDa 0] matching following query criteria: sdcType=VF, customizationUUID=25026468-d948-41fc-ae53-42f15cc12357
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-04T03:41:12.888Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:12.889Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:12.889Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 4fa647b5-02e3-49af-a838-34721d1a697b: basic_onboard_yiLhDa
2021-09-04T03:41:12.889Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:12.889Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:12.889Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:12.889Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:12.889Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:12.890Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:12.890Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:12.890Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:12.890Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:41:12.890Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:12.890Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_yiLhDa
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T03:41:12.966Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_yiLhDa 28581d04-27f5-4bfb-a433-96b9b13639b0 1 ASDC deployResourceStructure
2021-09-04T03:41:12.966Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json ASDC sendASDCNotification
2021-09-04T03:41:12.966Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json
2021-09-04T03:41:12.966Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T03:41:12.966Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:12.968Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:12.968Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726872966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-04T03:41:13.068Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:13.069Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:41:13.069Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:13.078Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:41:13.078Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:13.969Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-04T03:41:13.969Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml
2021-09-04T03:41:13.969Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T03:41:13.969Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:13.971Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:13.971Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726873968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-04T03:41:14.071Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:14.072Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:41:14.072Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:14.081Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:41:14.081Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:14.971Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-04T03:41:14.972Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env
2021-09-04T03:41:14.972Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T03:41:14.972Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:14.974Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:14.974Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726874971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-04T03:41:15.074Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:15.075Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:41:15.075Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:15.084Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:41:15.085Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:15.975Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar ASDC sendASDCNotification
2021-09-04T03:41:15.975Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:15.975Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T03:41:15.975Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:15.977Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:15.977Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726875975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-04T03:41:16.077Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:16.078Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:41:16.078Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:16.089Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:41:16.089Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:16.977Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:41:16.986Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:41:16.988Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:41:16.988Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:41:16.988Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:41:46.989Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:41:46.997Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:41:46.999Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:41:46.999Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:41:46.999Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:41:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:41:52.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:41:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:52.937Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:41:52.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726792904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
"status": "NOTIFIED"
}
2021-09-04T03:41:52.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726792904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726792904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726792904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726792904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726792904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726801408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726806264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726808354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726809760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726811065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
"status": "DEPLOY_OK"
}
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726812067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-04T03:41:52.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726813070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-04T03:41:52.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726814073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-04T03:41:52.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726838876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "cds",
"timestamp": 1630726837290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "dcae-sch",
"timestamp": 1630726832986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "policy-id",
"timestamp": 1630726840084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726838876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
"status": "NOTIFIED"
}
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "cds",
"timestamp": 1630726837290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "dcae-sch",
"timestamp": 1630726832986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "clamp",
"timestamp": 1630726840922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "policy-id",
"timestamp": 1630726840084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726838876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "cds",
"timestamp": 1630726837290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "dcae-sch",
"timestamp": 1630726832986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "clamp",
"timestamp": 1630726840922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
"status": "NOTIFIED"
}
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "policy-id",
"timestamp": 1630726840084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726838876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "cds",
"timestamp": 1630726837290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "dcae-sch",
"timestamp": 1630726832986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "clamp",
"timestamp": 1630726840922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "policy-id",
"timestamp": 1630726840084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726838876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "cds",
"timestamp": 1630726837290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "dcae-sch",
"timestamp": 1630726832986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "clamp",
"timestamp": 1630726840922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "policy-id",
"timestamp": 1630726840084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726838876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "cds",
"timestamp": 1630726837290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "dcae-sch",
"timestamp": 1630726832986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "clamp",
"timestamp": 1630726840922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "policy-id",
"timestamp": 1630726840084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726838876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "cds",
"timestamp": 1630726837290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "dcae-sch",
"timestamp": 1630726832986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "clamp",
"timestamp": 1630726840922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "policy-id",
"timestamp": 1630726840084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1630726846463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "clamp",
"timestamp": 1630726840922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726847666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "cds",
"timestamp": 1630726847764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1630726846463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "policy-id",
"timestamp": 1630726848173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:41:52.951Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "cds",
"timestamp": 1630726848769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:41:52.957Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3bb501d-ae1d-49de-b936-4230b191bd4e
2021-09-04T03:41:52.957Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3bb501d-ae1d-49de-b936-4230b191bd4e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1630726846463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "policy-id",
"timestamp": 1630726849177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726849251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1630726846463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "policy-id",
"timestamp": 1630726850180,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:41:52.969Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3bb501d-ae1d-49de-b936-4230b191bd4e
2021-09-04T03:41:52.970Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3bb501d-ae1d-49de-b936-4230b191bd4e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T03:41:52.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726850651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:41:52.977Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1630726846463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726851684,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:41:52.983Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3bb501d-ae1d-49de-b936-4230b191bd4e
2021-09-04T03:41:52.983Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3bb501d-ae1d-49de-b936-4230b191bd4e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-04T03:41:52.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1630726846463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630726851594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:41:52.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630726852687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-04T03:41:52.990Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:42:17.000Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:42:17.011Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:42:17.014Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:42:17.014Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:42:17.014Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:42:47.014Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:42:47.023Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:42:47.025Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:42:47.026Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:42:47.026Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:42:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:42:52.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:42:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:42:52.925Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:42:52.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:42:52.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1630726846463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:42:52.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:43:17.026Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:43:17.034Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:43:17.037Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:43:17.037Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:43:17.037Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:43:47.038Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:43:47.050Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:43:47.053Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:43:47.053Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:43:47.053Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:43:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:43:52.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:43:52.908Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:43:53.430Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:43:53.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630726851594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "clamp",
"timestamp": 1630726853229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630726851594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630726851594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "clamp",
"timestamp": 1630726855238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630726851594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:43:53.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "clamp",
"timestamp": 1630726856241,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:43:53.440Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c3bb501d-ae1d-49de-b936-4230b191bd4e
2021-09-04T03:43:53.440Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3bb501d-ae1d-49de-b936-4230b191bd4e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T03:43:53.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630726851594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:43:53.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726857816,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T03:43:53.450Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630726851594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:43:53.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:43:53.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "aai-ml",
"timestamp": 1630726857877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:43:53.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726858832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:43:53.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "aai-ml",
"timestamp": 1630726857877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:43:53.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726858832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
"status": "NOTIFIED"
}
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "aai-ml",
"timestamp": 1630726857877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630726860524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726858832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "aai-ml",
"timestamp": 1630726857877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726858832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "aai-ml",
"timestamp": 1630726857877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630726863103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726858832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "aai-ml",
"timestamp": 1630726857877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:43:53.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630726864106,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:43:53.458Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3bb501d-ae1d-49de-b936-4230b191bd4e
2021-09-04T03:43:53.458Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3bb501d-ae1d-49de-b936-4230b191bd4e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T03:43:53.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726858832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:43:53.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "aai-ml",
"timestamp": 1630726857877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726858832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "aai-ml",
"timestamp": 1630726866082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726866956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726869559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726870717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "aai-ml",
"timestamp": 1630726871643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-04T03:43:53.467Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726871865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:43:53.467Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "aai-ml",
"timestamp": 1630726872647,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:43:53.471Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c3bb501d-ae1d-49de-b936-4230b191bd4e
2021-09-04T03:43:53.471Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3bb501d-ae1d-49de-b936-4230b191bd4e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T03:43:53.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726872966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-04T03:43:53.479Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726873968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-04T03:43:53.479Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726874971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-04T03:43:53.479Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630726875975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-04T03:43:53.479Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:44:17.054Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:44:17.064Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:44:17.067Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:44:17.067Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T03:44:17.067Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-04T03:44:17.067Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-04T03:44:17.067Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-04T03:44:17.067Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-04T03:44:17.068Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-04T03:44:17.068Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-04T03:44:17.068Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-04T03:44:17.068Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-04T03:44:17.068Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:44:17.072Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-04T03:44:47.072Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-04T03:44:47.078Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3bb501d-ae1d-49de-b936-4230b191bd4e and serviceModelVersionId: 4fa647b5-02e3-49af-a838-34721d1a697b
2021-09-04T03:44:47.078Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 89f2f9ef-ef49-43f7-aed0-34272ef3562e
2021-09-04T03:44:47.079Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/89f2f9ef-ef49-43f7-aed0-34272ef3562e/model-vers/model-ver/4fa647b5-02e3-49af-a838-34721d1a697b?depth=0
2021-09-04T03:44:47.086Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-04T03:44:47.140Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89f2f9ef-ef49-43f7-aed0-34272ef3562e/model-vers/model-ver/4fa647b5-02e3-49af-a838-34721d1a697b?depth=0|INFO|500||Invoke
2021-09-04T03:44:47.141Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89f2f9ef-ef49-43f7-aed0-34272ef3562e/model-vers/model-ver/4fa647b5-02e3-49af-a838-34721d1a697b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89f2f9ef-ef49-43f7-aed0-34272ef3562e/model-vers/model-ver/4fa647b5-02e3-49af-a838-34721d1a697b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c3bb501d-ae1d-49de-b936-4230b191bd4e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5393a542-b68f-4a10-b04e-1769072ff2f2], X-ECOMP-RequestID=[c3bb501d-ae1d-49de-b936-4230b191bd4e], X-TransactionId=[], X-ONAP-RequestID=[c3bb501d-ae1d-49de-b936-4230b191bd4e], Content-Type=[application/merge-patch+json]}
2021-09-04T03:44:47.162Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89f2f9ef-ef49-43f7-aed0-34272ef3562e/model-vers/model-ver/4fa647b5-02e3-49af-a838-34721d1a697b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-04T03:44:47.355Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89f2f9ef-ef49-43f7-aed0-34272ef3562e/model-vers/model-ver/4fa647b5-02e3-49af-a838-34721d1a697b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89f2f9ef-ef49-43f7-aed0-34272ef3562e/model-vers/model-ver/4fa647b5-02e3-49af-a838-34721d1a697b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210904-03:44:47:167-77596], vertex-id=[188568], Content-Length=[0], Date=[Sat, 04 Sep 2021 03:44:47 GMT], Content-Type=[application/json]}
2021-09-04T03:44:47.356Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89f2f9ef-ef49-43f7-aed0-34272ef3562e/model-vers/model-ver/4fa647b5-02e3-49af-a838-34721d1a697b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-04T03:44:47.357Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89f2f9ef-ef49-43f7-aed0-34272ef3562e/model-vers/model-ver/4fa647b5-02e3-49af-a838-34721d1a697b?depth=0|INFO|500||InvokeReturn
2021-09-04T03:44:47.357Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-04T03:44:47.357Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-04T03:44:47.361Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-04T03:44:47.361Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3bb501d-ae1d-49de-b936-4230b191bd4e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-04T03:44:47.361Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-04T03:44:47.362Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:44:47.363Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:44:47.364Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727087361,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T03:44:47.464Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:44:47.465Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:44:47.465Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:44:47.477Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:44:47.478Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-04T03:44:48.378Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:44:48.379Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:44:48.379Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:44:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:44:52.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:44:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:44:53.528Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:44:53.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:44:53.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727087361,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T03:44:53.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:44:58.566Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:44:58.567Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:44:58.567Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:44:58.568Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:45:08.107Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:45:08.108Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:45:08.108Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:45:08.108Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:45:17.649Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:45:17.650Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:45:17.650Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:45:17.650Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:45:27.187Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:45:52.904Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:45:52.905Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:45:52.905Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:45:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:45:52.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:45:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:46:02.448Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:46:02.452Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:46:52.904Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:46:52.905Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:46:52.905Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:46:52.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:46:52.907Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:46:52.907Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:47:02.444Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:47:02.447Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:47:52.904Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:47:52.905Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:47:52.905Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:47:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:47:52.907Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:47:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:48:02.446Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:48:02.446Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:48:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:48:52.905Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:48:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:48:52.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:48:52.907Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:48:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:49:02.448Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:49:02.449Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:49:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:49:52.905Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:49:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:49:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:49:52.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:49:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:50:02.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:50:02.449Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:50:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:50:52.905Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:50:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:50:52.906Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:50:52.907Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:50:52.907Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:51:02.445Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:51:02.445Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:51:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:51:52.905Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:51:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:51:52.906Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:51:52.907Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:51:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:52:02.446Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:52:02.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:52:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:52:52.905Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:52:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:52:52.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:52:52.907Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:52:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:53:02.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:53:02.452Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:53:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:53:52.905Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:53:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:53:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:53:52.907Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:53:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:54:02.446Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:54:02.447Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:54:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:54:52.905Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:54:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:54:52.906Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:54:52.906Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:54:52.907Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:55:02.445Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:55:02.451Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:55:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:55:52.905Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:55:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:55:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:55:52.907Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:55:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:55:53.342Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:55:53.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1630727726463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "cds",
"timestamp": 1630727722290,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "aai-ml",
"timestamp": 1630727727877,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1630727726463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "cds",
"timestamp": 1630727722290,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "aai-ml",
"timestamp": 1630727727877,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "dcae-sch",
"timestamp": 1630727732986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1630727726463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "cds",
"timestamp": 1630727722290,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "aai-ml",
"timestamp": 1630727727877,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "dcae-sch",
"timestamp": 1630727732986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1630727726463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "cds",
"timestamp": 1630727722290,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "aai-ml",
"timestamp": 1630727727877,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "dcae-sch",
"timestamp": 1630727732986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1630727726463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "cds",
"timestamp": 1630727722290,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "aai-ml",
"timestamp": 1630727727877,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "dcae-sch",
"timestamp": 1630727732986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1630727726463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "cds",
"timestamp": 1630727722290,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "aai-ml",
"timestamp": 1630727727877,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "dcae-sch",
"timestamp": 1630727732986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1630727726463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "cds",
"timestamp": 1630727722290,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "aai-ml",
"timestamp": 1630727727877,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "dcae-sch",
"timestamp": 1630727732986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1630727726463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "cds",
"timestamp": 1630727722290,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "aai-ml",
"timestamp": 1630727727877,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630727738876,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "dcae-sch",
"timestamp": 1630727732986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630727738876,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "dcae-sch",
"timestamp": 1630727732986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "policy-id",
"timestamp": 1630727740084,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "aai-ml",
"timestamp": 1630727740990,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "cds",
"timestamp": 1630727741096,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1630727741291,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630727738876,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "clamp",
"timestamp": 1630727740922,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "policy-id",
"timestamp": 1630727740084,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "cds",
"timestamp": 1630727742104,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-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-09-04T03:55:53.369Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1698eb10-91f1-4113-910a-4d17ea1291a0
2021-09-04T03:55:53.369Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1698eb10-91f1-4113-910a-4d17ea1291a0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630727738876,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1630727742544,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "clamp",
"timestamp": 1630727740922,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "policy-id",
"timestamp": 1630727740084,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630727738876,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1630727743547,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:55:53.382Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1698eb10-91f1-4113-910a-4d17ea1291a0
2021-09-04T03:55:53.382Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1698eb10-91f1-4113-910a-4d17ea1291a0 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T03:55:53.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "clamp",
"timestamp": 1630727740922,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "policy-id",
"timestamp": 1630727740084,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630727738876,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "clamp",
"timestamp": 1630727740922,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "policy-id",
"timestamp": 1630727740084,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "aai-ml",
"timestamp": 1630727745348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630727738876,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "clamp",
"timestamp": 1630727740922,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "policy-id",
"timestamp": 1630727740084,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "aai-ml",
"timestamp": 1630727746352,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:55:53.398Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1698eb10-91f1-4113-910a-4d17ea1291a0
2021-09-04T03:55:53.398Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1698eb10-91f1-4113-910a-4d17ea1291a0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T03:55:53.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630727738876,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:55:53.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "clamp",
"timestamp": 1630727740922,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "policy-id",
"timestamp": 1630727740084,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "clamp",
"timestamp": 1630727740922,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "policy-id",
"timestamp": 1630727740084,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "clamp",
"timestamp": 1630727740922,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "policy-id",
"timestamp": 1630727749363,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "policy-id",
"timestamp": 1630727750367,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "policy-id",
"timestamp": 1630727751370,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:55:53.413Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1698eb10-91f1-4113-910a-4d17ea1291a0
2021-09-04T03:55:53.413Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1698eb10-91f1-4113-910a-4d17ea1291a0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T03:55:53.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630727751593,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:55:53.530Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:55:53.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"1698eb10-91f1-4113-910a-4d17ea1291a0","serviceName":"Demo_pNF_6mOmB3RiczuUwhdSnuAB","serviceVersion":"1.0","serviceUUID":"9983e7fd-8043-405d-9b8b-85d74f498f7e","serviceDescription":"catalog service description","serviceInvariantUUID":"dbf34efd-ead3-445e-ad4a-c1c961010e4d","resources":[{"resourceInstanceName":"pNF ab23f0e7-ad1e 0","resourceName":"pNF ab23f0e7-ad1e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d1a2a148-3f1b-4baf-9fa6-25ffebadc0c0","resourceInvariantUUID":"8867ea56-d0b7-4712-bebd-dcf007ce1de5","resourceCustomizationUUID":"0c7756f0-2a7f-464a-baf6-847375145256","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vf-license-model.xml","artifactChecksum":"NDliMmNmZGQyZTNhYWNkYTcyYmRlOTBiYTRmZTJiYTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"81d83696-84ba-4e09-bdea-66be670e1048","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/pNF.csar","artifactChecksum":"ZWQxZDMyODQyYjUxZWFkMjY0MWUxMTM4MDc3MWUyZGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d0d40c3-127a-4e4f-8b91-6dfd5d887185","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba458232-ea6b-4e27-9cf1-29a940083e05","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTdkM2ZhMzhlOTg3YmUzYzYwMTBkMDM5NDc0MmRhNjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1973ea2a-2e49-4ffa-93bb-4a9869de9184","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1e1eea3d-6a56-41c8-8ad2-dcf5a64a2e3d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f414c6b5-813f-43ad-9a3e-0bb01f0f5dc0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf6momb3riczuuwhdsnuab-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-template.yml","artifactChecksum":"YjdhM2I4ZTE2ZTM3NzBlYzM4M2JhYjYxYTY0YzkyMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"486c601a-89cf-4652-81a0-7e60819cab05","artifactVersion":"1"},{"artifactName":"service-DemoPnf6momb3riczuuwhdsnuab-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar","artifactChecksum":"MDkyZjUzNzMyYWIyNzQwZGNjZjg2YTA5M2Q5N2NiNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"34f8b500-a974-4971-aba8-77e408423dd2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-04T03:55:53.533Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:55:53.533Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:55:53.534Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:55:53.535Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727752904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.636Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-04T03:55:53.636Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:55:53.636Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:55:53.646Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:55:53.647Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:55:54.535Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:55:54.536Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:55:54.538Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:55:54.538Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727752904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:54.638Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:55:54.639Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:55:54.639Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:55:54.648Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:55:54.648Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:55:55.538Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:55:55.539Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:55:55.541Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:55:55.541Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727752904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:55.641Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:55:55.642Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:55:55.642Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:55:55.651Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:55:55.651Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:55:56.541Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:55:56.542Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:55:56.543Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:55:56.543Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727752904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:56.643Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:55:56.644Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:55:56.644Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:55:56.653Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:55:56.653Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:55:57.544Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:55:57.544Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:55:57.546Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:55:57.546Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727752904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:57.646Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:55:57.647Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:55:57.647Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:55:57.657Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:55:57.658Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:55:58.546Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:55:58.547Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:55:58.548Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:55:58.548Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727752904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:58.648Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:55:58.649Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:55:58.649Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:55:58.658Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:55:58.658Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:55:59.549Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:55:59.549Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:55:59.551Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:55:59.551Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727752904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:55:59.651Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:55:59.652Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:55:59.652Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:55:59.661Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:55:59.661Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:56:00.552Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:56:00.552Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:56:00.554Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:56:00.554Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727752904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:56:00.654Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:56:00.654Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:56:00.655Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:56:00.664Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:56:00.665Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:56:01.554Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"serviceName": "Demo_pNF_6mOmB3RiczuUwhdSnuAB",
"serviceVersion": "1.0",
"serviceUUID": "9983e7fd-8043-405d-9b8b-85d74f498f7e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "dbf34efd-ead3-445e-ad4a-c1c961010e4d",
"resources": [
{
"resourceInstanceName": "pNF ab23f0e7-ad1e 0",
"resourceCustomizationUUID": "0c7756f0-2a7f-464a-baf6-847375145256",
"resourceName": "pNF ab23f0e7-ad1e",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "d1a2a148-3f1b-4baf-9fa6-25ffebadc0c0",
"resourceInvariantUUID": "8867ea56-d0b7-4712-bebd-dcf007ce1de5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"artifactChecksum": "MDkyZjUzNzMyYWIyNzQwZGNjZjg2YTA5M2Q5N2NiNWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "34f8b500-a974-4971-aba8-77e408423dd2"
}
],
"workloadContext": "Production"
}
2021-09-04T03:56:01.555Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-04T03:56:01.555Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9983e7fd-8043-405d-9b8b-85d74f498f7e ASDC
2021-09-04T03:56:01.555Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:1698eb10-91f1-4113-910a-4d17ea1291a0
ServiceName:Demo_pNF_6mOmB3RiczuUwhdSnuAB
ServiceVersion:1.0
ServiceUUID:9983e7fd-8043-405d-9b8b-85d74f498f7e
ServiceInvariantUUID:dbf34efd-ead3-445e-ad4a-c1c961010e4d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
ArtifactUUID:34f8b500-a974-4971-aba8-77e408423dd2
ArtifactChecksum:MDkyZjUzNzMyYWIyNzQwZGNjZjg2YTA5M2Q5N2NiNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ab23f0e7-ad1e 0
ResourceCustomizationUUID:0c7756f0-2a7f-464a-baf6-847375145256
ResourceInvariantUUID:8867ea56-d0b7-4712-bebd-dcf007ce1de5
ResourceName:pNF ab23f0e7-ad1e
ResourceType:PNF
ResourceUUID:d1a2a148-3f1b-4baf-9fa6-25ffebadc0c0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-09-04T03:56:01.555Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9983e7fd-8043-405d-9b8b-85d74f498f7e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-04T03:56:01.574Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T03:56:01.575Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T03:56:01.575Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T03:56:01.575Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 34f8b500-a974-4971-aba8-77e408423dd2 from URL: /sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:01.575Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T03:56:01.575Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:02.088Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T03:56:02.091Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar 34f8b500-a974-4971-aba8-77e408423dd2 82534
2021-09-04T03:56:02.092Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar ASDC sendASDCNotification
2021-09-04T03:56:02.092Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:02.092Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:56:02.092Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:56:02.093Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:56:02.093Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727762092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:56:02.193Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:56:02.194Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:56:02.194Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:56:02.203Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:56:02.204Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:56:03.094Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T03:56:03.095Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T03:56:03.095Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 34f8b500-a974-4971-aba8-77e408423dd2, URL: /sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar to file: /app/ASDC/1/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.095Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.096Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.096Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.240Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11277611133785491261/Definitions/service-DemoPnf6momb3riczuuwhdsnuab-template.yml
2021-09-04T03:56:03.800Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-04T03:56:03.800Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-04T03:56:03.800Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.800Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-04T03:56:03.800Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.800Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.800Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.800Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||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-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.800Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||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-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.800Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ab23f0e7-ad1e 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.801Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||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-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.801Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-04T03:56:03.801Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:56:03.801Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6mOmB3RiczuUwhdSnuAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:56:03.801Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Node template pNF ab23f0e7-ad1e 0 is matching search criteria
2021-09-04T03:56:03.801Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-04T03:56:03.801Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF ab23f0e7-ad1e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T03:56:03.801Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:56:03.801Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6mOmB3RiczuUwhdSnuAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:56:03.801Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Node template pNF ab23f0e7-ad1e 0 is matching search criteria
2021-09-04T03:56:03.802Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-04T03:56:03.802Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF ab23f0e7-ad1e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T03:56:03.802Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:56:03.802Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6mOmB3RiczuUwhdSnuAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:56:03.802Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:56:03.802Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6mOmB3RiczuUwhdSnuAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:56:03.802Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:56:03.802Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6mOmB3RiczuUwhdSnuAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:56:03.802Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:56:03.802Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6mOmB3RiczuUwhdSnuAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:56:03.802Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:56:03.803Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6mOmB3RiczuUwhdSnuAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:56:03.803Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_6mOmB3RiczuUwhdSnuAB
Description:catalog service description
Model UUID:9983e7fd-8043-405d-9b8b-85d74f498f7e
Model Version:NULL
Model InvariantUuid:dbf34efd-ead3-445e-ad4a-c1c961010e4d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-04T03:56:03.808Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: d1a2a148-3f1b-4baf-9fa6-25ffebadc0c0
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-04T03:56:03.811Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||pNF ab23f0e7-ad1e 0
2021-09-04T03:56:03.811Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d1a2a148-3f1b-4baf-9fa6-25ffebadc0c0
2021-09-04T03:56:03.812Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 9983e7fd-8043-405d-9b8b-85d74f498f7e
2021-09-04T03:56:03.812Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 9983e7fd-8043-405d-9b8b-85d74f498f7e
2021-09-04T03:56:03.812Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ab23f0e7-ad1e 0 d1a2a148-3f1b-4baf-9fa6-25ffebadc0c0 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-04T03:56:03.816Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c0aa1f1, org.onap.sdc.toscaparser.api.parameters.Input@29025c95, org.onap.sdc.toscaparser.api.parameters.Input@6bc5d372, org.onap.sdc.toscaparser.api.parameters.Input@42d9b15c, org.onap.sdc.toscaparser.api.parameters.Input@5bc585df]
2021-09-04T03:56:03.816Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:56:03.816Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6mOmB3RiczuUwhdSnuAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:56:03.816Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 9983e7fd-8043-405d-9b8b-85d74f498f7e: pNF ab23f0e7-ad1e
2021-09-04T03:56:03.817Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||Processing PNF resource: d1a2a148-3f1b-4baf-9fa6-25ffebadc0c0
2021-09-04T03:56:03.817Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:56:03.817Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6mOmB3RiczuUwhdSnuAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:56:03.817Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||Resource customization UUID: 0c7756f0-2a7f-464a-baf6-847375145256 is the same as notified resource customizationUUID: 0c7756f0-2a7f-464a-baf6-847375145256
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-04T03:56:03.863Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ab23f0e7-ad1e d1a2a148-3f1b-4baf-9fa6-25ffebadc0c0 0 ASDC deployResourceStructure
2021-09-04T03:56:03.863Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar ASDC sendASDCNotification
2021-09-04T03:56:03.864Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.864Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T03:56:03.864Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:56:03.865Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:56:03.865Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727763863,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-04T03:56:03.965Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:56:03.966Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:56:03.966Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:56:03.975Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:56:03.975Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:56:04.866Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:56:04.877Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:56:04.879Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:56:04.879Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T03:56:04.879Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:56:04.879Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:56:34.880Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:56:34.889Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:56:34.891Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:56:34.891Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T03:56:34.891Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:56:34.891Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:56:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:56:52.907Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:56:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:56:52.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:56:52.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:56:52.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630727751593,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:56:52.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:57:04.891Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:57:04.900Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:57:04.904Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:57:04.904Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T03:57:04.904Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:57:04.904Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:57:34.904Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:57:34.913Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:57:34.915Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:57:34.915Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T03:57:34.915Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:57:34.915Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:57:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:57:52.907Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:57:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:57:52.925Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:57:52.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:57:52.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727752904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:57:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:58:04.915Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:58:04.923Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:58:04.925Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:58:04.926Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T03:58:04.926Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:58:04.926Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:58:34.926Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:58:34.934Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:58:34.936Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:58:34.936Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T03:58:34.936Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:58:34.936Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:58:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:58:52.908Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:58:52.908Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:58:52.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:58:52.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630727751593,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727752904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630727751593,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727752904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630727751593,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727752904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630727751593,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727752904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630727751593,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727752904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630727751593,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727752904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727752904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630727760892,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727762092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "clamp",
"timestamp": 1630727762336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630727762535,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "clamp",
"timestamp": 1630727763352,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630727763538,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:58:52.941Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1698eb10-91f1-4113-910a-4d17ea1291a0
2021-09-04T03:58:52.941Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1698eb10-91f1-4113-910a-4d17ea1291a0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T03:58:52.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727763863,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-04T03:58:52.950Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:58:52.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "clamp",
"timestamp": 1630727764355,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:58:52.954Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1698eb10-91f1-4113-910a-4d17ea1291a0
2021-09-04T03:58:52.955Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1698eb10-91f1-4113-910a-4d17ea1291a0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T03:59:04.936Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:59:04.946Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:59:04.952Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-04T03:59:34.953Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-04T03:59:34.958Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1698eb10-91f1-4113-910a-4d17ea1291a0 and serviceModelVersionId: 9983e7fd-8043-405d-9b8b-85d74f498f7e
2021-09-04T03:59:34.958Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dbf34efd-ead3-445e-ad4a-c1c961010e4d
2021-09-04T03:59:34.959Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dbf34efd-ead3-445e-ad4a-c1c961010e4d/model-vers/model-ver/9983e7fd-8043-405d-9b8b-85d74f498f7e?depth=0
2021-09-04T03:59:34.963Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-04T03:59:34.995Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbf34efd-ead3-445e-ad4a-c1c961010e4d/model-vers/model-ver/9983e7fd-8043-405d-9b8b-85d74f498f7e?depth=0|INFO|500||Invoke
2021-09-04T03:59:34.996Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbf34efd-ead3-445e-ad4a-c1c961010e4d/model-vers/model-ver/9983e7fd-8043-405d-9b8b-85d74f498f7e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbf34efd-ead3-445e-ad4a-c1c961010e4d/model-vers/model-ver/9983e7fd-8043-405d-9b8b-85d74f498f7e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1698eb10-91f1-4113-910a-4d17ea1291a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b0a1a89-ccd9-41b6-a6ad-4cd44d284888], X-ECOMP-RequestID=[1698eb10-91f1-4113-910a-4d17ea1291a0], X-TransactionId=[], X-ONAP-RequestID=[1698eb10-91f1-4113-910a-4d17ea1291a0], Content-Type=[application/merge-patch+json]}
2021-09-04T03:59:35.018Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbf34efd-ead3-445e-ad4a-c1c961010e4d/model-vers/model-ver/9983e7fd-8043-405d-9b8b-85d74f498f7e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-04T03:59:35.216Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbf34efd-ead3-445e-ad4a-c1c961010e4d/model-vers/model-ver/9983e7fd-8043-405d-9b8b-85d74f498f7e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbf34efd-ead3-445e-ad4a-c1c961010e4d/model-vers/model-ver/9983e7fd-8043-405d-9b8b-85d74f498f7e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210904-03:59:35:024-83218], vertex-id=[204952], Content-Length=[0], Date=[Sat, 04 Sep 2021 03:59:35 GMT], Content-Type=[application/json]}
2021-09-04T03:59:35.216Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbf34efd-ead3-445e-ad4a-c1c961010e4d/model-vers/model-ver/9983e7fd-8043-405d-9b8b-85d74f498f7e?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-04T03:59:35.217Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbf34efd-ead3-445e-ad4a-c1c961010e4d/model-vers/model-ver/9983e7fd-8043-405d-9b8b-85d74f498f7e?depth=0|INFO|500||InvokeReturn
2021-09-04T03:59:35.217Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-04T03:59:35.217Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-04T03:59:35.222Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-04T03:59:35.222Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1698eb10-91f1-4113-910a-4d17ea1291a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-04T03:59:35.222Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-04T03:59:35.222Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:35.224Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:35.224Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727975222,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T03:59:35.324Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:35.325Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:59:35.325Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:35.336Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:59:35.336Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-04T03:59:36.235Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:59:36.236Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:59:36.236Z|1698eb10-91f1-4113-910a-4d17ea1291a0|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:40.536Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:59:40.537Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-04T03:59:40.537Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c4c9d25a-dc04-49b0-b068-2c14fa175158","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8","serviceDescription":"service","serviceInvariantUUID":"6a5e1488-f037-411a-8b0f-3c2baaa1034c","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"44f6e9d3-64d2-4254-94ea-26f3b192f939","resourceInvariantUUID":"370f4390-b8d9-4941-9827-de00b0f1a65f","resourceCustomizationUUID":"28d46539-0e04-4b4f-87d2-fac246191a16","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cb3527a1-ee53-40c0-be41-b8b873d84e12","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"OGFmYTE2NjE1ZjFjYzc5MWIxM2NlZTg1ZThlMmQzOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f202672b-aa4f-46c6-b472-f7b748e1cc72","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"OGJmYTU4MmY2NmU2M2RlMTBiYTc2ZDA5YWU4ZDFmNTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4c8ee006-e00b-4521-8fda-a2f4a23822bf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2ce1d692-66a1-458a-9ef9-370076c9ceb0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8182f048-c4f1-4439-9dfc-229d11adcaab","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f67afffc-14aa-4bfe-a67f-606603a13274","artifactVersion":"2","generatedFromUUID":"2ce1d692-66a1-458a-9ef9-370076c9ceb0"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NmRjOWY1NmZkMGQ4NzM1YjcwZjZkYTBkZjVmNjYyNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c3192d86-55e8-4646-a5b6-00dec99dc52b","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NzBjZjk0ZTg1NmJjZjZiZDg3YjlmMjZlZmM2YTZiOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"81b8a3f5-3e06-4cec-8375-1a8eb8eaca5a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-04T03:59:40.540Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:59:40.541Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:40.542Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:40.542Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727976235,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:40.643Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-04T03:59:40.643Z||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-09-04T03:59:40.643Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:40.655Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:59:40.655Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:41.543Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:59:41.544Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:41.545Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:41.545Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727976235,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:41.645Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:41.646Z||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-09-04T03:59:41.646Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:41.655Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:59:41.655Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:42.545Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:59:42.546Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:42.548Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:42.548Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727976235,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-09-04T03:59:42.648Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:42.649Z||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-09-04T03:59:42.649Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:42.657Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:59:42.657Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:43.548Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:59:43.549Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:43.551Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:43.551Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727976235,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-04T03:59:43.651Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:43.652Z||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-09-04T03:59:43.652Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:43.661Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:59:43.661Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:44.552Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:59:44.553Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:44.555Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:44.555Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727976235,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:44.655Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:44.656Z||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-09-04T03:59:44.656Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:44.665Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:59:44.665Z||pool-50-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:45.556Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:59:45.556Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:45.558Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:45.558Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727976235,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-04T03:59:45.658Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:45.659Z||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-09-04T03:59:45.659Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:45.669Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:59:45.669Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:46.559Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:59:46.560Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:46.561Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:46.561Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727976235,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:46.661Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:46.662Z||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-09-04T03:59:46.662Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:46.671Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:59:46.671Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:47.562Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:59:47.562Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:47.564Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:47.564Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727976235,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:59:47.665Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-04T03:59:47.665Z||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-09-04T03:59:47.665Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:47.674Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:59:47.674Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:48.565Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"serviceName": "basicclamp",
"serviceVersion": "1.0",
"serviceUUID": "2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8",
"serviceDescription": "service",
"serviceInvariantUUID": "6a5e1488-f037-411a-8b0f-3c2baaa1034c",
"resources": [
{
"resourceInstanceName": "basicclamp 0",
"resourceCustomizationUUID": "28d46539-0e04-4b4f-87d2-fac246191a16",
"resourceName": "basicclamp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "44f6e9d3-64d2-4254-94ea-26f3b192f939",
"resourceInvariantUUID": "370f4390-b8d9-4941-9827-de00b0f1a65f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basicclamp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"artifactChecksum": "OGJmYTU4MmY2NmU2M2RlMTBiYTc2ZDA5YWU4ZDFmNTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4c8ee006-e00b-4521-8fda-a2f4a23822bf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2ce1d692-66a1-458a-9ef9-370076c9ceb0",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f67afffc-14aa-4bfe-a67f-606603a13274",
"generatedFromUUID": "2ce1d692-66a1-458a-9ef9-370076c9ceb0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f67afffc-14aa-4bfe-a67f-606603a13274",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Basicclamp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"artifactChecksum": "NzBjZjk0ZTg1NmJjZjZiZDg3YjlmMjZlZmM2YTZiOGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "81b8a3f5-3e06-4cec-8375-1a8eb8eaca5a"
}
],
"workloadContext": "Production"
}
2021-09-04T03:59:48.566Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-04T03:59:48.566Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8 ASDC
2021-09-04T03:59:48.566Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:c4c9d25a-dc04-49b0-b068-2c14fa175158
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8
ServiceInvariantUUID:6a5e1488-f037-411a-8b0f-3c2baaa1034c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:81b8a3f5-3e06-4cec-8375-1a8eb8eaca5a
ArtifactChecksum:NzBjZjk0ZTg1NmJjZjZiZDg3YjlmMjZlZmM2YTZiOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:28d46539-0e04-4b4f-87d2-fac246191a16
ResourceInvariantUUID:370f4390-b8d9-4941-9827-de00b0f1a65f
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:44f6e9d3-64d2-4254-94ea-26f3b192f939
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:4c8ee006-e00b-4521-8fda-a2f4a23822bf
ArtifactChecksum:OGJmYTU4MmY2NmU2M2RlMTBiYTc2ZDA5YWU4ZDFmNTA=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2ce1d692-66a1-458a-9ef9-370076c9ceb0
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:f67afffc-14aa-4bfe-a67f-606603a13274
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:f67afffc-14aa-4bfe-a67f-606603a13274
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-04T03:59:48.566Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T03:59:48.596Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T03:59:48.597Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T03:59:48.597Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T03:59:48.597Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 81b8a3f5-3e06-4cec-8375-1a8eb8eaca5a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-04T03:59:48.597Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T03:59:48.597Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-04T03:59:48.967Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T03:59:48.970Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 81b8a3f5-3e06-4cec-8375-1a8eb8eaca5a 73381
2021-09-04T03:59:48.970Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-04T03:59:48.970Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-04T03:59:48.971Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:59:48.971Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:48.972Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:48.973Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727988970,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:59:49.073Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:49.073Z||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-09-04T03:59:49.073Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:49.082Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:59:49.082Z||pool-54-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:49.973Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T03:59:49.974Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T03:59:49.974Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 81b8a3f5-3e06-4cec-8375-1a8eb8eaca5a, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-04T03:59:49.974Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-04T03:59:49.975Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-04T03:59:49.975Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-04T03:59:50.054Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP426921323327174868/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-04T03:59:50.881Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-04T03:59:50.882Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-04T03:59:50.882Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-04T03:59:50.882Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-04T03:59:50.882Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2021-09-04T03:59:50.882Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||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-Basicclamp-csar.csar
2021-09-04T03:59:50.882Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||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-Basicclamp-csar.csar
2021-09-04T03:59:50.882Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||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-Basicclamp-csar.csar
2021-09-04T03:59:50.883Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||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-Basicclamp-csar.csar
2021-09-04T03:59:50.883Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-04T03:59:50.883Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-04T03:59:50.883Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||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-Basicclamp-csar.csar
2021-09-04T03:59:50.883Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||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-Basicclamp-csar.csar
2021-09-04T03:59:50.883Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-04T03:59:50.883Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:59:50.883Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:59:50.884Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-04T03:59:50.884Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-04T03:59:50.884Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T03:59:50.884Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:59:50.884Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:59:50.884Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-04T03:59:50.884Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-04T03:59:50.884Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T03:59:50.885Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:59:50.885Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:59:50.885Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:59:50.885Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-04T03:59:50.885Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-04T03:59:50.885Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-04T03:59:50.885Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-04T03:59:50.885Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-04T03:59:50.885Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-04T03:59:50.886Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:59:50.886Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-04T03:59:50.886Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:59:50.886Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-04T03:59:50.886Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:59:50.886Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:59:50.886Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-04T03:59:50.886Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:59:50.887Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:59:50.887Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-04T03:59:50.887Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:59:50.887Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:59:50.887Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-04T03:59:50.887Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-04T03:59:50.887Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-04T03:59:50.887Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f07d4dba-43bd-46b8-9278-a25e8ea964a8
2021-09-04T03:59:50.887Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:59:50.888Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:59:50.888Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:59:50.888Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:59:50.888Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:59:50.888Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:59:50.888Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-04T03:59:50.888Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:59:50.888Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basicclamp
Description:service
Model UUID:2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8
Model Version:NULL
Model InvariantUuid:6a5e1488-f037-411a-8b0f-3c2baaa1034c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basicclamp
Model UUID:9785d3a5-e4b2-4f3c-9314-c5bda5856641
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:370f4390-b8d9-4941-9827-de00b0f1a65f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:28d46539-0e04-4b4f-87d2-fac246191a16
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:04a435cc-6eb5-4e01-934b-5d1034aca726
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:5bd4df15-565e-4e98-ad94-11e40383595d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f07d4dba-43bd-46b8-9278-a25e8ea964a8
ModelInvariantUuid:105aadc5-3f6c-485e-b32e-2634830abd9c
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:4eb911c4-c4d7-4c41-add5-7e1d8eb2421f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:679ffdec-b7ef-4404-8e1f-867e3283b277
ModelInvariantUuid:ce5e8f28-a186-40b0-b42a-0eac1cb62fb4
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:02725f50-a515-42b5-a612-0b397ff4f118
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-04T03:59:50.894Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 44f6e9d3-64d2-4254-94ea-26f3b192f939
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-04T03:59:50.896Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||basicclamp 0
2021-09-04T03:59:50.897Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 44f6e9d3-64d2-4254-94ea-26f3b192f939
2021-09-04T03:59:50.897Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4c8ee006-e00b-4521-8fda-a2f4a23822bf from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-04T03:59:50.897Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T03:59:50.897Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-04T03:59:51.266Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T03:59:51.267Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 4c8ee006-e00b-4521-8fda-a2f4a23822bf 790
2021-09-04T03:59:51.267Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-04T03:59:51.267Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-04T03:59:51.267Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:59:51.267Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:51.269Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:51.269Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727991267,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:59:51.369Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:51.369Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:59:51.369Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:51.377Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:59:51.377Z||pool-55-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:52.269Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "04a435cc-6eb5-4e01-934b-5d1034aca726",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5bd4df15-565e-4e98-ad94-11e40383595d",
"vfModuleModelCustomizationUUID": "464ec188-62f1-455f-9ec7-178762976013",
"isBase": true,
"artifacts": [
"2ce1d692-66a1-458a-9ef9-370076c9ceb0",
"f67afffc-14aa-4bfe-a67f-606603a13274"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-04T03:59:52.272Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5bd4df15-565e-4e98-ad94-11e40383595d
VfModuleModelInvariantUUID:04a435cc-6eb5-4e01-934b-5d1034aca726
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ce1d692-66a1-458a-9ef9-370076c9ceb0
,
f67afffc-14aa-4bfe-a67f-606603a13274
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-04T03:59:52.273Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "04a435cc-6eb5-4e01-934b-5d1034aca726",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5bd4df15-565e-4e98-ad94-11e40383595d",
"vfModuleModelCustomizationUUID": "464ec188-62f1-455f-9ec7-178762976013",
"isBase": true,
"artifacts": [
"2ce1d692-66a1-458a-9ef9-370076c9ceb0",
"f67afffc-14aa-4bfe-a67f-606603a13274"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-04T03:59:52.274Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5bd4df15-565e-4e98-ad94-11e40383595d
VfModuleModelInvariantUUID:04a435cc-6eb5-4e01-934b-5d1034aca726
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ce1d692-66a1-458a-9ef9-370076c9ceb0
,
f67afffc-14aa-4bfe-a67f-606603a13274
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-04T03:59:52.274Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2ce1d692-66a1-458a-9ef9-370076c9ceb0 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-04T03:59:52.274Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T03:59:52.274Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-04T03:59:52.423Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T03:59:52.424Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2ce1d692-66a1-458a-9ef9-370076c9ceb0 5033
2021-09-04T03:59:52.424Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-04T03:59:52.424Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-04T03:59:52.424Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:59:52.424Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:52.426Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:52.426Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727992424,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:59:52.526Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:52.527Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:59:52.527Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:52.535Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:59:52.535Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:59:52.907Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-04T03:59:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:52.923Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:59:52.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "cds",
"timestamp": 1630727917290,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "clamp",
"timestamp": 1630727920922,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630727918876,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "policy-id",
"timestamp": 1630727920084,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "cds",
"timestamp": 1630727917290,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "clamp",
"timestamp": 1630727920922,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630727918876,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "policy-id",
"timestamp": 1630727920084,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "ves-openapi-manager",
"timestamp": 1630727926463,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "cds",
"timestamp": 1630727917290,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "clamp",
"timestamp": 1630727920922,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630727918876,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "policy-id",
"timestamp": 1630727920084,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "ves-openapi-manager",
"timestamp": 1630727926463,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "cds",
"timestamp": 1630727917290,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "clamp",
"timestamp": 1630727920922,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630727918876,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "policy-id",
"timestamp": 1630727920084,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "ves-openapi-manager",
"timestamp": 1630727926463,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "cds",
"timestamp": 1630727917290,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "clamp",
"timestamp": 1630727920922,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630727918876,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "policy-id",
"timestamp": 1630727920084,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "ves-openapi-manager",
"timestamp": 1630727926463,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "cds",
"timestamp": 1630727917290,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "clamp",
"timestamp": 1630727920922,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630727918876,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "policy-id",
"timestamp": 1630727920084,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "ves-openapi-manager",
"timestamp": 1630727926463,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "cds",
"timestamp": 1630727917290,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "clamp",
"timestamp": 1630727920922,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630727918876,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "policy-id",
"timestamp": 1630727920084,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "ves-openapi-manager",
"timestamp": 1630727926463,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630727931593,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "clamp",
"timestamp": 1630727920922,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "cds",
"timestamp": 1630727917290,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630727918876,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "policy-id",
"timestamp": 1630727920084,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-04T03:59:53.426Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f67afffc-14aa-4bfe-a67f-606603a13274 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-04T03:59:53.427Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T03:59:53.427Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-04T03:59:53.842Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T03:59:53.842Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env f67afffc-14aa-4bfe-a67f-606603a13274 909
2021-09-04T03:59:53.842Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-04T03:59:53.842Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-04T03:59:53.842Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:59:53.843Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:53.844Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:53.844Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630727993842,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-04T03:59:53.944Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:53.945Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:59:53.945Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:53.955Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-04T03:59:53.956Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:54.844Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8
2021-09-04T03:59:54.845Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 44f6e9d3-64d2-4254-94ea-26f3b192f939 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-04T03:59:54.857Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59f7474e, org.onap.sdc.toscaparser.api.parameters.Input@392aa20b, org.onap.sdc.toscaparser.api.parameters.Input@3d32b075, org.onap.sdc.toscaparser.api.parameters.Input@714b132f, org.onap.sdc.toscaparser.api.parameters.Input@1265f77f]
2021-09-04T03:59:54.858Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery